搜索资源列表
chengxuyuanma
- 用多线程同步方法解决读者阅览问题 1) 每个读者进入阅览室后,即时显示“Entered” 及其线程自定义标识,还同时显示阅览室共有几名顾客及其所坐的位置。 2) 至少有10个读者,每人阅览至少3秒钟。 3) 多个读者须共享操作函数代码。 2总的设计思想及系统平台、语言、工具: 设计思想:程序设定的是10个读者和5个座位,对读者进行编号,依次进入阅览室读书,为每一座位列一表目,包括座号和读者号等,读者离开时要登出,即消掉登记的信息。 系统平台:LINUX 语言:C语言
iptraf-3.0.1.tar
- 监控linux服务器的ip流量统计,访问量统计,便于分析服务器的速度-count ip
testCom
- at91ARM9200串口例程,希望对大家有所帮助。 使用方式: TestCom /dev/ttyS* -w count data TestCom /dev/ttyS* -r-at91ARM9200 serial routine, I hope all of you to help. Use: TestCom/dev/ttyS*-w count dataTestCom/dev/ttyS*-r
dieharder-2.6.24
- Dieharder是一个 测试一序列伪随机数的随机性能的测试套件,包括:生日间隔测试,在一个字节流中计算1的测试,最短距离测试,随机范围测试,和重叠测试,跑上测试,跑下测试,双骰子测试等等 -Dieharder is a random number generator (rng) testing suite.It includes,Birthday spacings test,, Overlapping permutations test, Ranks of matrices test,
rtai_satellite_dish_positioner_project
- Most satellite dish actuators send a series of pulses to indicate their position. By counting pulses the positioner knows where the dish is pointing. It is possible to use a serial port and Linux with RTAI patches in order to count these pulses, thus
wlet
- linux 下 ftp 和 telnet 功能结合的一个服务器源码,可实现服务器端和客户端基本shell 命令,及上传下载文件功能,无需帐号认证 - 1 no count and no authentication , the shell running level result in who run the server in server side 2 basic ftp transferring functions as get files (g files ) and
BreakGcc
- The most horrible onliner in C you even have seen :-) Use gcc -E to generate the code... This code just return true if a solution exist. This code solves the problem of the "count down number" http://en.wikipedia.org/wiki/Countdown_ 28game_show
1111
- 在Linux上写的一个C程序,借助Lex做词法分析来同时统计N个文本文件的字符数,单词数和行数。-In Linux, written in a C program, using lexical analysis to the same time, Lex to do a statistical N number of characters in a text file, word count and the number of rows.
sourcecode
- 1. Program to remove all comments from a C program 2. Word count implementation using Apache s Hadoop 3. Program to implement calloc using malloc
Count
- 利用Object—C语言编写一个计数程序!-Using Object-C language to write a counter program!
linux-usbdriver
- linux下面 usb设备驱动 单字节发送 usbm9.26.c 读写成功,把接口程序中read的count参数作为输出参数 demo26.c 测试程序-linux usb device driver following single-byte read and write successfully sent usbm9.26.c, the interface program in the count parameter read the test procedure as output p
xzvxvxcvz12g
- In the measurement of frequency is actually 1s to count time signal, numerical is signal frequency. Using single-chip microcomputer frequency plan by using two kinds of method, usually the first approach is to use own counter chip counting input puls
sumxybar.c.tar
- ROOT下COUNT图的绘制,用于统计在平面(探测器)上粒子的分布。需要先安装ROOT程序。ubuntu9.10 下编译通过。-Mapping under ROOT COUNT, for statistical plane (detector) on the distribution of particles. Need to install the ROOT program. ubuntu9.10 next compile.
ftp
- ftp服务器程序,主要功能有上传,下载,断点续传,可以统计每ip的最大连接数,客户端的最大连接数-ftp server program, the main function upload, download, HTTP, you can count every ip in the maximum number of connections, the maximum number of connections the client
Makefile
- 本文介绍了Unix/Linux平台上如何编写Makefile来自动编译C/C++。一个工程中的源文件不计数,其按类型、功能、模块分别放在若干个目录中,makefile定义了一系列的规则来指定,哪些文件需要先编译,哪些文件需要后编译,哪些文件需要重新编译,甚至于进行更复杂的功能操作,因为 makefile就像一个Shell脚本一样,其中也可以执行操作系统的命令。 -This article describes the Unix/Linux platform, how to write a Ma
3_count_girls_in_lab
- shell scr ipt file to count the number of girls who have filled the questionnaire
UICI
- 通用因特网IPV4网络编程接口 //TCP int uin_open_tcp(unsigned short port) int uin_accept(int fd, struct sockaddr_in *addr) int uin_connect(const char *cp, unsigned short port) int r_recv(int fd, void* buf, int size) int r_send(int fd, const void* m
danpianjizhushou
- 这个是用来辅助设计的 里面有串并的设定 精确延时 中断计数的设定 很好用-This is used inside a string-aided design and precision delay setting set well with the interrupt count
How_to_Write_makefile
- makefile关系到了整个工程的编译规则。一个工程中的源文件不计数,其按类型、功能、模块分别放在若干个目录中,makefile定义了一系列的规则来指定,哪些文件需要先编译,哪些文件需要后编译,哪些文件需要重新编译,甚至于进行更复杂的功能操作,因为makefile就像一个Shell脚本一样,其中也可以执行操作系统的命令。 makefile带来的好处就是——“自动化编译”,一旦写好,只需要一个make命令,整个工程完全自动编译,极大的提高了软件开发的效率。make是一个命令工具,是一个解释make
count-pi-with-multithreaded-program
- count pi with multithreaded program