搜索资源列表
gpsd-2.3.tar
- 很好的一个gps daemon驱动,简单实用,支持通过rs232或者远程登陆获得gps数据源,通过socket接口应用端向驱动取数据-a good gps daemon-driven, simple and practical, rs232 or support remote access to the landing gps data sources, through the socket interface to application-driven access to data
UNIXshell
- 简单shell的设计和实现 1)、除了系统调用execve,不允许使用其他的exec函数。输入应当允许带多个参数(一行内可以表示),不考虑通配符 (即“*”、“?”等)的处理。 2)、输入错误命令能提示出错并进入下一轮接收命令状态。 3)、可以用Ctrl-C和Ctrl-\\结束简单shell的运行。 -simple shell of a Design and Implementation), in addition to system call execve. allowed t
ruijie_Ubuntu
- 现在很多高校都用锐捷认证才能上网,在windows系统下没什么问题,但是在linux系统下就没那么简单了。ux确实是好东西,尤其是ubuntu,对中文支持得非常好,而且十分好用,十分强大。在ubuntu下用锐捷认证上网不像windows下那么方便,但是其实也不麻烦,就一句话——“正确的静态IP设置+成功的帐号认证”。-Now many colleges and universities are sharply Czech certification in order to access, in
oftpd-0.2.1
- 一个简单的ftp程序,程序结构清晰,是Linux下c语言开发的。只支持匿名访问。用于学习和专用领域开发比较好。-A simple ftp program, the program structure clear, Linux is developed under the c language. Only supports anonymous access. Dedicated to the field of learning and development is better.
pthread
- 互斥量的简单应用,使用互斥量是实现多线程程序中的同步访问的另一种手段 -Mutex amount of simple applications using the exclusive capacity to achieve simultaneous multi-threaded program in an alternative means of access
Linux-Network-Programming
- 《Linux网络编程》内容简介:Linux是目前最流行的开源操作系统,网络功能在Linux下占有核心的地位。《Linux网络编程》循序渐进地从应用层到Linux内核、从基本知识点到综合案例,向读者介绍如何在Linux下进行网络程序设计。《Linux网络编程》内容分为4个部分:Linux程序设计基础部分、Linux用户空间网络编程部分、Linux内核网络编程部分以及综合案例部分。内容包含Linux系统概述、Linux编程环境、Linux文件系统简介、Linux下的进程和线程、TCP/IP协议族、应
chrdev_led_five_function
- 在友善开发板mini2440上,用字符设备方式实现的led驱动程序,及测试用的应用程序。led驱动程序实现了ioctl、read、write设备方法,都比较简单,可以供初学者参考,在应用程序中有五个命令方法, 0-关闭指定的led 1-打开指定的led 2-获得指定的led状态 3-获得所有的led状态 4-设置所有的led-Development board mini2440 in a friendly, and with the realization of the le
webmin-1.530.tar
- webmin-1.530是一个强大的linux系统管理工具,他可以通过web实现linux系统的管理和调试。安装非常简单,下载后在linux系统下面通常可以通过解压文件后./install安装,默认的安装端口为10000,安装完我们可以通过https://IP:10000来访问你的电脑长管理系统中的常用服务。-webmin-1.530 is a powerful management tool linux system, he can achieve through the web linux
Linux_C
- linux 常用C函数技术手册,希望对于有相应需求的朋友有帮助,便于随时进行查阅,简单而又方便.-technical manuals used linux C function, I hope there is a corresponding demand for the help of friends, easy to access at any time, simple and convenient.
getIP-impro
- 本程序用户获取主机的IP地址和MAC地址,头文件与函数原型如下 #include "getIP.h" int get_ip(char *ipaddr, char *netmask, const char *ethname) #include "getIP.h" int get_mac(char *mac) 以下是get_ip函数简单使用范例 //定义IP和MAC所需要的存储空间 char ethname[] = "eth0" c
WeatherTest
- 一个QT编写的即时获取当地天气预报信息的程序,简单实用,代码清晰,学习的好例子-QT instant access to a written procedure for local weather information, simple and practical, code clarity, a good example of learning
yfcomputer1
- 计算机操作系统技术实验类文章,主要介绍shell编程技术基础,主要介绍Linux下对于简单进程与进程之间通信,以及对于管道的应用问题。文件的共享,数据的访问。-Computer operating system technology experimental articles, and introduces the technical basis of shell programming, and introduces the communication between a simple pro
tinyxml
- c++编写的xml文件操作代码,可以创建xml文件,添加和删除xml内容,API函数使用简单,可以在linux下编译运行,结合其他应用程序将需要存取的东西放到xml中。-c++ code written in xml file operation, you can create xml file, add and delete xml content, API functions easy to use, can be compiled to run under linux, in conjun
WebBench-master
- Webbench是一个在linux下使用的非常简单的网站压测工具。它使用fork()模拟多个客户端同时访问我们设定的URL,测试网站在压力下工作的性能,最多可以模拟3万个并发连接去测试网站的负载能力。Webbench使用C语言编写。-Webbench is a very simple to use under linux site pressure measurement tool. It uses the fork () to simulate multiple clients simulta
Bank System
- 该系统是一个简单的银行账户系统,可以实现开户,存款,取款,ATM机存取等功能。(The system is a simple bank account system, which can be used to open account, deposit, withdraw money, access the ATM machine and so on.)