资源列表
18.ADC0808控制PWM输出
- ADC0808控制PWM输出,仿真电路和程序(.ADC0808 control PWM output)
4、实验例程
- 从单片机光盘中找的,有各种可以用于51单片机上的小程序(From the SCM CD-ROM to find, there are a variety of 51 microcontroller can be used on small programs)
eetop.cn_RISC32 VHDL
- 根据vhdl设计的32位CPU具备加减 读写等标准功能(a 32-bit cpu based on VHDL designed with function of fundamental function of subtraction , addition, load and store .)
液晶屏LCD(12864)12864不带字库(汇编)
- 汇编语言写的12864点阵驱动显示程式,可以显示数字,字符,以及其他一些功能选项,ASM语言,12864点阵屏(Assembly language written in 12864 dot matrix drive display program, you can display numbers, characters, and other features options, ASM language, 12864 dot matrix screen)
利用定时器和蜂鸣器唱歌
- 利用89c52的定时器控制蜂鸣器来编成一首歌曲(Use 89C52 timer to control buzzer)
rar
- powell算法设计 鲍威尔法又称方向加速法,它由Powell于1964年提出,是利用共轭方向可以加快收敛速度的性质形成的一种搜索方法。该方法不需要对目标函数进行求导,当目标函数的导数不连续的时候也能应用,因此,鲍威尔算法是一种十分有效的直接搜索法。 Powell法可用于求解一般无约束优化问题,对于维数n<20的目标函数求优化问题,此法可获得较满意的结果。 不同于其他的直接法,Powell法有一套完整的理论体系,故其计算效率高于其他直接法。该方法使用一维搜索,而不是跳跃的探测步。同时
clock2
- NWRD Nixie 辉光管时钟程序,适用于pic16f872(NWRD Nixie Clock program for 2 B5870 tubes and PIC16F872)
diary
- 汇编课程设计,使用win32汇编编写的windows平台下的记事本软件。(Using Win32 assembly prepared under the windows platform Notepad software.)
MONITOR_done_160610.asm
- example of code microchip assembler
客户端
- 基于MFC设计的聊天对话窗口,一款用于网吧管理系统的客户端界面,可购买商品,可与主机通过局域网对话(MFC design based chat dialogue window, an Internet cafe management system for client interface, you can buy goods, and the host through the LAN dialogue)
链表1
- 链表(有很多功能,初学者,随便敲的,里面也有一些假功能(为了应付上机)) 1.创建链表 2.连接链表 3..输出链表 4.按照结点查找元素 5.按照元素查找结点 6.按照结点删除元素 7.按照元素删除结点 8.对链表元素排序 9.链接两个链表 功能大概就这么多~(List (there are a lot of functions, a beginner, just knock on, there are some false function (in order to co
sort
- 将1000个随机数写入文件,用mmap映射到内存,排序然后写回文件。(Writes 1000 random numbers to a file, maps MMAP to memory, sorts, and then writes back to the file.)