-
Q版缓冲区溢出教程 Q版缓冲区溢出教程
Q版缓冲区溢出教程 Q版缓冲区溢出教程-Q version of Buffer Overflow Tutorial
- 2022-12-31 21:30:12下载
- 积分:1
-
先进的MFC的好书
Advanced MFC good book
- 2022-03-23 10:29:20下载
- 积分:1
-
this source code is a simple chat room on the network, you can run and do not re...
此源代码是一个简单的关于网络聊天室的,可以运行的, 不记得是哪本书上的了。-this source code is a simple chat room on the network, you can run and do not remember what the book on the government.
- 2022-01-31 12:36:08下载
- 积分:1
-
JXTA信息,使用JXTA对等
JXTA资料,使用JXTA实现P2P通信.PDF-JXTA information, the use of JXTA peer-to-peer communications to achieve. PDF
- 2022-02-24 23:04:45下载
- 积分:1
-
Man on the support is 20 seconds, small game code ah men who hold 20 seconds on...
是男人就撑20秒,小游戏谁有代码啊 是男人就撑20秒,小游戏谁有代码啊-Man on the support is 20 seconds, small game code ah men who hold 20 seconds on the small game who has the code ah
- 2022-01-25 14:22:01下载
- 积分:1
-
几本很不错的电子书
1.SQL语言参考大全(CHM版)
2.设计模式迷你手册(有C++和c#的例子)
3.正则表达式系统教程...
几本很不错的电子书
1.SQL语言参考大全(CHM版)
2.设计模式迷你手册(有C++和c#的例子)
3.正则表达式系统教程-Several very good e-book 1.SQL Language Reference Book (CHM version) 2. Design Pattern Mini-Manual (has C++ And c# Example) 3. Regular Expression System Guide
- 2022-05-31 03:19:14下载
- 积分: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
-
清华大学编译原理的电子书,不错的教材啊
清华大学编译原理的电子书,不错的教材啊-Tsinghua University compiler tenets of e-books, good teaching ah
- 2022-07-07 23:38:12下载
- 积分:1
-
linux设备驱动程序 第二版
非常好的一本学习嵌入式linux的书
对设备的驱动的编写做了深入潜出的讲解...
linux设备驱动程序 第二版
非常好的一本学习嵌入式linux的书
对设备的驱动的编写做了深入潜出的讲解-Linux Device Driver for the second version of a very good learning Embedded Linux book of the equipment Drivers prepared to do an in-depth on the submarine
- 2022-07-21 07:30:20下载
- 积分:1
-
IAR Workbench integrated development environment for Chinese use is for referenc...
IAR Workbench中文集成开发环境仅供参考
- 2022-02-05 01:22:45下载
- 积分:1