搜索资源列表
annids_n-0[1].0.2
- 一个入侵检测小程序,用C编写,linux环境-a small program with C preparation, linux environment
vold
- linux下自动mount各种即插即用设备的一个小程序源码 文件包含内容: /vold.h /vold.c /split.h /split.c /disktype-6/disktype.c /disktype-6/unix.c /disktype-6/main.c /disktype-6/linux.c /disktype-6/dos.c -automatically mount all kinds of plug-and-play equipment
ngn格式转换小程序
- ngn格式转换程序proc*c-NGN format conversion proc * c
LED_ATmel9200
- 这是我学习驱动开发的第一个小程序. 控制LED灯的开和关. 共有两个文件 gpioctl.c 是驱动程序, main.c是LInux下的测试程序.
lndir.c
- lndir: Create shadow link tree. 最新的Xorg代码已经不包含这个小程序了,还是非常有用的,特意找出来
c++ 编程中你最需注意的地方
- 下面的这些要点是对所有的C++程序员都适用的。我之所以说它们是最重要的,是因为这些要点中提到的是你通常在C++书中或网站上无法找到的。如:指向成员的指针,这是许多资料中都不愿提到的地方,也是经常出错的地方,甚至是对一些高级的C++程序员也是如此。 这里的要点不仅仅是解释怎样写出更好的代码,更多的是展现出语言规则里面的东西。很显然,它们对C++程序员来说是永久的好资料。我相信这一篇文章会使你收获不小。-below those points of all C programmers are ap
modbus.rar
- modbus通信小程序,实现了设备间的串口通信,推荐给大家,modbus communication applet, the implementation of serial communication between devices, recommend to the U.S.
telnet.c
- 一个小的telnet程序与大家共享,/* 本程序支持如一些参数: * --host IP地址 或者 -H IP地址 * --port 端口 或者 -P 端口 * --back 监听数量 或者 -B 监听数量 * --dir 服务默认目录 或者 -D 服务默认目录 * --log 日志存放路径 或者 -L 日志存放路径 * --daemon 使程序进入后台运行模式 */ -A small telnet program to share with you
ccx
- 适合于初学者的c语言小程序。例如 题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去 掉不满足条件的排列。 -Suitable for beginners c language applet. For example, the topic: There are 1,2,3,4 digits, how many can be composed of m
chat
- 个人精心原创linux下开发的聊天小程序-Personal meticulously originality linux developed under chat small procedures
c
- 一个linux 下的客户端的小程序,用c语言描写实现。运用消息队列以及通信进程的应用实现-Under a linux client applet, using c language descr iption of the achievement. The use of message queue, as well as communications applications process
linuxc
- 本程序使用linux 下的C语言得到本机的硬件地址的一个小程序-This procedure using the C language under linux to be the hardware address of the machine in a small program
read_route
- 一个linux下用c 写得读取路由表的小程序。-C under linux with a read write small procedures routing table.
sourcemk
- linux下利用c实现的将wav文件分割的小程序,只能够简单分割,对于想学习linux对文件操作的朋友有帮助~-under linux will use c to achieve a small wav file segmentation procedure can only be a simple division, want to learn linux for file operations on friends to help ~
code
- linux各种小程序源码 对初学者来说比较有用-linux-source a variety of small programs is more useful for beginners
jiulianhuan
- 这是一个小程序,可以教你怎么解开九连环,用c写的,可以运行。-This is a small program that can teach you how to unlock nine chain, with c written, you can run.
hanoi.c.tar
- linux环境 利用curse库开发的汉诺塔小程序-linux environment, the use of curse library developed by Tower of Hanoi applet
C
- linux小程序.采用shell编程,实现对进程的管理-linux code based on shell
C
- 这里是5个在linux系统下的C语言编写的界面小程序。-Here are five the interface small program written in C language under linux system.
lxc.snap.c
- lxc 快照管理工具 些快照克隆的一个明显的用例是支持 rootfs图像的增量开发。 进行一些更改,快照, 做一些更改,快照,还原... lxc-snap是一个使用lxc API的小程序,可以更容易地支持这个用例。 你从一个overlayfs支持的容器开始,做一些更改,快照,进行一些更改,快照...这是一个更简单的模型比手动使用克隆,因为你继续开发相同的容器,o1,而快照被保留,直到您需要。(lxc-snap management tool)