-
VC++技术内幕(第四版)的实例,包括从第三章到结束文章介绍的代码...
VC++技术内幕(第四版)的实例,包括从第三章到结束文章介绍的代码-VC++ Technology Insider (fourth edition) examples, including from the third chapter to the end of the article introduce code
- 2022-08-15 01:18:11下载
- 积分:1
-
hibernate的中文帮助文档。很好很强大
hibernate的中文帮助文档。很好很强大-hibernate
- 2022-03-02 08:39:07下载
- 积分:1
-
This is db2 in java how to develop in the pdf document, it is targeted, which in...
这个是在java中如何开发db2的pdf文档,很具有针对性,里面的英文不算太难,应该没有太大的阅读困难-This is db2 in java how to develop in the pdf document, it is targeted, which in English is not too difficult, there should be no great difficulty in reading
- 2022-06-27 05:10:12下载
- 积分:1
-
关于介绍第四代IP技术和第六代IP技术的一本好书
关于介绍第四代IP技术和第六代IP技术的一本好书-introduced the fourth generation of IP technology and the sixth-generation IP technology a good book
- 2022-03-20 13:08:17下载
- 积分:1
-
Explain the C++, PPT (mainly about the inheritance and derived)
讲解C++的PPT(主要是关于继承与派生)-Explain the C++, PPT (mainly about the inheritance and derived)
- 2022-03-20 07:17:02下载
- 积分: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
-
小波分解的入门级教材,内容不多,但讲解平实,简单易懂,可以作为刚开始学习小波的同学的阅读材料...
小波分解的入门级教材,内容不多,但讲解平实,简单易懂,可以作为刚开始学习小波的同学的阅读材料-wavelet decomposition of the entry-level teaching materials, as small, but on the down-to-earth, simple, as it has just begun to study wavelet students reading material
- 2022-01-24 15:20:48下载
- 积分:1
-
linux设备驱动程序第二版
希望能帮助大家
linux设备驱动程序第二版
希望能帮助大家-linux device driver the second edition to help U.S.
- 2022-05-14 15:01:39下载
- 积分:1
-
java版数据结构与算法,包括栈,队列,树等算法
java版数据结构与算法,包括栈,队列,树等算法-java version data structures and algorithms, including stacks, queues, trees and other algorithms
- 2022-04-26 19:22:13下载
- 积分:1
-
ram_dp_ar_aw.v 应该蛮有用的
ram_dp_ar_aw.v 应该蛮有用的-should be quite used ram_dp_ar_aw.v
- 2022-05-15 06:18:01下载
- 积分:1