-
Address Book
vb6中的通讯录
- 2022-07-19 08:15:56下载
- 积分:1
-
Programming Jakarta Struts.chm是用开源框架struts进行java web开发的实用手册...
Programming Jakarta Struts.chm是用开源框架struts进行java web开发的实用手册-Programming Jakarta Struts.chm revenue framework is st ruts java web development for the practical manual
- 2023-07-25 12:25:03下载
- 积分:1
-
含有文章和源码,讲述得比较仔细。唯一的缺点就是他的文章是用英语写的~不妨看看,挺好的...
含有文章和源码,讲述得比较仔细。唯一的缺点就是他的文章是用英语写的~不妨看看,挺好的-contain articles and source about them more carefully. The only drawback is that he is an article written in English may wish to look at the Holbrook
- 2023-07-21 09:50:03下载
- 积分:1
-
高级编程技巧与实例
高级编程技巧与实例-high-level programming techniques and examples
- 2022-10-14 02:40:04下载
- 积分:1
-
这是一份unix/linux下编程文档,很详细的
这是一份unix/linux下编程文档,很详细的-This is a unix/linux programming under the documents, in great detail
- 2022-12-04 23:15: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
-
汽车动力电子和电机驱动手册。章汽车…
Handbook of automotive power electronics and motor drives. Chapter about Automotive Semiconductor
Devices, Components, and Sensors
- 2022-03-18 13:30:24下载
- 积分:1
-
一本VB编程高级源,学生可以直接下载
国防工业部VB高级编程源码,有该书的同学可以直接下载-senior VB programming source, a book, the students can directly download
- 2023-06-25 04:50:04下载
- 积分:1
-
2D离散鲁棒控制
2D离散鲁棒控制-2D robust control
- 2022-08-15 07:55:30下载
- 积分:1
-
IQMath中文手册 对dsp程序开发有极大帮助,由热心网友翻译
IQMath中文手册 对dsp程序开发有极大帮助,由热心网友翻译-IQMath English manual for dsp program development has greatly helped by the enthusiastic User Translation
- 2022-04-18 08:16:41下载
- 积分:1