-
这teechart.ocx Visual Basic。
This TeeChart.ocx for Visual Basic.
- 2022-08-12 20:09:59下载
- 积分:1
-
Snake will turboc2 skate.c documents can be run. SN : snake***** EGAVGA.BGI coul...
贪吃蛇
将skate.c文件用turboc2运行即可。
SN:snake
***** EGAVGA.BGI不能删除,如果删除,则SKATE.EXE就不能运行-Snake will turboc2 skate.c documents can be run. SN : snake***** EGAVGA.BGI could not be deleted, if deleted, then SKATE.EXE can not run
- 2022-05-09 09:08:14下载
- 积分:1
-
学校管理源码,功能全用处大,具有学生管理、学校管理等
学校管理源码,功能全用处大,具有学生管理、学校管理等-School management source, the functional usefulness of the whole large, with a student management, school management, etc.
- 2023-04-23 19:35:05下载
- 积分:1
-
visual c++ to write a small program of Sokoban.
visual c++写的推箱子的小程序。-visual c++ to write a small program of Sokoban.
- 2022-07-16 07:34:59下载
- 积分:1
-
MX88V44 LCD monitor开发液晶显示源程序
MX88V44 LCD monitor开发液晶显示源程序-MX88V44 LCD monitor development LCD source
- 2022-10-06 16:20:02下载
- 积分:1
-
KXML,文档,我也不太知道,只是电脑里有上传上来分给大家
KXML,文档,我也不太知道,只是电脑里有上传上来分给大家-KXML, document and I am not aware of this, but computer has upload up to the U.S.
- 2022-05-25 03:54:38下载
- 积分:1
-
电机双
直流电机双闭环控制系统matlab仿真程序-Motor double-loop control system simulation program Matlab
- 2022-07-26 05:05:44下载
- 积分:1
-
JTAG Tools is a software package which enables working with JTAG
JTAG Tools is a software package which enables working with JTAG-aware
(IEEE 1149.1) hardware devices (parts) and boards through JTAG adapter.
- 2022-02-27 08:54:08下载
- 积分:1
-
pythoncook程序设计教程,不过是英文的。它和c++语言一样的强大,如果你对喜欢的话,互联网上有很多的资料。...
pythoncook程序设计教程,不过是英文的。它和c++语言一样的强大,如果你对喜欢的话,互联网上有很多的资料。-pythoncook Programming Guide, but is in English. It c++ Language as a powerful, if you like it, there are a lot of Internet information.
- 2022-08-02 15:55:04下载
- 积分: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