资源列表
[其它资源] gps_gui
说明:linux环境下用c语言实现对GPS数据的读取和分析,图形界面用minigui实现,在redhat9.0系统中调试通过-This application uses C programing language to read and analysis the data get from GPS under Linux platform. Graphical user interface is use minigui to realize, it has been test on reahat 9.<潘涛> 在 2008-10-13 上传 | 大小:10.76kb | 下载:0
[其它资源] 4bit数据的加减乘除
说明:一个很不错的例子,实现的是4bit的加减乘除,用modelsim做的仿真.-a very good example of the realization of the Band is the arithmetic, modelsim do with the simulation.<文字> 在 2008-10-13 上传 | 大小:33.13kb | 下载:0
[其它资源] ucosII专门针对ARM7的源代码实现
说明:针对UCOS的移植,对ARM7体系架构上的做移植.是一个很麻烦的问题,您需要的是修改一些底层的启动代码.-against graft, ARM7 architecture of the transplant. It is a very troublesome question, you need to be some change in the bottom of the boot code.<李锴> 在 2008-10-13 上传 | 大小:1.97mb | 下载:0
[其它资源] tanxin
说明:这是一个贪心算法的c程序。贪心算法(也叫贪婪算法)不是某种特定的算法,而是一类抽象的算法,或者说只是一种思想,它的具体表现在,对解空间进行搜索时,不是机械地搜索,而是对局部进行择优选取,贪心算法的目的不是为了找到全部解,也当然找不出最优解,而只是找出一种可行解,这样就会得到惊人的高效性。因此,贪心算法也叫启发式搜索,这种启发就是所谓的“贪心策略”。-This is a greedy algorithm c procedures. Greedy algorithm (also known as t<王卫红> 在 2008-10-13 上传 | 大小:1.14kb | 下载:0