搜索资源列表
-
0下载:
一个主程序产生两个子进程计算N=36的Fibonacci数列,然后统计进程各自的实际时间,CPU时间,用户时间和内核时间。-main program have a two-calculation process N = 36 Fibonacci sequence, and then statistical process to the actual time, CPU time, the kernel and user time to time.
-
-
0下载:
一种Fibonacci序列变换空域加密算法和解密算法。利用Fibonacci序列产生密钥,实现图像空域加密。-The airspace of a Fibonacci sequence transform encryption algorithm and decryption algorithm. The use of Fibonacci sequence generated key encryption to achieve the image airspace.
-
-
0下载:
一个FORK()调用的实验。通过建立共享内存区来实现进程之间的通信。父进程获取Fibonacci数列长度后,创建子进程来计算,待子进程完成后,父进程输出结果-A FORK () call experiment. Through the establishment of shared memory areas to achieve communication between the process. Parent process for the length of Fibonacci sequen
-
-
0下载:
斐波那契数列递归,采用c语言编写,注释齐全-Recursive Fibonacci sequence, using c language, complete notes
-
-
0下载:
Fibonacci数列的特点是第1,2两个数为1,1。从第3个数开始,该数是前两个数之和。求这个数列的前30个元素。-Fibonacci sequence is characterized by two numbers 1,2 1,1. The first three numbers from the beginning, the number and the sum of the first two. 30 elements before seeking this series.
-
-
1下载:
用NASM汇编语言实现不同颜色的斐波那契数列输出-Fibonacci sequence
-
-
0下载:
通过Linux多线程实现斐波那契数列,适合Linux编程入门者。(The realization of multi-threaded Linux Fibonacci sequence)
-