搜索资源列表
file
- 基于随机码数列的文件加密算法的实现 :本文提出一种基于随机码数列的文件加密算法。该算法采用按位随机码数列+异或+循环密钥的方式进行加密。与传 统的和其它加密方法相比,增加了破译难度而系统开销并不大。对提供的源代码做随机码数列的变换可生成新的加密算法 用于不同的文件。
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.
043216
- 全排列生成器(密码学应用问题)用于实现任意数列-Wide array generator (the application of cryptography) for the realization of any series
LKH
- 用于密钥管理中的排队论中,能够体现出那个参与者先出数列和那个后出数列。-For key management in the queue theory, be able to demonstrate that participants in the series and the first after the series.
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
Guess_game
- 猜数字游戏:已知某个数列中的2个数字,用户猜第三个数字,以用户猜测次数和猜中次数作为评价标准-Number guessing game: given a series of two numbers, the user guess the third number, customer number and guess the number of guesses as evaluation criteria
add
- 一个简单的数列加法程序,在遇到十的整数倍时打印输出-A simple series addition process, in the face of an integer multiple of ten print output
Forecast
- 利用ARIMA处理分析时间序列,计算数列相关性和数字特征并通过计算所得值进行一定范围的预测-ARIMA processing analysis time sequence, to calculate a number of columns and digital characterized by the calculated value for a certain range of the prediction
Demo1
- 冒泡排序(Bubble Sort),是一种计算机科学领域的较简单的排序算法。 它重复地走访过要排序的数列,一次比较两个元素,如果他们的顺序错误就把他们交换过来。走访数列的工作是重复地进行直到没有再需要交换,也就是说该数列已经排序完成。 这个算法的名字由来是因为越小的元素会经由交换慢慢“浮”到数列的顶端,故名。 由于冒泡排序简洁的特点,它通常被用来对于计算机程序设计入门的学生介绍算法的概念。 -Bubble sort (Bubble Sort), is a field of com
Recursive-Fibonacci-sequence
- 斐波那契数列递归,采用c语言编写,注释齐全-Recursive Fibonacci sequence, using c language, complete notes
exescopemoming
- 一个自己编的数列程序。可以计算方程,数列。-A series of procedures for their series. Can calculate the equation, the number of columns. Etc.
Fibonacci-series
- 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.
191-206
- C语言编写的几个程序源码,包括: 191 比较字符串长度 192 合并整数 193 矩阵逆置 194 删除指定的字符 195 括号匹配 196 字符串逆置 197 SIX/NINE问题 198 单词个数统计 199 方差运算 200 级数运算 201 输出素数 202 素数题 203 序列排序 204 整数各位数字排序 205 字符串字母移位 206 Fibonacc数列 -C language sourc
lab1
- 用NASM汇编语言实现不同颜色的斐波那契数列输出-Fibonacci sequence
FIB
- 通过Linux多线程实现斐波那契数列,适合Linux编程入门者。(The realization of multi-threaded Linux Fibonacci sequence)
zengzhanglv
- Descr iption 有一个数列,它是由自然数组成的,并且严格单调上升。最小的数不小于S,最大的不超过T。现在知道这个数列有一个性质:后一个数相对于前一个数的增长率总是百分比下的整数(如5相对于4的增长率是25%,25为整数;而9对7就不行了)。现在问:这个数列最长可以有多长?满足最长要求的数列有多少个? Input Format 输入仅有一行,包含S和T两个数( 0<S<T≤200000 )。 30%的数据,0<S<T≤100 ; 100%的数
nasm实现斐波那契数列的输出
- x8086实模式指令系统汇编语言实现斐波那契数列的输出,nasm实现斐波那契数列的不同颜色输出。
