搜索资源列表
linux_内核定时器
- 一个主程序产生两个子进程计算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.
fib1
- implementing Fibonacci algorithm using fork on Linux
1
- 一个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
ASD12DAD
- and has about rmi-iiop remote server to call a few examples include Fibonacci and 4 entered by the user computing and so onDE-and has about rmi-iiop remote server to call a few examples include Fibonacci and 4 entered by the user computing and so onW
fiblogic
- 在linux gCC中实现斐波那契算法的递归与非递归程序,在linux gcc 下编译通过。-Implemented in the linux gCC recursive Fibonacci algorithm with non-recursive procedures, the linux gcc compile.
lab1
- 用NASM汇编语言实现不同颜色的斐波那契数列输出-Fibonacci sequence
Stack-and-queue-simple-Test
- 实现数据结构中关于栈与队列的基础内容,栈的内容包括顺序栈、链式栈、用栈实现斐波那契函数以及两个栈实现共享空间,队列内容包括顺序队列、链式队列-Implementation of the data structure on the stack and the contents of the queue, the contents of the stack, including the stack, chain stack, with the stack to achieve Fibonacci f
FIB
- 通过Linux多线程实现斐波那契数列,适合Linux编程入门者。(The realization of multi-threaded Linux Fibonacci sequence)
fibonacci (2)
- A recursive fibonacci code developed in linux