资源列表
[Linux/Unix编程] linux_udp
说明:我自己写的udp服务程序,用于远程电机实时控制,包括client和server。编译通过运行正常。-I wrote it myself udp service procedures, for remote real-time control, including the client and server. Compiled by operating normally.<leon> 在 2008-10-13 上传 | 大小:1.59kb | 下载:0
[系统编程] ChinesesToPy
说明:用Delphi开发将汉字反查为拼音的例程,未使用任何第三方控件包-use Delphi to check for anti-Chinese Pinyin the routine, not the use of any third-party control packet<欧阳> 在 2008-10-13 上传 | 大小:245.59kb | 下载:0
[Linux/Unix编程] embed_linux_send_Email
说明:嵌入式linux发送电子邮件程序,pc上当然好用了。 -embedded linux Send e-mail program, pc uses on the course. Embedded Linux Send e-mail program, pc uses on the course.<李冰> 在 2008-10-13 上传 | 大小:2.98kb | 下载:0
[系统编程] scsiprogram_asm
说明:取自别处,共同学习,看完删除,尊重原作者的版权,使用时请注明出处。scsi编程举例,masm环境。-from elsewhere, studying together, reading deleted, respect the original author's copyright, when used with the territory. SCSI Programming For example, can the environment.<sanlwg> 在 2008-10-13 上传 | 大小:24.25kb | 下载:0
[系统编程] getsect_asm
说明:取自别处,共同学习,看完删除,尊重原作者的版权,使用时请注明出处。绝对扇区读写masm示例-from elsewhere, studying together, reading deleted, respect the original author's copyright, when used with the territory. Absolute Sector readers can sample<sanlwg> 在 2008-10-13 上传 | 大小:2.44kb | 下载:0
[Linux/Unix编程] pthread_examples.tar
说明:多线程程序作为一种多任务、并发的工作方式,有以下的优点: 1) 提高应用程序响应。这对图形界面的程序尤其有意义,当一个操作耗时很长时,整个系统都会等待这个操作,此时程序不会响应键盘、鼠标、菜单的操作,而使用多线程技术,将耗时长的操作(time consuming)置于一个新的线程,可以避免这种尴尬的情况。 2) 使多CPU系统更加有效。操作系统会保证当线程数不大于CPU数目时,不同的线程运行于不同的CPU上。 3) 改善程序结构。一个既长又复杂的进程可以考虑分为多个线程,<李强> 在 2008-10-13 上传 | 大小:2.5kb | 下载:0