-
Software Size,Cost,Schedule Estimation Proce
Software Size,Cost,Schedule Estimation Proce
- 2022-10-04 03:25:04下载
- 积分:1
-
一本关于veirlog hdl的好书,里面有实例可以参考,也讲了语法。...
一本关于veirlog hdl的好书,里面有实例可以参考,也讲了语法。-a veirlog hdl on the books, there are examples of reference, also spoke at the syntax.
- 2022-10-22 02:45:03下载
- 积分:1
-
USB drive to prepare the initial description, see, the note of popular easy to u...
USB 驱动编写起步说明,请参阅,本说明通俗易理解
-USB drive to prepare the initial description, see, the note of popular easy to understand
- 2022-03-19 04:57:40下载
- 积分:1
-
Jsp应用资料,jsp原理,通过JavaScript和DOM进行数据访问,JSP常用对象.doc...
Jsp应用资料,jsp原理,通过JavaScript和DOM进行数据访问,JSP常用对象.doc-Jsp Application Data
- 2022-01-26 01:47:55下载
- 积分: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
-
Contains a large number of DSP design needs attention and is worth learning from...
包含了大量的DSP设计中需要注意和值得借鉴的问题与方法,真正值得dsp设计和开发人员一读。-Contains a large number of DSP design needs attention and is worth learning from the problems and methods, and truly worthy of dsp design and development of Reading First staff.
- 2022-01-24 14:58:26下载
- 积分:1
-
labview的入门教材,让你在最短的时间内掌握labview的基础知识
labview的入门教材,让你在最短的时间内掌握labview的基础知识-LabVIEW entry materials, let you in the shortest possible time to master the basic knowledge of LabVIEW
- 2022-06-26 04:09:25下载
- 积分:1
-
从网上下载2005杂志四条程序员直接用来下载使用…
从网上下载的程序员杂志2005年第4期
从网上下载的程序员杂志2005年第4期-downloaded from the Internet programmers in 2005 magazine article four downloaded from the Internet programmers in 2005 magazine article 4
- 2022-02-21 01:54:51下载
- 积分:1
-
C8051F应用文档 C8051F应用文档
C8051F应用文档 C8051F应用文档 -C8051F application documents C8051F application C8051F document application document application document C8051F
- 2022-07-22 06:12:43下载
- 积分:1
-
数据仓库技术和OLAP研究,数据仓库、数据挖掘和OLAP分析及其应用实例...
数据仓库技术和OLAP研究,数据仓库、数据挖掘和OLAP分析及其应用实例-data warehouse and OLAP technology research, data warehouse, data mining and OLAP Analysis and Application Examples
- 2022-01-26 01:19:25下载
- 积分:1