资源列表
[系统编程] bignumer
说明:本程序定义了长度为41的数组来存放大数,进行对大数的运算。四则运算的算法就跟平时我们笔算四则运算的方法基本上一样,加减法的时间复杂度为n,乘除法的时间复杂度为n的平方。对四十位内的计算几乎都可以瞬时完成。-definition of the procedures for the length of the 41 arrays to store large numbers, the majority of arithmetic. Four computing algorithm just as w<liuchuan> 在 2008-10-13 上传 | 大小:22.44kb | 下载:0
[系统编程] Get_ProcessInfo
说明:如果取得系统当前正在运行的进程的信息, 包含系统进程和用户进程 -achieved if the current system is the running processes information, including user and system processes process<lwj0829> 在 2008-10-13 上传 | 大小:22.5kb | 下载:0
[加密解密] GetStorageID
说明:获取存储卡上ID标志,大家可以下来用下下啊!-Access Memory Card ID signs, we can use down Lower ah!<king> 在 2008-10-13 上传 | 大小:22.44kb | 下载:0
[Linux/Unix编程] sonic-snap-1
说明:sonic_snap是linux下的看webcam图像的软件,它是基于videl4linux2协议,所以需要v4l2(v4l不行)。-sonic_snap linux is the view webcam images of the software, It is based on videl4linux2 agreement, there is a need to v4l2 (v4l not).<朱主们> 在 2008-10-13 上传 | 大小:22.44kb | 下载:0
[Linux/Unix编程] liunx_shellprogram
说明:1. 编写一个C程序作为Linux内核的shell命令行解释程序。Shell程序应该使用与Bource shell相同的方式运行程序。 2. 增加功能以使用户可以使用\"&\"操作符作为命令的结束符。一个以\"&\"结尾的命令应该与shell并发执行。 3. 增加功能以使用户可以使用\"<\"和\">\"作为文件名前缀来重定向stdin和stdout描述符。同样,允许用户使用管道操作符\" \"来同时执行两个进程,并把第一个进程的stdout重定向为第二个进程的stdin。-1. P<李强> 在 2008-10-13 上传 | 大小:22.48kb | 下载:2