搜索资源列表
UNIX环境下的日期程序(求时间的函数)
- 该函数不仅可求出某个时间前(后)一段时长的日期与时间,而且可得出这个日期是星期几,给程序设计带来不少便利,也方便了费用的计算与核实,读者可直接调用该函数。 -This function can be derived not only some time ago (after) a long time the date and time, but can come to this date is a few weeks to bring a lot of procedures to facil
亲密数
- 如果整数A的全部因子(包括1,不包括A本身)之和等于B;且整数B的全部因子(包括1,不包括B本身)之和等于A,则将整数A和B称为亲密数。求3000以内的全部亲密数。 *题目分析与算法设计 按照亲密数定义,要判断数a是否有亲密数,只要计算出a的全部因子的累加和为b,再计算b的全部因子的累加和为n,若n等于a则可判定a和b是亲密数。计算数a的各因子的算法: 用a依次对i(i=1~a/2)进行模运算,若模运算结果等于0,则i为a的一个因子;否则i就不是a的因子。 *-If all
cal24point
- 用C写的一个算24点代码,使用逆波兰表达式的求值。-C counting write a 24 point code, the use of reverse Polish expression is evaluated.
6
- 编写一个函数,输入n为偶数时,调用函数求1/2+1/4+…+1/n,当输入n为奇数时,调用函数 1/1+1/3+...+1/n(利用指针函数)
Linux
- 关于本教程,其实在很多学习者中,有一些人希望能偶尔学到些东西,虽不像系统那样学习,零零碎碎总结起来还是受益不少,本教程就是为这些人群制定的。最基本的判断依据是看到哪学到哪,而且以简短的语言来描述,就像用系统一样,不一定要成为高手,但求成为熟悉的使用者
dandaozhunixishu
- 一篇关于求取弹道空气阻尼系数的最优化方法的文章
回溯法
- 用回溯法求马周游问题,马在棋盘上走字步,从马开始的位置开始周游棋盘,遍历全棋盘后回到起点,是否可行,可行的就输出路径,路径并输入尝试过的路径数,跳过的路径数-law with retrospective travel for Ma, Ma on the chessboard characters step away from the start position Ma started to travel around the chessboard, traverse the whole ches
多线程实现求PI值程序
- 多线程求PI值,可以设置任意线程数目,最后会输出所用时间
biginteger
- 用c语言实现大整数加减乘除, 求余, 最小公倍数等计算-C language implementation with large integer addition and subtraction multiplication and division, remainder, least common multiple and other computing
pthread.tar
- linux下多线程实现生产者消费者及用并行算法求圆周率等经典算法-linux under the multi-threaded use of consumers and producers to achieve parallel algorithm for the classical algorithm, such as pi
get_packet
- 对网卡大量发包,测试网卡性能的代码!一般对网卡同一端口平均发送5次,求平均值就可以测出网卡的性能-send package to networkcard
linuxscan
- Linux 扫描式教程 关于本教程,其实在很多学习者中,有一些人希望能偶尔学到些东西,虽不像系统那样学习,零零碎碎总结起来还是受益不少,本教程就是为这些人群制定的。最基本的判断依据是看到哪学到哪,而且以简短的语言来描述,就像用系统一样,不一定要成为高手,但求成为熟悉的使用者。-Linux scanning tutorial on the tutorial, in fact, many learners, there are occasionally some people would li
practice
- 几个gtk实例,calc是计算器,tank是键盘响应移动小箭头,jumpinglabel是时钟的使用,primenumber是求最大质数,snake是利用资源文件修改控件外观。-Several gtk example, calc is a calculator, tank is the keyboard to respond to moving small arrow, jumpinglabel is the use of the clock, primenumber is to strive
DivideConquer
- 使用C使用分治法实现了在一个乱序集合中求最大值,最小值的算法,运行环境:linux,g-The use of C using the divide and conquer to achieve an out of order in order to set the maximum, minimum algorithm, operating environment: linux, gcc
jaidig
- 利用哈夫曼编码进行通信可以大大提高信道的利用率,缩短信息传输的时间,降低传输成本。根据哈夫曼编码的原理,编写一个程序,在用户输入结点权值的基础上求哈夫曼编码。 要求:从键盘输入若干字符及每个字符出现的频率,将字符出现的频率作为结点的权值,建立哈夫曼树,然后对各个字符进行哈夫曼编码,最后打印输出字符及对应的哈夫曼编码。-Communicate using Huffman coding can greatly improve the utilization of the channel, red
3pcf
- 3PCF计算多线程实现 定义: 点集D、R。 定义D中的点为ai∈D,R中的点为bi∈R。 距离:r1、r2、r3、err 求: 满足以下条件的三元组(空间中三角形)的数目 <ai, bm, bn>,|ai-bm|=r1±err且|ai-bn|=r2±err且|bm-bn|=r3±err 原始解法: 对于D中每一点ai,在R中找到与之距离为r1的点集R’,找到与之距离为r2的点集R’’。在点集R’与R’’中,查找两点间距离为r3的点组数目。累加。
Camera
- 浙江求是的下位机程序 实现图像数据的上传 与上位机通信-Zhejiang seeking to lower computer program to upload image data to achieve communication with the host
mul
- 汇编编写linux的yasm递归求幂-Compilation prepared by the yasm linux recursive exponentiation
M
- 蒙特卡洛法求圆周率并行,多核程序实现圆周率的计算。-Monte carlo go to pi law
coursework
- MPI设计的求PI的程序,非常有用对于学习并行开发,已在实验中求证,自己编写-mpi,it s good for study mpi, and by myself... this is for pi