-
bank1
C++初学者的经典范例,非常典型的范例,是我自己学习过程中亲手编译调试通过的!(very good examples 1)
- 2013-04-08 18:26:18下载
- 积分:1
-
PWM
NXP LPC11u24 cortex-M0 PWM 示例程序(NXP LPC11u24 cortex-M0 PWM sample programs)
- 2014-02-11 10:27:56下载
- 积分:1
-
MUSIC-
基于最小冗余线阵的谱相关共轭循环MUSIC算法(MUSIC algorithm based on conjugate cyclic spectral correlation minimum redundancy linear arrays)
- 2013-12-26 12:39:53下载
- 积分:1
-
China-Tidal-Prediction
中国海域潮汐预报软件Chinatide的应用(China Sea tide forecasts Chinatide application software)
- 2021-04-28 21:18:43下载
- 积分:1
-
PWM-ULN2003A
利用ULN2003A进行驱动,产生PWM波,里边有照片,可供参考,通过本例程了解PWM 的基本原理和使用 (#include <reg52.h>
unsigned char timer1
sbit PWM=P1^2
void system_Ini()
{
TMOD|= 0x11
//PWM
TH1 = 0xfe //11.0592
TL1 = 0x33
TR1 = 1
IE =0x8A
}
main()
{
system_Ini()
while(1)
{ if(timer1>100) timer1=0
if(timer1<30) PWM=0
else PWM=1
}
)
- 2013-11-21 15:17:25下载
- 积分:1
-
ktraregy__lock
用高级语言编写和调试一个简单的文件系统,模拟文件管理的工作过程,(Written in a high-level language, and debug a simple file system, simulated the process of file management,)
- 2017-04-14 18:10:46下载
- 积分:1
-
Paimai
简单拍卖,可实现委托(物品信息、可提出保留价),公告(物品信息、保留价),多次竞价,成交或流排等模块。维护拍卖过程各个环节的所有信息,最后保留所有物品的拍卖结果信息。(Can entrust (items of information may be made reserve price), announcement (items of information, reserve price), multiple bidding, auction or stream discharge and other modules. Maintain all information in all aspects of the auction process, the final auction results for all items retained information.)
- 2014-04-09 16:59:06下载
- 积分:1
-
HTML2CGI
CGI程序用C语言编写,很多web工具能生成HTML但不能生成CGI,本程序实现了将HTML转成CGI程序,给CGI开发者带来很多方便。(CGI program using C language, many web tools to generate HTML but can not generate CGI, the program will realize the HTML into CGI procedures, CGI developers to bring a lot of convenience.)
- 2008-07-23 12:54:22下载
- 积分:1
-
Spectrum-analyzer
Useful modding - a spectrum analyzer + clock.
We came across two 5x8 LED matrix, virtually occupying five-inch drive bay, and I decided to make a spectrum analyzer based on their sound.
- 2016-02-16 03:02:42下载
- 积分:1
-
ASP.NETwzsjsltcode
说明: 用VB语言写的asp.net程序,主要是针对实例进行编写,适合初学者(VB language Asp. Net written procedures is targeted mainly to prepare for example, for beginners)
- 2006-02-15 15:11:03下载
- 积分:1