-
软件项目文档的书写解说
详细的介绍了需求分析文档 详细设计文档
等开发阶段的文档书写的解说...
软件项目文档的书写解说
详细的介绍了需求分析文档 详细设计文档
等开发阶段的文档书写的解说-software project documentation detailed written explanation on the needs analysis documents, and other documents detailed design development phase Documents written explanation
- 2023-09-02 06:10:03下载
- 积分:1
-
MapX_Mobile_DevGuide的官方英文版指导教程,欢迎大家下载
MapX_Mobile_DevGuide的官方英文版指导教程,欢迎大家下载-MapX_Mobile_DevGuide the official English version of the guidance curriculum, welcome everyone to download
- 2022-01-31 11:56:48下载
- 积分:1
-
Advanced Linux Programming 2001电子书
Advanced Linux Programming 2001电子书-Advanced Linux Programming 2001 eBook
- 2022-07-10 08:05:23下载
- 积分: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语言程序远设计手册,为了方便对C语言的了解
C语言程序远设计手册,为了方便对C语言的了解
-cdesign_handboo
- 2022-02-02 00:50:04下载
- 积分:1
-
PSPICE的使用教程,适合PSPICE的入门使用
PSPICE的使用教程,适合PSPICE的入门使用-The use of PSPICE tutorial for the use of PSPICE entry
- 2022-02-28 22:40:23下载
- 积分:1
-
GCC生成的stab调试信息说明,这些信息可以帮助从程序以外窥测程序的接口而不需要任何的头文件...
GCC生成的stab调试信息说明,这些信息可以帮助从程序以外窥测程序的接口而不需要任何的头文件-GCC generated stab debugging information shows that This information can help the process from the outside monitor both the interface procedures without the need for any of the headers
- 2023-03-05 03:10:03下载
- 积分:1
-
用c语言解决多项式的常见问题
用c语言解决多项式的常见问题...
用c语言解决多项式的常见问题
用c语言解决多项式的常见问题-To solve polynomial with c language c language with common problems to solve polynomial Frequently Asked Questions
- 2022-01-25 17:41:45下载
- 积分:1
-
Oracle入门体会,oracle 的体系太庞大了,对于初学者来说,难免会有些无从下手的感觉.这是一本很好的Oracle入门的书...
Oracle入门体会,oracle 的体系太庞大了,对于初学者来说,难免会有些无从下手的感觉.这是一本很好的Oracle入门的书-Oracle Portal Experience, oracle system too enormous for beginners, it will be some way of feeling. This is a very good book entry Oracle
- 2022-12-11 01:50:03下载
- 积分:1
-
Flex的帮助文档,中文,这是第4个文件
Flex的帮助文档,中文,这是第4个文件-Flex help documentation, in Chinese, this is the first four documents
- 2022-01-31 12:46:22下载
- 积分:1