搜索资源列表
vcrypt
- CRYPT的C语言的代码,常用代码,开发环境为LINUX
Rhapsody-0.1.8.tar
- sourceforge历史版本完整下载: http://sourceforge.net/project/showfiles.php?group_id=202044 提供了基于b树索引算法的文件数据数据库模块详见storage/目录下面的 btree.c与pager.c container目录为常用的容器实现,如果rbtree avltree map heap list vector hashtable deque T树 B树, test目录为测试程序代码经过初步测试,比较稳定。 os_api:装
linux-c-code
- linux下一些命令的c语言的实现,code目录存放了本书使用的部分代码,其中有些代码是从完整的程序中抽离出来,无法直接编译成可执行文件。读者在使用时,应该先读懂程序再使用。 otherscode目录存放了GNU/Linux中的常用命令源代码,读者可以参考。 本书提到的,跟Linux开发有关的一些软件可以在www.farsight.com.cn的“下载中心”下载。也可以在www.sourceforge.net下载最新版本。
File
- 本代码是一个linux下文件操作的代码,对常用的操作都有示例,适合初学者。
ftp_and_tftp_client.tar
- Linux下C实现的ftp客户端代码,实现常用10余种功能;tftp客户端代码,实现下载功能。有BUG更改或者好的建议请通知我,衷心感谢你对我的帮助!-C under Linux achieved ftp client code to achieve more than 10 types of commonly used functions tftp client code, to achieve download function. BUG change or have good sugge
inetutils-1.5
- linux下常用的网络工具的代码,如tftp,talk,rlogin,telnet等-linux network under the common instrument of code, such as tftp, talk, rlogin, telnet, etc.
hyc
- QT的各个方面的知识,以及常用的一些代码和命令等内容-QT in all aspects of knowledge, as well as a number of commonly used code and commands etc.
LinuxProgramming
- linux 编程用书,详细介绍了linux变成常用的代码和算法。-The book is for people who develops programming with Linux operate system。
async
- unix的另一个常用的插件处理代码,方便调用。-Another commonly used plug-in unix handling code to facilitate the call.
test_oci
- oci 常用接口,在windows 和Linux系统下,通用代码-oci interface use
cfz
- 【设计题目】Linux二级文件系统设计【开发语言及实现平台或实验环境】C++/VC++【设计要求】理解Linux的文件系统的组织;掌握常用的数据结构;系统采用两级目录,其中第一级对应于用户账号,第二级对应于用户帐号下的文件 使用文件来模拟外存,进行数据结构设计和操作算法的设计,实现一个文件系统并实现基本的文件操作(为了简便文件系统,不考虑文件共享,文件系统安全以及管道文件与设备文件等特殊内容)。要求:1、对程序的每一部分要有详细的设计分析说明 2、程序执行的每个步骤要有具体的提示内容或输出3、源
bootloader
- 在专用的嵌入式板子运行GNU/Linux系统已经变得越来越流行。一个嵌入式Linux系统从软件的角度看通常可以分为四个层次: 1、 引导加载程序。包括固化在固件(firmware)中的boot代码(可选),和BootLoader两大部分。 2、 Linux内核。特定于嵌入式板子的定制内核以及内核的启动参数。 3、 文件系统。包括根文件系统和建立于Flash内存设备之上文件系统。通常用ramdisk来作为rootfs。 4、 用户应用程序。特定于用户的应用程序。有时在用户应用程序和
linux
- linux应用程序编程实例,code目录存放了本书使用的部分代码,其中有些代码是从完整的程序中抽离出来,无法直接编译成可执行文件。读者在使用时,应该先读懂程序再使用。 otherscode目录存放了GNU/Linux中的常用命令源代码,读者可以参考。-linux application programming examples, code directory contains the book used some code, some code is detached from the co
mv
- 一个很好的源代码,关于REDHAT系统中的一个常用命令,学习完代码之后会让你觉得更上一层楼的-A good source code, REDHAT system on a common command, study after completion code can make you feel the next level
linux-source-code-to-each-chapter
- 选取linux各个方面最常用的一些代码进行讲解演示,是初学者的必备法宝-Select all the most commonly used linux some code to explain demonstration is essential magic for beginners
code-formating-indent-
- indent是一个常用的Linux的C代码格式化工具,可以将文件格式化为我们常用的代码格式。-Linux is a commonly used indent the C code formatting tool for our file format commonly used code formats.
C8051F36x
- c8051F36系列代码。里面有ADC,DAC,TIME,PCA等几个常用的例子。有部分可以直接应用。-c8051F36 series code. There ADC, DAC, TIME, PCA, and several other commonly used example. Part of can be applied directly.
consumption-
- 此程序在红帽系统下编写,里边主要用到了指针、结构体、文件操作等知识,编写的宗旨是对是结构体与指针知识的一个巩固,当然里边还用到了很多文件操作相关知识,能够使我们更加熟悉那几个常用的操作函数。代码不长,适合新手入门-This program written in Redhat5.5 system, which mainly use the pointer, structure, file operations...such as knowledge, The aim of the writing
flightsystem
- 采用纯C代码使用链表方式实现一个常用的航班系统.-Using pure C code using lists ways to achieve a common route system
linuxcode.tar(1)
- linux下常用代码学习,包括fork、socket、终端控制、总之linux编程从入门到精通,这里的代码都有,是东北大学linux课学习的代码-Under linux common code learning, including fork, socket, terminal control, in short, linux programming entry to the master, the code here has, Northeastern University is a les