-
艾伦蟠龙掌握Oracle SQL,Sanjay米斯拉出版社:蕾莉酒吧大…
Mastering Oracle SQL By Alan Beaulieu, Sanjay Mishra Publisher : O Reilly Pub Date : April 2002 ISBN : 0-596-00129-0 Pages : 336 Slots : 1-Mastering Oracle SQL By Alan Beaulieu, Sanjay Mishra Publisher: O Reilly Pub Date: April 2002 ISBN: 0-596-00129-0 Pages: 336 Slots: 1
- 2022-04-08 13:41:26下载
- 积分:1
-
包含DSP Builder reference manual与DSP Builder advanced blockset reference manual2个文...
包含DSP Builder reference manual与DSP Builder advanced blockset reference manual2个文件-DSP Builder reference manual included with the DSP Builder advanced blockset reference manual2 files
- 2023-05-02 03:40:05下载
- 积分:1
-
Tutorial OpenCV image processing on the processes and functions described in det...
OpenCV教程对图像处理的流程和函数作了详细介绍。-Tutorial OpenCV image processing on the processes and functions described in detail.
- 2022-08-23 14:43:32下载
- 积分:1
-
Linux使用技巧集.高质量电子书籍.对学习Linux有大帮助,欢迎下载学习....
Linux使用技巧集.高质量电子书籍.对学习Linux有大帮助,欢迎下载学习.-Linux set to use skills. High-quality e-books. For learning Linux has great help, welcome to download the study.
- 2022-03-23 13:24:15下载
- 积分:1
-
Java的一些基本概念,Java的起源、为什么我们要学习Java语言,Java跨平台原理剖析;Java环境变量的配置,初学者常犯的问题,Java语言的基本数据类...
Java的一些基本概念,Java的起源、为什么我们要学习Java语言,Java跨平台原理剖析;Java环境变量的配置,初学者常犯的问题,Java语言的基本数据类型和Java的语句。-Java some of the basic concepts, the origin of Java, why do we have to learn Java language, Java cross-platform principle analysis; Java environment variables in configuration, beginners often committed, Java language the basic data types and Java statements.
- 2022-03-28 15:14:14下载
- 积分:1
-
学习编译原理 第一章
学习编译原理 第一章-learning compiler theory first chapter
- 2022-04-10 21:51:30下载
- 积分:1
-
Wily
老谋深算―〈孙子兵法〉启示录
学习孙子兵法!
大家看啊看!
尽管下载!
有好东西,大家分享!-Wily-
- 2022-06-13 00:34:45下载
- 积分:1
-
VIM 使用指南, 非常简洁,在一副图上可以看到所有使用的例子。对入门者是极好的参考。...
VIM 使用指南, 非常简洁,在一副图上可以看到所有使用的例子。对入门者是极好的参考。-VIM using the guide, very simple, in a map you can see all the used examples. For beginners is an excellent reference.
- 2022-02-04 08:35:26下载
- 积分: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.0 Tutorial examples of electronic lesson plans. Very good.
Visual C++ 6.0实例教程电子教案.非常不错。-Visual C++ 6.0 Tutorial examples of electronic lesson plans. Very good.
- 2022-02-05 12:57:07下载
- 积分:1