搜索资源列表
C语言实战105例
- C语言实战105例 第1部分 基础篇 实例1 一个价值“三天”的BUG 2 实例2 灵活使用递增(递减)操作符 5 实例3 算术运算符计算器 7 实例4 逻辑运算符计算器 9 实例5 IP地址解析 11 实例6 用if…else语句解决奖金发放问题 13 实例7 用for循环模拟自由落体 16 实例8 用while语句求n! 19 实例9 模拟银行常用打印程序 22 实例10 使用一维数组统计选票 26 实例11 使用二维数组统计学生成绩 29 实例12 简单的计算器
Senfore_DragDrop_v4.1
- Drag and Drop Component Suite Version 4.1 Field test 5, released 16-dec-2001 ?1997-2001 Angus Johnson & Anders Melander http://www.melander.dk/delphi/dragdrop/ ------------------------------------------- Table of Contents: ----------------------
ftp_client
- linux环境下ftp客户端,可是实现从ftp服务器下载文件并显示现在信息,。包括源文件和Makefile文件,需要libcurl库,直接make。 执行命令方法:./ftp_client ftp://ip:port xx.avi /include(本地路径) linux内核版本:2.6.25-14.fc9.i686 GCC版本:4.3.0-no comments
ntp_client
- 功能:ntp客户端,实时校时 运行环境:linux 内核版本:2.6.25-14.fc9.i686 描述:严格按照rfc1305的规范来编写的ntp客户端程序,时间服务器使用国家授时中心。ip:210.72.145.44 程序中有必要的注释,便于阅读,复制在任意目录下直接make,./ntp_client就可以实现时间的实时校对。 根据需要可以选择粗略对时和精确对时两种,但在精确对时的时差和延迟计算方法上还有待进一步研究。 enjoy!-Function: ntp cl
http_client
- linux环境下http客户端,可是实现网页的抓取,html和xml等文件的下载。包括源文件和Makefile文件。执行命令方法:./http_client http://ip:port xx.xml /include(本地路径) linux内核版本:2.6.25-14.fc9.i686 -no comments
kernel-2.6.25-14.fc9.src
- LINUX2.6.25 内核源码 用于内核开发或者学习 需要配合适合的程序阅读器,如source insight-LINUX2.6.25 source code
snail
- 在Linux环境下,创建蜗牛型数组,并从命令行传递数组阶数,通过makefile实现自动编译-Create the below format number list(like a snail). If input is 3, the output should be: 1 2 3 8 9 4 7 6 5 If input is 4, the output should be: 1 2 3 4 12