-
C Programming 900 cases, c good introductory information on language learning
C程序900例,很好地c语言学习入门资料-C Programming 900 cases, c good introductory information on language learning
- 2022-03-02 15:10:59下载
- 积分:1
-
api中文文档查找java有关类,方法 ,帮助java开发人员自己解决问题...
api中文文档查找java有关类,方法 ,帮助java开发人员自己解决问题
- 请选择 Visual C++ Visual Basic DOS Unix_Linux C++ Builder Java Windows_Unix Delphi C-C++ PHP-PERL PHP Perl Python HTML Asm Pascal Borland C++ Others MultiPlatform C++ VFP SQL PDF TEXT WORD VBScript JavaScript ASP CSharp CHM FlashMX matlab PowerBuilder PPT LabView Flex MathCAD VBA PalmOS IDL LISP VHDL Objective-C Fortran tcl/tk QT Video(重要)
- 2022-01-25 14:50:59下载
- 积分:1
-
一个很游泳的标准啊,值得一看啊
一个很游泳的标准啊,值得一看啊-a swimming standards ah, ah eye-catcher
- 2022-08-15 03:55:05下载
- 积分:1
-
this is book contains how youth can succe
this is book contains how youth can succe-this is book contains how youth can succedd
- 2023-05-25 20:20:04下载
- 积分:1
-
时钟闪烁移动
#include"reg51.h"
sbit SET_K = P1^0; //设置
sbit PLUS_K = P1^1;//左移加1
sbit SHIFT_K = P1^2;//左移
sbit CHANGE_K = P1^3;//切换 年、月、日
bit SecFlag = 0;
bit FlashFlag = 0;
unsigned int Counter = 0;
unsigned char Led0,Led1,Led2,Led3,Led4;
unsigned char Shift;
code unsigned char LedSeg[10] = {0x3f,0x06,0x5B,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
void Time0() interrupt 1 // 0: EX0 1:Time0 2: EX1 3: Time1,4:serial 中断
{
static unsigned int IntCnt;
TH0 = 0xfc;
TL0 = 0x66;
if(++IntCnt > 1000)
{
IntCnt = 0;
SecFlag = 1;
}
switch(++Counter%5) //显示功能
{
case 0:
- 2022-03-02 21:20:39下载
- 积分:1
-
kb3920 chip的技术手册,包括可编程中断控制器 ec等
kb3920 chip的技术手册,包括可编程中断控制器 ec等-kb3920 chip technical manuals, including ec Programmable Interrupt Controller, etc.
- 2022-05-09 04:07:00下载
- 积分:1
-
著名的UNIX网络编程卷1
著名的UNIX网络编程卷1-连网的API-套接字与XTI第二版(中文版)的源代码,我找了好久才找到的。-famous UNIX Network Programming Volume 1-networking API-socket and XTI second edition (Chinese version) of the source code, I found finally found.
- 2022-03-18 01:04:12下载
- 积分:1
-
基于组态开发的VC源码
基于组态开发的VC源码- Based on configuration development VC source code
- 2022-07-16 06:04:00下载
- 积分:1
-
EJB相关知识介绍和说明
EJB相关知识介绍和说明-EJB introduction and description of relevant knowledge
- 2022-08-26 00:39:06下载
- 积分:1
-
essence of the operating system and design principles (third edition) operating...
操作系统 精髓与设计原理(第三版)想学操作系统原理的朋友不要错过.-essence of the operating system and design principles (third edition) operating system, like the principle of friends should not miss.
- 2022-11-08 10:45:04下载
- 积分:1