-
《quantum cryptography》 pdf格式,《量子密码学》 2002年1月发行
《quantum cryptography》 pdf格式,《量子密码学》 2002年1月发行- Quantum cryptography pdf format, quantum cryptography in January 2002 Issue
- 2022-06-14 17:19:26下载
- 积分:1
-
这是看雪论坛的Ollydbg的新手入门教程,很值得一看。
这是看雪论坛的Ollydbg的新手入门教程,很值得一看。-This is the look of snow Forum Ollydbg beginners tutorial, it is worth a visit.
- 2022-06-30 05:44:45下载
- 积分:1
-
cc1100无线发送接收模块的详细资料!
cc1100无线发送接收模块的详细资料!-cc1100 wireless receiver module to send the detailed information!
- 2023-03-02 02:35:03下载
- 积分:1
-
本资料介绍vc高级网络编程,希望对大家有所帮助
本资料介绍vc高级网络编程,希望对大家有所帮助-vc information on the Senior Network programming, we hope to help
- 2022-02-02 20:33:42下载
- 积分:1
-
Installshield internal function Complete Works (English) doc format
installshield 内部函数全集(简体中文)doc格式-Installshield internal function Complete Works (English) doc format
- 2022-04-10 12:22:37下载
- 积分:1
-
the book introduced the Java design patterns and other related concepts. Helpful...
本书介绍了JAVA的设计模式等相关概念。对于初学者很有帮助-the book introduced the Java design patterns and other related concepts. Helpful for beginners
- 2022-03-10 05:14:04下载
- 积分:1
-
a file server, accessed via the web, is the network version ATLDraw
一个文档服务器程序,通过网页访问,是ATLDraw的网络版本-a file server, accessed via the web, is the network version ATLDraw
- 2023-05-27 07:25:03下载
- 积分:1
-
Ant权威指南,总共373页,适合新手入门
Ant权威指南,总共373页,适合新手入门-Ant authoritative guide, a total of 373, suitable for beginners
- 2022-05-09 02:39:58下载
- 积分:1
-
8051embed编程资料
8051embed编程资料-8051embed
- 2023-02-27 14:55:03下载
- 积分: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