资源列表
little_time
- 用VC做的一个小时钟,界面还算美观,基本的功能已经实现-VC do a small clock, still beautiful interface, the basic function has been achieved
music_spring
- 用OPENGL实现的一个喷泉,能播放音乐 效果还可以,比较美观-use the OpenGL a fountain, can broadcast sound effects can also compare beautiful
little_drawboard
- 一个比较小的画图程序,有一定的构思 不过还是比较简单的程序-a relatively small drawing program, to a certain extent, but the idea is fairly simple procedure
ComponentArt.WebUI.for.Asp.net.3.0.1501
- ComponentArt.WebUI.for.Asp.net.3.0.1501 很不错的东东,内附源码及注册码,希望大家用得到-ComponentArt.WebUI.for.Asp.net.3.0.1 501 Eastern very good, and contains the source code license key, I hope that people will use to be
PingPong
- 用VC做的一个乒乓球游戏,虽然比较简单不过其中也有自己的算法,而且能够将游戏过程中某个场景保存-VC do a table tennis game, though comparatively simple but which has its own algorithm, and the game will be able to process a scene preservation
Terrainxnsw
- 一个很好的地形漫游源码,使用vc++与opengl.-a good source of roaming the terrain, the use of vc with opengl.
chazhinihe
- 各种插值拟合的子程序,使用matlab编的,请大家使用。-various interpolation fitting subroutine, use Matlab series, please use.
GPS_RENIX
- GPS导航电文相关的计算程序,主要应用于GPS的RENIX文件读写及生成计算。-GPS navigation messages related to the calculation procedures, mainly used GPS RENIX document literacy and generate calculated.
BOOTLOADER
- AVRmega128的bootloadr可以把一个bin文件使用Xmodem协议写入flash,按page写入的。-AVRmega128 the bootloadr can use a paper bin Xmod written agreement em flash, according to the written page.
aasda
- 不錯用的音樂檔案 不用安裝即可使用 保證無毒檔案很小-good use of music files do not have to install in order to use small files to ensure a drug-free
C_program_test
- C语言测试--想成为嵌入式程序员应知道的0x10个基本问题。这是经典的面试试题,当然考的是你对c语言的基本的理解,里面列举了菜鸟掌握不扎实的0x10个基础问题。-C language test -- to become embedded programmers should know 0x10 fundamental issues. This is the classic interview questions, of course, is that you take the c basic l
c51_PID
- 典型的PID处理程序:这是从网上找来的一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID 参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算, 而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可 大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余 数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部