-
江西省第十八届大专组自选电子设计竞赛试题
江西省第十八届大专组自选电子设计竞赛试题-Jiangxi College Group at its eighteenth session on-demand electronic design contest questions
- 2023-05-25 03:45:03下载
- 积分:1
-
micro operating system, the operating system would like to know the secret in th...
微型操作系统,想知道操作系统秘密的初学者可以在这起步。 文件列表: 1 micro-os.img 已编好的软盘映象。 2 micro-os_kernel.bin 命令核心二进制代码 3 micro-os_loader.boot 启动二进制代码 4 micro-os_loader.asm micro-os_kernel.asm 源文件 用法:1 编译源文件 2 将loader.boot 用工具写入软盘0道0头1扇区 kernel.bin写入0.0.2-0.0.n (n
- 2022-04-18 15:34:48下载
- 积分:1
-
奇迹世界的数据库服务器代码,vc开发。数据库使用sql server
奇迹世界的数据库服务器代码,vc开发。数据库使用sql server-Miracle of the world" s database server code, vc development. The database using sql server
- 2022-02-05 23:39:19下载
- 积分:1
-
通俗的介绍了ise的使用方法,对vhdl和verilog开发的初学者来说是不错的选择...
通俗的介绍了ise的使用方法,对vhdl和verilog开发的初学者来说是不错的选择-popular introduction to the use of the method ideally, the VHDL and Verilog development of the newcomer is a good choice
- 2023-04-28 23:55:03下载
- 积分:1
-
五个C++程序源代码
五个C++程序源代码-5 C source code
- 2022-03-20 08:32:26下载
- 积分:1
-
date on the use of the classic C code
关于日期使用的经典C代码-date on the use of the classic C code
- 2022-02-20 07:15:59下载
- 积分:1
-
Designing the maximally flat quarter
Designing the maximally flat quarter - wave transformer response using Binomial transformer-Designing the maximally flat quarter- wave transformer response using Binomial transformer
- 2022-08-22 14:45:08下载
- 积分:1
-
E语言写的一个如何隐藏窗口的例子
E语言写的一个如何隐藏窗口的例子-E language to write a example of how to hide window
- 2022-08-02 19:36:10下载
- 积分:1
-
这是一个用vb开发得小游戏,还不错,大家可以借鉴一下。
这是一个用vb开发得小游戏,还不错,大家可以借鉴一下。-vb of development with small game, quite good, we can learn some lessons from.
- 2022-03-15 23:48:52下载
- 积分: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