-
A screen video software, the software can be used to process computer video
一个屏幕录像软件,用该软件可以对电脑操作过程录像-A screen video software, the software can be used to process computer video
- 2022-02-03 14:20:44下载
- 积分:1
-
WINDOWS above classic game. To cell phone, very well, we can try
WINDOWS上面经典的游戏。转到手机上面的,很不错,大家可以-WINDOWS above classic game. To cell phone, very well, we can try
- 2022-01-31 11:49:43下载
- 积分: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
-
软件工程中使用的数据字典管理软件,Smaller and faster
软件工程中使用的数据字典管理软件,Smaller and faster-Used in software engineering, data dictionary management software, Smaller and faster
- 2022-11-26 10:10:03下载
- 积分:1
-
eda 开发数字钟的设计具体编程代码和开发流程与设计图
eda 开发数字钟的设计具体编程代码和开发流程与设计图-EDA to develop digital clock design and development of specific programming code and design flow chart
- 2022-07-09 00:35:14下载
- 积分:1
-
指派问题在LINGO下的程序!
指派问题在LINGO下的程序!-assigned LINGO in the process!
- 2022-01-30 19:28:09下载
- 积分:1
-
一款简易的贪食蛇游戏,颜色变换很有特色哦~
一款简易的贪食蛇游戏,颜色变换很有特色哦~-A simple Snake game, the color change is quite distinctive oh ~
- 2022-01-23 10:21:36下载
- 积分:1
-
这是我闲时无聊写的小游戏,完整的win32 GDI游戏教学。对新手很有用。包括游戏和地图编辑器。还有已经制作好的8个关卡地图文件。...
这是我闲时无聊写的小游戏,完整的win32 GDI游戏教学。对新手很有用。包括游戏和地图编辑器。还有已经制作好的8个关卡地图文件。-This is my leisure to write silly little games, complete games win32 GDI teaching. Useful for the novice. Including games and map editor. There has produced a good 8 points map document.
- 2023-02-03 08:15:04下载
- 积分:1
-
shell lab caspp 深入理解计算机系统
shell原码,很好用的,要多看书,理解才是王道,加油
- 2022-03-25 22:33:07下载
- 积分:1
-
sequence given by the symmetry Chebyshev filter design. Attention : grammar rule...
乘序给出了对称Chebyshev滤波器的设计.注意:语法规则 cheblp.m lowpass filter design (specify del) cheblp2.m lowpass filter design (specify ws) chebbp.m bandpass filter design (specify del) chebbp2.m bandpass filter design (specify ws1,ws2) chebdiff.m lowpass differentiator design-sequence given by the symmetry Chebyshev filter design. Attention : grammar rules cheblp.m lowpass filter design (specify del) cheblp2.m lowpass filter design (specify ws) chebbp.m bandpass filter design (specify del) chebbp2.m bandpass filter design ( specify ws1, WS2) chebdiff.m lowpass design differentiator
- 2022-06-26 09:15:01下载
- 积分:1