搜索资源列表
list_str_mul
- 2个1000位大整数相乘,采用链表的方式组织乘数和被乘数,相乘得到结果存在链表中,最后累加打印出结果
simu_computer_mul_str
- 2个1000位大整数相乘,模拟计算机的计算方式,先将乘数和被乘数都转换为0,1编码的长字符串,然后移位相加,最后转变回10进制。
myprog
- 用char *malloc(unsigned size)函数向系统申请一次内存空间(如size=1000,单位为字节),用首次适应法 addr = (char *)fmalloc(unsigned size) 和 ffree(unsigned size,char * addr)(基本要求)或 循环首次适应法(提高一步) addr = (char *)lmalloc(unsigned size) 和 lfree(unsigned size,char * addr)
ural
- 我的URAL的1000 ~ 1050 的全部代码 包含WA 最后AC的程序 有2~3个比较难的是MAIGO的程序,另外源文件中附有题解,在linux下做的 如中文乱码请用word打开,应该对想做URAL的同学有一定帮助,另外请相信自己的能力 万不得以再看代码
LINUX_1000_questions
- linux 1000常见问题集,适合初级人员。
pthread_create
- 用c語言,在linux上create 1000個thread去ping某一台主機。
foo2zjs
- linux环境下打印机驱动源代码, 适用于hp laserjet1000系列等-linux printer driver source code for hp laserjet 1000 serial and so on
BigNum
- 大的整数运算,比浮点运算所看奥的有效数字多了很多 ,支持1000位,还可更多!-Large integer operations than floating-point operations by the effective figure Austrian watch a lot of many to support the 1000, but also more!
explore
- String Pointers to explore how the pointer work -The program takes lines from standard input and keeps the last n of them in memory as it goes through standard input. When it gets to an EOF, it prints the last n lines out. You may assume n is les
shiyan1
- 用char *malloc(unsigned size)函数向系统申请一次内存空间(如size=1000,单位为字节), 用首次适应法 addr = (char *)fmalloc(unsigned size) 和 ffree(unsigned size,char * addr) 或用循环首次适应法 addr = (char *)lmalloc(unsigned size) 和 lfree(unsigned size,char * addr) 模拟UNI
stimer
- 实现了Linux下毫秒级的软件定时,但依赖于系统HZ数,如 HZ=100,最小定时为10ms HZ=1000,最小定时才是1ms 理论上可以实现若干个定时器,依赖于系统性能-Achieved a Linux software under the millisecond timing, but the number depends on the system, HZ, such as HZ = 100, the minimum timing for the 10ms HZ = 1000, the
ZLGARMrainingmaterials
- 周立功ARM培训资料,全套PPT,一千多页,非常全面-ZLG ARM training materials, a full set of PPT, more than 1000 pages, very comprehensive
mypi
- 多线程计算pi,并且做性能分析。单线程与多线程对比 计算量相同,线程数不同 例如,N取1000,000,测试使用1、2、3、4……个线程时所需要的时间。 线程数相同,计算量不同 例如,只考察单线程和双线程的性能对比,N分别取不同的数值。 -Multi-threaded computing pi, and do performance analysis. Comparison of single-threaded and multithreaded computing the
LINUX_changjianwenti
- LINUX常见问题1000个详细解答,学习Linux基础比较好的资料!-1000 LINUX detailed answers frequently asked questions, learning good information on the basis of Linux!
1000hackingtutorials
- 1000 hacking tutorials - The Best of 2008
libc-html_node.tar
- 1000页。gcc c库函数。完全版本。-The GNU C Library Reference Manual
dzdz
- 查找出两个文件中具有某一相同字段的行,输入:两个文件名 如文件一是有100行的学生学号和姓名,文件二是1000行的学生学号及考试成绩 输出:二个文件 文件一为查找出的100行的学生学号及考试成绩,文件二为未查找出的900行的学生学号及考试成绩 可对原码做相应修改,来得到需要的字段,如把两个文件拼成一个,或只取其中相应字段等-Find out the two files in the same field with a line, enter: First, the two
http_proxy
- 一个并发服务器的聊天程序,能同时实现1000个客户的登陆,聊天。-A concurrent server, chat program, customers can simultaneously achieve the landing 1000, chat.
Oranges
- 在linux下开发俄罗斯方块,采用权重,在终端中显示,1000行不死-Under development in Russia linux box, using the weight of the terminal display, 1000-line immortality
chunchuguanli
- 编写一个C程序,用char *malloc(unsigned size)函数向系统申请一次内存空间(如size=1000,单位为字节),用首次适应法 addr = (char *)fmalloc(unsigned size) 和 ffree(unsigned size,char * addr)(基本要求)或 循环首次适应法(提高一步) addr = (char *)lmalloc(unsigned size) 和 lfree(unsigned size,char