搜索资源列表
linuxcontrol
- linux下的人机对话编程,函数库采用GTK+/GNOME,有操作界面,可在界面上进行操作与下层通信。此程序开发已久,源文件较多。可用 gcc -wall -o main.c ....... gnome-config --cflags --libs gnomeui 进行编译-the man-machine dialogue programming functions using GTK / GNOME, user interface, the interface can operate on t
uboot
- u-boot工程的总体结构、主要的数据结构、内存分配,主要分析流程中各函数的功能,基于FS2410板子的u-boot移植,实现了NOR Flash和NAND Flash启动,网络功能。 -u-boot project s overall structure, main data structures, memory allocation, the main function of the function of each process, based on u-boot board FS
File-integrity-testing-procedures
- 基于MD5的文件完整性检测程序,共包含4个文件:md5.h、md5.cpp、test.cpp、nankai.txt。其中md5.h与md5.cpp文件实现了md5类。test.cpp文件包含了整个程序的main函数,根据不同的命令完成不同的功能,如显示摘要信息,生成MD5摘要等。nankai.txt是本书提供的用于验证文件完整性测试文件。读者可以自己编写程序来生成nankai.txt的md5摘要,然后与书中的结果进行比较,验证所编程序的正确性。-MD5 File Integrity based
pthread.c
- pthread的例子,可以很好的帮助我们理解Linux多线程的主要函数用法-pthread example, could well help us understand the main function of multi-threaded Linux usage
ebus.tar
- 程序主要功能:linux 下通过串口控制智能系统,zo-b8l5a 5a八通道双值输出模块。一、 对应文件:ebus_module.tar.gz(包含三个文件ebus.cc、ebus.h、ebus_test.cc) 其中ebus.h是包含class E_bus的定义和声明的头文件;ebus.cc主要是类里面的函数;ebus_test.cc主要是类的使用,完成了循环依次关闭8路输出,打开8路输出的功能。二、 E_bus类的接口说明:打开或者关闭输出口,只需要函数int E_bus::ebus_
main
- MAIN函数 LINUX的重要内核函数 -MAIN function of an important core function LINUX
simgrid-2.18.2.tar
- SimGrid for linux安装软件,SimGrid 提供了一系列核心函数,用以建立异构分布环境下分布应用的仿真环境。该 项目的主要目标是为在分布计算环境下进行分布并行应用调度研究提供一个仿真环境,这里 的分布计算环境可以是简单的工作站组成的网络,也可以是复杂的计算网格-SimGrid for linux to install the software, SimGrid to provide a series of core functions, to set up the dis
BiologicalIdefendence
- 两个文件夹:circuit and code ! code 源码包包括3个文件夹: 脚本文件boot ---- 下载down----- 主函数main-Folder 2: circuit and code! Code source packages, including three folders: boot---- download scr ipt file down----- main function main-----
LinuxC
- 主要讲解在LINUX C 的函数。比较全面。对初学者有很好的帮助。-LINUX C on in the main function. More comprehensive. To have a good help for beginners.
schedule
- linux下的日程表开发,提供记录,日程安排提醒等功能,主要由时间控制等相关函数,需要db支持-linux calendar under development, to provide records, scheduling and other functions to remind, the main control by the time correlation function, to support the needs of db
LinuxC
- 这个书籍主要是介绍linux下的编程所需要的函数,对每个函数都有详细的介绍,非常值得收藏。-This book is to introduce the main programming under linux need the function, for each function are described in detail, a very worthy collection.
curses
- Linux 图形界面编程材料,可以方便学习Linux 主要关于curse库函数-Linux graphical interface programming materials, can easily learn Linux the main library on the curse
glib
- glib是在linux下使用极为广泛的一个库,主要集成了很多方便的系统函数,但是有很多工程在windows环境下也需要使用该库。这里是glib在vc9环境下的编译工程,以及已经编译好的lib文件。-glib is the most widely used linux a library, the main system integrates a number of convenient functions, but there are a number of projects in the wi
env
- env命令的重要性,相信知道C的人多懂一些,在早期的C语言中,MAIN函数是有三个参数的,那就是环境变量-The importance of env command, I believe many people know C to understand some of the C language in the early, MAIN function has three parameters, that is the environment variable
qtmu
- 本软件能够实现 qt的图斯能够化界面 其功能比较强大 包main函数的-This software enables the qt interface Tucci to its more powerful features, the main function of the package
get-device-info
- 这是一个获取硬件信息的函数,用于获取使用dmidecode命令获得的硬件信息 getDevInfo.c中有一个函数get_device_info,其原型如下 int get_device_info(const char *device,const char *item,char *mybuf,int buffsize) 请在main函数中包涵头文件 getDevInfo.c 使用此函数 -This is a function to obtain hard
portmap
- 端口映射器,简单易用,非常适合初学者。采用main函数的方式实现。-portmapper,it is very simple。It is very suitable for juniors.
XIAOXIDUILIE
- 消息队列:先定义一个消息结构,包含消息类型和文本长度。在SERVER函数中,首先获得一个KEY为75的消息的描述符,然后利用do while循环来判断当消息类型为1的时候打印输出。在CLIENT函数中,先获得消息队列,然后利用for循环将消息类型从10赋值到1,发送队列,并打印输出。最后在main函数中调用这两个函数。-The message queue: define a message structure, contains the message type and the length o
Shell
- 希尔排序的java实现,包含一个main函数。(shell paixu,include a main function.)
merge
- merge算法java实现,包括一个main函数。(merge for java,include a main function.)