-
一本很好的习题!帮助你进入VC++的世界!
一本很好的习题!帮助你进入VC++的世界!-A very good exercise! Help you enter VC++ The world!
- 2022-06-13 04:45:50下载
- 积分:1
-
3gp文件的格式标准,全英文的,但是很实用,解释也很清楚
3gp文件的格式标准,全英文的,但是很实用,解释也很清楚-3gp file format standards, all in English, but very useful, very clear explanation
- 2022-07-05 09:37:21下载
- 积分:1
-
快速方便的linux命令手册。一本在手,无需百度。
快速方便的linux命令手册。一本在手,无需百度。-Rapid and convenient manual linux command. 1 in hand, without Baidu.
- 2022-03-24 02:27:31下载
- 积分:1
-
统计学习理论和支持向量机(支持向量机)。PPT的准备。
统计学习理论和SVM(支持向量机).ppt入门讲义之一-statistical learning theory and SVM (support vector machine). Ppt s one of the portal
- 2023-04-04 16:20:03下载
- 积分:1
-
介绍了LABVIEW中如何通过调用labsql来访问mysql数据库
介绍了LABVIEW中如何通过调用labsql来访问mysql数据库-How to introduce a LABVIEW LabSQL to visit by calling the mysql database
- 2022-02-09 23:17:58下载
- 积分: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
-
a little chat room code, oh please take care of a little chat room code, please...
一个小小的聊天室的代码,请多多关照哦
一个小小的聊天室的代码,请多多关照哦-a little chat room code, oh please take care of a little chat room code, please take care oh
- 2023-08-21 02:55:04下载
- 积分:1
-
flex编程也是动画,游戏制作的一个强有力工具,虽然只支持代码编程,一点不影响它的作用...
flex编程也是动画,游戏制作的一个强有力工具,虽然只支持代码编程,一点不影响它的作用-Flex programming is one of the animation, powerful tools, although only support code programming, influence its effect
- 2022-03-12 10:26:45下载
- 积分:1
-
C语言深度解析,很适合在嵌入式中应用,希望对大家有用
C语言深度解析,很适合在嵌入式中应用,希望对大家有用-for embed C
- 2022-03-31 05:05:43下载
- 积分:1
-
各种4000系列芯片的数据手册,希望能给广大软硬件工程师提供方便...
各种4000系列芯片的数据手册,希望能给广大软硬件工程师提供方便-A variety of 4000 Series chip data sheet, hoping to give the vast numbers of hardware and software engineers to facilitate the
- 2022-04-18 20:46:52下载
- 积分:1