-
让两个眼球跟着你的脸而转的系统,不是原创,但发现做了也挺有意思
让两个眼球跟着你的脸而转的系统,不是原创,但发现做了也挺有意思
-The two eyes follow you, they turned to face the system, not the original, but it was found that also make a quite interesting
- 2022-04-12 06:04:07下载
- 积分:1
-
数据库的使用和分类,达到存储功能的程序源代码
数据库的使用和分类,达到存储功能的程序源代码-Database use and classification, to achieve the storage function of source code
- 2022-02-14 02:06:54下载
- 积分:1
-
Typical video processing YUV image sequence, stefan, cif format
视频处理的典型YUV图像序列,stefan,cif格式,-Typical video processing YUV image sequence, stefan, cif format
- 2022-02-05 03:51:40下载
- 积分: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
-
小波域数字图像水印算法MATLAB实现代码
小波域数字图像水印算法MATLAB实现代码-wavelet domain digital image watermarking algorithm in MATLAB code
- 2022-08-07 15:29:02下载
- 积分:1
-
tabu search code you can see it freely
tabu search code you can see it freely -tabu search code you can see it freely
- 2023-07-23 03:30:02下载
- 积分:1
-
用VB 6开发的一款数字动画小游戏, 可用于练习小数字键盘的输入速度....
用VB 6开发的一款数字动画小游戏, 可用于练习小数字键盘的输入速度.-VB 6 with the development of a digital animation game can be used to practice a small number of keyboard input speed.
- 2022-03-21 06:25:47下载
- 积分:1
-
一个EJB教程
一个EJB教程-an EJB Guide
- 2022-03-17 09:34:24下载
- 积分:1
-
基于VB教程网传输二进制数据。
Tutorial on transfer binary data using vb .net
- 2022-05-26 22:37:52下载
- 积分:1
-
可设定时间的遥控倒计时定时器,可选择15/30/45分钟倒计时
可设定时间的遥控倒计时定时器,可选择15/30/45分钟倒计时-The remote control can set the time the countdown timer, selectable 15/30/45 minute countdown
- 2022-09-27 09:05:03下载
- 积分:1