-
通用串行总线控制器
通用串行总线控制器-Universal Serial Bus Controller
- 2022-07-07 07:33:46下载
- 积分:1
-
论文《research_and_implement_distributed_intrusion_detection_system_on_mobile_agent...
论文《research_and_implement_distributed_intrusion_detection_system_on_mobile_agent》-Thesis research_and_implement_distributed_intrusion_detection_system_on_mobile_agent
- 2022-02-04 10:24:01下载
- 积分:1
-
这是用C语言写的蚁群算法程序,和C++相比,这个程序要更简单,易懂,好看,所以还是看这个的好....
这是用C语言写的蚁群算法程序,和C++相比,这个程序要更简单,易懂,好看,所以还是看这个的好.-This is the C language using the ant colony algorithm to write procedures, and C++ Compared this process to be more simple, straightforward, good-looking, they still look this good.
- 2022-04-06 20:16:19下载
- 积分: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
-
介绍了MSN通信协议,MSN保持方法,MSN即时消息,发送,接收过程...
介绍了MSN通信协议,MSN保持方法,MSN即时消息,发送,接收过程-Introduced the MSN communication protocol, MSN conservation methods, MSN instant messaging, sending and receiving process
- 2022-01-26 07:06:16下载
- 积分:1
-
c语言教材
c语言教材-c language teaching
- 2023-08-03 06:45:04下载
- 积分:1
-
《分形算法与程序设计VC版》一书<5_01>:内含基于逃逸时间算法的Sierpinski三角形源代码。双击Debug下的SIERPINSKI.exe...
《分形算法与程序设计VC版》一书:内含基于逃逸时间算法的Sierpinski三角形源代码。双击Debug下的SIERPINSKI.exe文件,程序运行;双击SIERPINSKI.dsw文件,进入编辑环境。-"fractal algorithms and program design VC version," a book lt; 5_01gt; : Intron escape time algorithm based on the source code Sierpinski triangle. Double-click the Debug SIERPINSKI.exe documents, operating procedures; Double-click SIERPINSKI.dsw documents into editing environment.
- 2022-05-30 21:10:02下载
- 积分:1
-
用JAVA编写的打地鼠游戏,非常之简单,欢迎讨论
用JAVA编写的打地鼠游戏,非常之简单,欢迎讨论-Whac-A-Mouse Game
- 2023-07-08 05:15:03下载
- 积分:1
-
配置软件设计客户实例
组态软件设计客户端实例- Configuration software design customer end example
- 2022-02-05 10:12:15下载
- 积分:1
-
OpenGl红宝书,经过整理的集合,很有用的书籍,基于Opengl类库
OpenGl红宝书,经过整理的集合,很有用的书籍,基于Opengl类库-Little Red Book OpenGL, after finishing a collection of very useful books, based on the class library opengl
- 2023-02-21 21:35:04下载
- 积分:1