-
WIN2000 Driver Development
win2000驱动程序开发-WIN2000 Driver Development
- 2022-01-30 11:38:10下载
- 积分:1
-
映射和重建
产生测试图像并显示
另一程序
利用radon函数和iradon函数构造一个简单图像的投影并重建图像...
映射和重建
产生测试图像并显示
另一程序
利用radon函数和iradon函数构造一个简单图像的投影并重建图像-Mapping and reconstruction of test images generated and displayed using another program radon function and iradon construct a simple function of the projection image and the reconstructed image
- 2022-02-12 03:01:44下载
- 积分:1
-
本文档积累了大量的关于vc中常常出现的调试错误和相应的解决方法,希望对大家有帮助...
本文档积累了大量的关于vc中常常出现的调试错误和相应的解决方法,希望对大家有帮助-this document have accumulated large amounts of vc often on the debug errors and corresponding solutions, We hope to help
- 2022-01-31 10:43:11下载
- 积分:1
-
Thinking In Java第二版(中文)
Thinking In Java第二版(中文)-Thinking In Java 2nd edition (English)
- 2022-03-02 05:53:43下载
- 积分: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
-
教你使用Visual C++ 6 21天
在21天内自学Visual C++ 6
- 2022-10-24 19:45:04下载
- 积分:1
-
龙格库塔法
用于积分运算,在数值计算中有很重要的地位。...
龙格库塔法
用于积分运算,在数值计算中有很重要的地位。-runge-kutta
- 2022-01-21 03:25:27下载
- 积分:1
-
《MATLAB程序设计教程》电子教案
《MATLAB程序设计教程》电子教案-266,希望对大家有用-"MATLAB Programming Guide" electronic templates-266, a member of the useful! !
- 2022-01-31 20:55:26下载
- 积分:1
-
TCP IP介绍由CHM格式w_richard_stevens
TCP IP introduction by W_Richard_Stevens in chm format
- 2022-02-10 10:24:54下载
- 积分:1
-
NS与网络模拟_书中程序。与NS与网络模拟相对应
NS与网络模拟_书中程序。与NS与网络模拟相对应-NS with the network simulation program _ the book. Network simulation with NS and the corresponding
- 2022-12-12 21:30:03下载
- 积分:1