-
DirectX9.0的基础入门教程。
DirectX9。0的理论教材。
DirectX9.0的基础入门教程。
DirectX9。0的理论教材。-DirectX 9.0 basis Directory entry. DirectX9. 0 theoretical teaching.
- 2023-04-06 17:00:06下载
- 积分:1
-
Windows 2000活动目录开发人员参考库
Windows 2000活动目录开发人员参考库-Windows 2000 Active Directory developers reference library
- 2022-05-08 07:10:01下载
- 积分:1
-
C#Builder123
C#Builder123
- 2023-01-15 15:50:03下载
- 积分:1
-
本书全面介绍了WINDOWS PE文件的格式,是学习WINDOWS操作系统的一本好书...
本书全面介绍了WINDOWS PE文件的格式,是学习WINDOWS操作系统的一本好书-This book a comprehensive introduction to WINDOWS PE file format, WINDOWS operating system to learn a good book
- 2023-01-29 17:15:03下载
- 积分:1
-
IBM的Java课件,讲得还比较相似吧,新手的好帮手
IBM的Java课件,讲得还比较相似吧,新手的好帮手-the lecture slides of IMB,fit for the beginner...
- 2022-02-10 15:37:30下载
- 积分: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
-
for beginners can look at the future, they will choose some of the better point...
对于初学者可以看一看,将来还会挑选一些更好一点的内容上传。下载后可以直接看。-for beginners can look at the future, they will choose some of the better point upload. After downloading can look directly.
- 2022-04-17 02:06:20下载
- 积分:1
-
vc数字图象处理,包含图象处理的各个内容及vc的实现
vc数字图象处理,包含图象处理的各个内容及vc的实现-vc digital image processing, including image processing in all content and the realization vc
- 2022-12-14 06:40:03下载
- 积分:1
-
CSharp 的基础工业编程,有助于帮助我们学习!是一本好书!
CSharp 的基础工业编程,有助于帮助我们学习!是一本好书!-CSharp Programming of basic industries, contribute to help us learn! Is a good book!
- 2022-11-25 05:55:03下载
- 积分:1
-
这是一篇有关故障录波仪如何开发的硕士论文,论文行文清楚、逻辑分明,重点讲述了故障录波器的算法,值得看。...
这是一篇有关故障录波仪如何开发的硕士论文,论文行文清楚、逻辑分明,重点讲述了故障录波器的算法,值得看。-This is a fault recorder on how to develop the master"s thesis papers lines clearly and logically distinct, and highlight the fault recorder algorithm worth observing.
- 2023-06-01 18:50:03下载
- 积分:1