-
C语言程序设计及应用习题解析与上机指导
冶金工业出版社
谢乐军...
C语言程序设计及应用习题解析与上机指导
冶金工业出版社
谢乐军-C Programming Language Design and Application Analysis and Exercises for guidance on the metallurgical industry press Xie Jun
- 2023-05-22 09:15:02下载
- 积分:1
-
Statistical Natural Language Processing Courseware
统计自然语言处理的课件,哈尔宾工业大学的-Statistical Natural Language Processing Courseware
- 2022-06-21 18:38:19下载
- 积分:1
-
本书是为J2EE的开发设计
The book is design for the j2ee development -design for the development j2ee
- 2022-12-07 15:40:04下载
- 积分:1
-
本文为VC++界面设计的一些小技巧,包括在MFC加入“这是什么?”的帮助提示,工具条使用,如何改变视窗颜色,为MFC应用程序添加全屏显示功能等,希望能对大家有帮...
本文为VC++界面设计的一些小技巧,包括在MFC加入“这是什么?”的帮助提示,工具条使用,如何改变视窗颜色,为MFC应用程序添加全屏显示功能等,希望能对大家有帮助。
- 2022-04-15 02:50:58下载
- 积分: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
-
讨论了基于OpenGL与3dsmax的虚拟环境的建模与漫游的论文
讨论了基于OpenGL与3dsmax的虚拟环境的建模与漫游的论文-Discussed the OpenGL-based virtual environment with 3dsmax Modeling and roaming papers
- 2022-03-13 22:19:24下载
- 积分:1
-
21天的Perl易内容所
21天学会Perl;内容由浅入深,非常适合时间有限的Perl初学者。-21 days of the Institute of Perl the content of easy-to-digest, very suitable for the limited time the Perl beginners.
- 2022-11-07 07:45:03下载
- 积分:1
-
本书的目的就是为了让你学会在Visual C++环境下,利用微软的基本类库MFC 开发出功能强大的Windows 应用程序。...
本书的目的就是为了让你学会在Visual C++环境下,利用微软的基本类库MFC 开发出功能强大的Windows 应用程序。-The purpose of this book is to let you learn to work in Visual C++ Environment, the use of Microsoft s basic MFC class library to develop powerful Windows applications.
- 2022-07-20 15:23:32下载
- 积分:1
-
C++Primer3rdEditionz中文完美版经典书籍
C++Primer3rdEditionz中文完美版经典书籍-C++Primer3rdEditionz
- 2022-12-31 19:40:04下载
- 积分:1
-
International Dictionary of Marketing
International Dictionary of Marketing
- 2022-05-06 16:39:29下载
- 积分:1