资源列表
[Internet/网络编程] fpgaGoodGuide
说明:FPGA 经典例程...这些例子程很详细...非常经典.很容易上手-FPGA classic routines ... a very detailed way these examples are very classic .... Very easy to use ...<shi284062> 在 2026-01-14 上传 | 大小:7kb | 下载:0
[单片机(51,AVR,MSP430等)] FTPLib
说明:Class for ftpying in WM 5.x<zhao60681> 在 2026-01-14 上传 | 大小:7kb | 下载:0
[图形图象] full_graph
说明:一个用OpenGL实现的图形软件包,能够实现直线生成、Bezier曲线生成、多边形扫描转换图形变换的功能。-with an OpenGL graphics package, to achieve linear generation, Bezier curve generation and polygon scan conversion graphics transform functions.<qiao602379> 在 2026-01-14 上传 | 大小:7kb | 下载:0
[多媒体编程] getapplist
说明:得到系统中当前运行的程序的列表(根据窗体查找)。-The system currently running programs list (under the form to find).<ftc39730> 在 2026-01-14 上传 | 大小:7kb | 下载:0
[图形图像处理(光照,映射..)] gl1
说明:一个用openGL写的程序,比较简单,但是能反映编程方法.-with a written procedure is relatively simple, but reflects the programming method.<xig9227> 在 2026-01-14 上传 | 大小:7kb | 下载:0
[行业应用软件] glcm_texture
说明:glcm_texture.zip,包含1个类和1个java-glcm_texture.zip, contains a class and a java<sj7285> 在 2026-01-14 上传 | 大小:7kb | 下载:0
[通讯编程] google_weather_wap
说明: 一个WAP版的天气小偷程序,可以自动获取谷歌的天气预报,这样就可以架设自己的WAP站点了,访问时可以对某个城市进行查询-A WAP version of the weather thief procedures, Google can automatically access the weather forecasts so that you can set up their own WAP site, and visit a city can query. . .<do4115> 在 2026-01-14 上传 | 大小:7kb | 下载:0
[Internet/网络编程] Hanoi-new
说明:最新自编vb汉诺塔小程序,可自行演示汉诺塔-demonstration of the VB program to explain how the VB simple animation to achieve and control<qian92003> 在 2026-01-14 上传 | 大小:7kb | 下载:0
[GDI/图象编程] Hanoi108
说明:一个Hanoi的小游戏void Hanoi(int n, char x,char y,char z){ if (n==1) { printf( %c %d %c\n ,x,n,z) return } Hanoi(n-1,x,z,y) printf( %c %d %c\n ,x,n,z) Hanoi(n-1,y,x,z) }-Hanoi in a game void Hanoi (int n, char x, char y, char z) (if (n == 1) (printf (<xian4126602> 在 2026-01-14 上传 | 大小:7kb | 下载:0