-
差分空时编码程序,对你很有帮助的,可以
差分空时编码程序,对你很有帮助的,可以-DSTBC
- 2022-01-25 15:51:39下载
- 积分:1
-
JCL样品
jcl samples
- 2022-01-21 22:18:32下载
- 积分:1
-
在 NS2 中创建无线模拟器
Tcl 脚本帮助创建无线网络模拟器软件所加强的创新理念。欢迎大家下载、试用。谢谢大家的支持。
- 2022-09-17 17:15:03下载
- 积分:1
-
Find prime numbers prepared by screening the function: void sieve (bool isPrime...
编写筛选查找素数函数:
void sieve(bool isPrime[], int n)
其中isPrime[ ]为一个布尔型数组,n为数组大小。由于2是第一个素数,
所以设置isPrime[0]和isPrime[1]的值为false,并设置其余的元素初值为true。
然后对从4到n-1的每一个i,判断i是否能够被2整除,如果i能够被2整除,则设置isPrime[i]为false。
对从2到n/2的每一个可能的数值重复以上处理,当操作结束时,所有值为true的isPrime[i]所对应的i就是素数,它们将是从筛子中掉下来的。-Find prime numbers prepared by screening the function: void sieve (bool isPrime [], int n) which isPrime [] as a Boolean array, n is the size of the array. Because 2 is the first prime number, so set the isPrime [0], and isPrime [1] a value of false, and set the initial value of the remaining elements of true. And then from 4 to n-1 for each i, to determine whether i can be divisible by 2, if i can be divisible by 2, then set the isPrime [i] is false. From 2 to n/2 possible values for each one to repeat the above processing, when the operation ended, all the true value of the isPrime [i] corresponding to i is a prime number, they will be falling from the sieve in the past.
- 2023-03-02 04:45:03下载
- 积分:1
-
词法分析器。
要求:1.读出所给文件的所有词
2.将所有词输出写入一个txt文档中。
3.每个词用特殊符号‘^’隔开
源程序为自己所编译的c...
词法分析器。
要求:1.读出所给文件的所有词
2.将所有词输出写入一个txt文档中。
3.每个词用特殊符号‘^’隔开
源程序为自己所编译的cpp文件,即“text2.cpp”,Compile――〉Build――〉BuildExiecute,将结果写入另一个文件“after_execute.txt”中。
-lexical analyzer. Requirements : 1. Read out documents to all the words of two. Output of all words into a txt documents. 3. Each word with a special symbol "^" separate source for the translation of their documents cpp, "text2.cpp" Compile-- "Build--" BuildExiecute. The results will be included in another document "after_execute.txt".
- 2022-01-31 14:44:26下载
- 积分:1
-
直接带入数据..可以求解理论总塔板数以及提馏和精馏段塔板数...
直接带入数据..可以求解理论总塔板数以及提馏和精馏段塔板数-directly into the data can be solved .. Theory total plate number and stripper and distillation of the plate numbers
- 2022-07-13 22:12:30下载
- 积分:1
-
混合:混合模拟计算机程序设计艺术的";";(taocp),the author……
MIX的模拟器: MIX是《计算机程序设计艺术》(TAOCP)的作者高德纳(Donald.E.Knuth)在TAOCP中描述算法时使用的一种假想的机器,所以书中的汇编代码无法在任何一个机器上运行,附件中的程序可以让以MIXAL汇编语言写成的算法在Windows平台上汇编并且可以单步跟踪运行。详细情况参看其中的MIXBuilder.doc文件。 -MIX simulator : MIX "Art of Computer Programming" (TAOCP), the author of Donald Knuth (Donald.E.Knuth) TAOCP algorithm describes the use of an imaginary machine, a compilation of the book in any code not run on a machine, the Annex procedures to allow MIXAL compilation algorithm written in the language in the Windows platform compilation and can single-step tracking operation. See details of the MIXBuilder.doc document.
- 2022-03-18 00:12:18下载
- 积分:1
-
用LABVIEW开发的贪吃蛇小游戏,娱乐的同时学习编程思想和方法。...
用LABVIEW开发的贪吃蛇小游戏,娱乐的同时学习编程思想和方法。-Developed using LABVIEW Snake game and entertainment programming at the same time learning the ideas and methods.
- 2022-01-25 19:12:19下载
- 积分:1
-
Simple chat client server apps
这是我在网络编程课上做的项目
- 2022-07-24 14:35:31下载
- 积分:1
-
一个小程序,关于成绩管理的,可自动排序
一个小程序,关于成绩管理的,可自动排序-a small program on performance management, automated sequencing
- 2022-03-23 21:32:38下载
- 积分:1