-
this document is on the C language, there are many classic procedures in the hop...
本文件是关于C语言方面的,里面有很多经典的程序,希望大家能用的上,尤其上考计算机类研究生的同学-this document is on the C language, there are many classic procedures in the hope that everyone can be in, especially on the computer test postgraduate students
- 2022-01-25 15:36:26下载
- 积分:1
-
AABB算法 PDF 对学习AABB的来说是很好的资料 大家可以下载看看
AABB算法 PDF 对学习AABB的来说是很好的资料 大家可以下载看看 -AABB learning AABB algorithm PDF is a good example of information you can download and see
- 2023-05-01 01:30:03下载
- 积分:1
-
Java2实用教程电子教案,书中丰富的实例,用户
java2实用教程电子教案,本书实例丰富,语言通俗易懂,是学习JAVA的经典教程!-java2 Practical Guide electronic lesson plans, examples of the book rich, user-friendly language, is a classic learning Java Directory!
- 2022-04-10 06:16:04下载
- 积分:1
-
ChipScope教程!~本人觉得还可以
ChipScope教程!~本人觉得还可以-ChipScope Tutorial! ~ I think that can also be
- 2022-01-28 03:43:40下载
- 积分:1
-
银行系统C++程序 支持开户和帐户存储
银行系统C++程序 支持开户和帐户存储-Banking system, C++ program supports open an account and the account is stored
- 2022-02-06 13:27:00下载
- 积分:1
-
qt3库图,程序员QT很有用
QT3的类库结构图,对QT程序员非常实用-Qt3 libraries chart, very useful for programmers QT
- 2022-07-25 06:57:23下载
- 积分:1
-
jboss seam ,
应用配置使用手册
jboss seam ,
应用配置使用手册-jboss seam, the application configured to use manual
- 2022-07-14 00:03:04下载
- 积分: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
-
quartesII 中文超详细使用教程ALTERA公司出版
quartesII 中文超详细使用教程ALTERA公司出版-Chinese quartesII use of ultra-detailed tutorials published ALTERA
- 2022-02-01 02:46:00下载
- 积分:1
-
the vc memory manage book very good content and language
the vc memory manage book very good content and language-vc memory manage the book very good content and language
- 2022-12-10 05:50:02下载
- 积分:1