-
/*大屏幕显示数字时钟*/ /*要求屏幕按640*480分辩率显示数字时钟,格式为12:18:30,表示12点18分30秒,共8个字符;*/ /*每个字符以80...
/*大屏幕显示数字时钟*/ /*要求屏幕按640*480分辩率显示数字时钟,格式为12:18:30,表示12点18分30秒,共8个字符;*/ /*每个字符以80*100点阵显示,记时真确*/-/* Large Screen Display Digital Clock*//* Require the screen by Resolution 640* 480 display digital clock, the format of 12:18:30, 12:18:30, a total of eight characters;*//* Each character with the 80* 100 Lattice revealed that in mind when true* /
- 2023-02-04 17:55:03下载
- 积分:1
-
radar
利用线性调频信号的雷达成像,通过匹配滤波器输出,加汉明窗(Radar imaging using LFM signal, output through matched filter and Hamming window)
- 2019-05-14 21:03:41下载
- 积分:1
-
图书管理系统
本图书管理系统实现了以下功能:
l 实现图书的入库与入库退货管理。
l 实现图书的库存盘点管理。
l 实现图书的定价、调价管理。
l 实现图书的销售、销售退货管理。
实现图书的入库查询、入库退货查询、图书销售查询等信息查询。
- 2023-08-11 11:15:06下载
- 积分:1
-
linersvc
说明: 线性核支持向量机,径向基支持向量机,多项式支持向量机(Linear kernel support vector machine, radial basis support vector machine, polynomial support vector machine)
- 2019-04-01 18:43:55下载
- 积分:1
-
IUST-Thesis
latex thesis format persian
- 2014-04-19 21:06:25下载
- 积分:1
-
Form1.Designer
自动更新项目,通过配置xml文件获取需要更新的内容(Automatically update the project to retrieve the content to be updated by configuring the XML file)
- 2020-06-25 11:40:01下载
- 积分:1
-
STL_TEST
说明: Siemens plc stl source
- 2019-01-24 10:25:04下载
- 积分:1
-
DFIG
说明: RTDS仿真,双馈风力发电机模型,可以用RTDS仿真软件打开(RTDS simulation, doubly fed wind turbine model, can be opened with RTDS simulation software)
- 2019-04-12 09:47:50下载
- 积分:1
-
humphreysb-ConvertTDMS-2bf087e
将tdmsw文件转为mat格式,从而实现tdms文件的读取(TDMS file conversion)
- 2018-12-12 20:51:41下载
- 积分:1
-
STACK
用C语言编写的堆栈接口,适用于各种环境,提供接口:
STACK *initStack(int MaxRoom)
void destroyStack(STACK **spp)
void resetStack(STACK *sp)
Boolean isStackEmpty(STACK stack)
Boolean isStackFull(STACK stack)
Boolean push(STACK *sp, USER_TYPE data)
Boolean pop(STACK *sp, USER_TYPE *data)
Boolean readTop(STACK stack, USER_TYPE *data) (C language implementation of the stack)
- 2013-07-22 10:59:32下载
- 积分:1