-
网络游戏开发之 DX9.0 详细介绍DX9的各种特性和功能
网络游戏开发之 DX9.0 详细介绍DX9的各种特性和功能-Online Game Development DX9.0 details DX9 the various features and functionality
- 2022-01-30 21:48:23下载
- 积分:1
-
本书全名为MATLAB命令大全,是由人民邮电出版社出版的,有姚东、王爱民等编著的。书中介绍了MATLAB的全部命令的描述、语法和应用。...
本书全名为MATLAB命令大全,是由人民邮电出版社出版的,有姚东、王爱民等编著的。书中介绍了MATLAB的全部命令的描述、语法和应用。-The full name of the book MATLAB command Daquan, is published by the People" s Posts & Telecom Press, there are YAO Dong, Wang Aimin, etc. compiled the books. The book describes the MATLAB description of all the commands, syntax and application.
- 2022-03-06 17:20:55下载
- 积分:1
-
液晶源程序
液晶源程序-LCD source
- 2022-09-13 01:15:03下载
- 积分:1
-
Effective C++,介绍关于C++编程的规范问题以及应该注意的一些问题,跟高质量的C++编程差不多!是CHM格式的!...
Effective C++,介绍关于C++编程的规范问题以及应该注意的一些问题,跟高质量的C++编程差不多!是CHM格式的!-Effective C, C programming introduced on the issue of standardizing and should pay attention to some problems with high-quality C programming almost! Yes CHM format!
- 2022-03-02 22:52:53下载
- 积分:1
-
采用时频分布参数来描述语音特征,对基于正弦模型的多种时频参数进行了比较...
采用时频分布参数来描述语音特征,对基于正弦模型的多种时频参数进行了比较-Time-frequency distribution parameters used to describe the voice characteristics of the multiple sinusoidal model-based time-frequency parameters are compared
- 2023-01-15 15:55: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
-
C++ Primer Chinese version of the third edition of Primer
C++Primer中文版 第三版
深入系列
Primer 第三版
著
中中文文版版潘爱民张丽译
Addison-Wesley 中国电力出版社
www.infopower.com.cn
Stanley B Lippman
J o s é e L a j o i e
-C++ Primer Chinese version of the third edition of Primer-depth series in the third edition of the Chinese version translated version of PAN Ai-min Zhang Addison-Wesley Publishing House of China
- 2022-03-24 16:10:57下载
- 积分:1
-
Delphi超级猛料cjsh版
Delphi超级猛料cjsh版-Delphi version of the Super UEFA cjsh
- 2022-03-18 01:31:10下载
- 积分:1
-
用VC++开发管理从事过程控制大型数据库的应用程序
用VC++开发管理从事过程控制大型数据库的应用程序-with VC++ development process control management engaged in large-scale database applications
- 2022-02-26 02:50:54下载
- 积分:1
-
是从现有数据源构造数据集的重要课件 希望对大家有帮助
是从现有数据源构造数据集的重要课件 希望对大家有帮助-Is constructed from existing data sources important data set you want to help courseware
- 2022-04-18 03:52:41下载
- 积分:1