资源列表
[C#编程] NineRideNine
说明:九九乘法表: for (int a = 1 a <= 9 a++) { for (int b = 1 b <= a b++) { x=a*b labelShow.Text += a.ToString() + "X" + b.ToString() + "="+x.ToString()+" \t" }-Multiplication table<tangbing199> 在 2025-10-08 上传 | 大小:29kb | 下载:0
[C#编程] CrystalReport
说明:一个很好的水晶报表的入门例子并有flash显示(visual studio c#)-A good example of Crystal Reports entry and a flash display (visual studio c#)<wxr> 在 2025-10-08 上传 | 大小:979kb | 下载:0
[ActiveX/DCOM] Mols-noe
说明:拟合曲线算法,很有效的工具,可以节省使用时间-Curve fitting algorithm, a very effective tool, you can use to save time<guanyichun> 在 2025-10-08 上传 | 大小:62kb | 下载:0
[驱动编程] USB-ParallelPortDriver
说明:相必都知道usb可以完善地转为串口,其实usb也可以一定程度上转为并口,这是我在淘宝上花了两百大洋,买的usb-并口转接卡的驱动,据说是根据那个德国的usb-并口方案开发的,对方把这东西当宝贝似的非要先给钱才Email发给驱动,让我很不爽,既然这样就在这里免费发布了,别花那个冤枉钱了。-Phase will be perfectly all know that usb to serial port, in fact, can also be to a certain extent usb to<lll> 在 2025-10-08 上传 | 大小:3.07mb | 下载:0
[驱动编程] mm-dram
说明:This module implements a Linux character-mode device-driver for the processor s installed physical memory. It utilizes the kernel s kmap() function, as a uniform way to provide access to all the memory-zones (including the "high memory" on s<jeevan> 在 2025-10-08 上传 | 大小:8kb | 下载:0
[Windows编程] VCbuilderrors
说明:最常见的20种VC编译错误信息,对于初学者有用,对号入座快速解决问题!-The most common of the 20 species of VC compiler error messages, useful for beginners, pigeon-holing fast to solve the problem!<yyo> 在 2025-10-08 上传 | 大小:2kb | 下载:0
[驱动编程] UsbWindowsDriver
说明:USB转RS232串口驱动文件(windows平台下),需要的请下。-USB-RS232 serial port driver files (windows platform), need to call on the next.<lll> 在 2025-10-08 上传 | 大小:1.69mb | 下载:0