-
java程序设计范例.好书啊!
java程序设计范例.好书啊!-java programming paradigm. Books ah!
- 2023-08-25 03:20:05下载
- 积分:1
-
无线Adhoc路由基于联合度的路由协议参考文献
无线Adhoc路由基于联合度的路由协议参考文献-Associativity-based routing for ad-hoc mobile networks
- 2022-08-22 13:38:49下载
- 积分:1
-
本教程介绍了 Enterprise JavaBean 技术,特别关注于在分布式计算方案中 Enterprise JavaBean 组件的角色、体系结构、扩展 A...
本教程介绍了 Enterprise JavaBean 技术,特别关注于在分布式计算方案中 Enterprise JavaBean 组件的角色、体系结构、扩展 API 以及使用 EJB 技术的基本知识。-version of Enterprise JavaBean technology, Of special concern to the distributed computing program Enterprise JavaBean role Architecture, extending EJB API and the use of the basic technical knowledge.
- 2022-01-22 15:50:36下载
- 积分:1
-
《Spring in Action, Second Edition》,Manning 出版社的配套源代码
《Spring in Action, Second Edition》,Manning 出版社的配套源代码-Spring in Action, Second Edition, Manning Press, supporting source code
- 2022-03-17 07:22:16下载
- 积分:1
-
means文本聚类算法,用c语言实现的,聚类效果明显,适于初学者入门~...
k-means文本聚类算法,用c语言实现的,聚类效果明显,适于初学者入门~-k-means text clustering algorithm, using c language, the clustering effect, suitable for beginners entry ~
- 2022-01-26 04:20:26下载
- 积分:1
-
VC源码:文件分割器 VC源码:文件分割器
VC源码:文件分割器 VC源码:文件分割器-source VC : paper dividers source VC : VC paper dividers source : paper dividers
- 2022-01-21 03:12:25下载
- 积分: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
-
The performance of two symbol timing recovery algo gardner algorithm has been ap...
The performance of two symbol timing recovery algo gardner算法原理已经应用-The performance of two symbol timing recovery algo gardner algorithm has been applied
- 2022-05-15 16:11:49下载
- 积分:1
-
文件上传下载系统源码,
文件上传下载系统源码,-file upload download source code.
- 2022-08-13 00:58:50下载
- 积分:1
-
信号与系统答案 信号与系统答案
信号与系统答案 信号与系统答案-exam
- 2022-03-03 23:09:39下载
- 积分:1