-
字符识别的好书
good book for character recognition
- 2022-03-02 20:15:47下载
- 积分:1
-
是MFC平台下开发的几个源代码,其中代码详细,是很好的参考材料。可以进行借鉴...
是MFC平台下开发的几个源代码,其中代码详细,是很好的参考材料。可以进行借鉴-MFC platform was developed under a number of source code, including code in detail, is a very good reference material. Can learn from
- 2023-04-18 13:05:05下载
- 积分:1
-
项目
Project-Management
- 2023-01-01 01:30:03下载
- 积分:1
-
lt; Proficient EJB (2nd Edition) gt;
TI C64x下求16x16宏块残差的手工汇编代码-TI C64x for 16x16 block Acer manual compilation error code
- 2022-06-02 00:33:25下载
- 积分:1
-
qeewafssdafasfsafdsasafsdaf
qeewafssdafasfsafdsasafsdaf
- 2023-09-07 08:30: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
-
学习JAVA的很好的JAVA包和文档包,第一次上传不晓得有用不
学习JAVA的很好的JAVA包和文档包,第一次上传不晓得有用不- Studies JAVA very good JAVA package and the documents package,
on first passes on does not know usefully not
- 2023-02-28 21:00:03下载
- 积分:1
-
Delphi7高级应用开发随书源码
Delphi7高级应用开发随书源码-Delphi7 application development with the senior source book
- 2022-04-29 07:16:57下载
- 积分:1
-
利用阙值分割图像的一篇文章,含有程序源代码。比较适用
利用阙值分割图像的一篇文章,含有程序源代码。比较适用-Que image segmentation using an article containing source code. Comparison of the application of
- 2022-05-22 18:10:41下载
- 积分:1
-
This is a book about mobile communication array signal processing technology boo...
这是一本关于移动通信中阵列信号处理技术的好书-This is a book about mobile communication array signal processing technology books
- 2022-03-18 16:23:12下载
- 积分:1