资源列表
winsock
- WINSOCK 是在Windows进行网络通信编程的API接口,也是Windws网络编程的事实标准。在网络编程中最常用的方案便是客户机/服务器模型。-WINSOCK is a communication network programming in the Windows API interface, is Windws de facto standard for network programming. The most commonly used in network programming
winsock
- 正式的远程控制源码,可很好的扩展,想学习这方面的,可以研究一下-Official source remote control can be a very good extension, would like to learn this, you can look
USB-_WIFI_Linux
- 基于mini2440的USB无线网卡(它是 专门针对嵌入式 Linux 平台下,简单快捷地使用USB 无线网卡一套命令行工具程序,它基于友善之臂出品的 mini2440开发平台验证测试)-Mini2440 based USB wireless network card (it is designed for embedded Linux platform, quickly and easily using a USB wireless network card set of command-
GetMACAddress
- 一个VC6.0写的获取 网卡MAC地址的程序-VC6.0 write access to a MAC address of the program
weather-service-Delphi
- 查询国内城市天气预报,使用中央气象台气象数据-weather service
xmodem
- 基于S3C2440的xmodem协议,主要是移植vivi里面的xmodem-The xmodem protocol based S3C2440, mainly inside the xmodem transplant vivi
H264Player(vfwPffmpeg)
- 用ffmpeg做解码vfw显示的程序-Done with ffmpeg decoding procedures VFW display
GPSmodule
- 天祥gps模块开发的课件文档,非常好的描述了gps开发过程,非常实用-Intertek gps module developed courseware documentation, gps very good descr iption of the development process, a very practical
Proxy-server
- 网络通信中的代理服务器问题,用Vc程序实现具体的功能,附有源代码-Network communication in the proxy problem, using Vc program to achieve specific functions, with the source code
route
- unix下的网络编程,unix下实现路由功能的c语言源代码-network programming under unix, unix routing functions to achieve the c language source code
mach-mini6410
- use of spidev for mini6410
tailx
- 编写一个c语言程序,该程序产生的可执行文件名为tailx,模仿linux的tail命令,比如:当执行:tailx -4 XXX(XXX为某文本文件)时,将打印该文本文件最后4行。如打印的文本行数超过文本内容,则打印全部文本;如参数个数不对,则报错;如果命令所指定的文件名XXX不存在,则报错。-Write a c language program, the program generates an executable file named tailx, mimic the linux tail