-
Linux Programming White Paper
Linux编程白皮书-Linux Programming White Paper
- 2022-03-19 09:38:54下载
- 积分:1
-
A very simple linux FTP server. Including browsing, delete, upload, download, co...
一个非常简单的linux FTP服务器。包括浏览、删除、上传、下载、转换目录等最基本的功能,用传统的多进程的方式实现。压缩文件里有详细的编译说明。-A very simple linux FTP server. Including browsing, delete, upload, download, convert directories such as the most basic functions, the traditional multi-process ways. Compressed file to compile a detailed description.
- 2022-07-19 03:20:10下载
- 积分:1
-
/*
* 读取INI文件的函数(C语言)
* File: readinifile.h
* Read INI File
* char* GetIn...
/*
* 读取INI文件的函数(C语言)
* File: readinifile.h
* Read INI File
* char* GetInitKey(FileName, Section, Key)
* Return Key=>Value
* + [config]
* + dbhost=localhost
*
* strcpy(dbhost,GetInitKey("config.ini", "config", "dbhost"))
*/-/* read INI file functions (C)* File : readinifile.h* Read INI File* char* GetInitKe y ("">, Section, Key)* Return Key =
- 2022-07-05 11:26:15下载
- 积分:1
-
unix接口转换为tcp接口
unix接口转换为tcp接口-converted to tcp Interface
- 2023-01-10 07:30:04下载
- 积分:1
-
linux指令大全 全面介绍每一个参数使用方法规则
linux指令大全 全面介绍每一个参数使用方法规则 -linux commands Guinness comprehensive introduction for each parameter using the rules
- 2022-01-26 02:30:51下载
- 积分:1
-
这是一个关于pci设备的驱动源码,非常适合linux下pci设备驱动的开发...
这是一个关于pci设备的驱动源码,非常适合linux下pci设备驱动的开发-This is a pci device driver on the source, very suitable for pci under linux device driver development
- 2022-03-12 05:21:08下载
- 积分:1
-
这个是cygwin的英文指导,我找不到中文的,中文的都不全
这个是cygwin的英文指导,我找不到中文的,中文的都不全-this is the English guide, I find that the Chinese, not the entire Chinese
- 2022-07-03 06:33:50下载
- 积分:1
-
系统调用拷贝函数
本程序通过Linux的系统调用进行文件拷贝,如果进行一定的修改可以支持断点续传...
系统调用拷贝函数
本程序通过Linux的系统调用进行文件拷贝,如果进行一定的修改可以支持断点续传-System call function copy of the procedures adopted by Linux system calls to file copy, if changes must support HTTP
- 2022-05-23 18:17:03下载
- 积分:1
-
一个linux下字符设备驱动程序的编写例子,是自己参考了相关资料的修改版本...
一个linux下字符设备驱动程序的编写例子,是自己参考了相关资料的修改版本-Characters under a linux device driver for the preparation of example is their reference to a modified version of relevant information
- 2022-07-05 12:21:26下载
- 积分:1
-
这第一个版本免费的TCP/IP和PPP协议栈的操作系统为UC /房
This the first release of a free TCP/IP/PPP protocol stack for the uC/OS Real-Time Operating System. As a first release it s still rather rough and very much larger than desired however it is working well in an embedded product and therefore may be useful to others. Much of the code is ported from public sources including BDS Lite and KA9Q (and its derivatives) and carries copyright notices from those sources. Essentially TCP is based on KA9Q but with ideas from BSD, IP is a simple implementation supporting BSD structures, ICMP is ported from BSD, and PPP is ported from the BSD version of the distribution common to BSD, Linux, and many other systems
- 2022-05-16 22:00:19下载
- 积分:1