-
一个简单游戏――迷宫的原代码,同样是课程设计期间找到的,希望对大家有帮助...
一个简单游戏――迷宫的原代码,同样是课程设计期间找到的,希望对大家有帮助-A simple game- the maze of the original code, the same is found during the course design, in the hope that everyone has to help
- 2022-07-25 16:06:24下载
- 积分:1
-
用c语言实现的,高精度的加、减、乘、除(c语言)算法,rar格式...
用c语言实现的,高精度的加、减、乘、除(c语言)算法,rar格式-use of the c language, precision, plus or minus, multiplication and (c language) algorithm, rar format
- 2023-02-20 17:50:03下载
- 积分:1
-
read Qian Longsheng stock data, the development of software stocks indispensable...
本程序是读取钱龙股票数据的,是开发股票软件不可缺少的核心。-read Qian Longsheng stock data, the development of software stocks indispensable core.
- 2023-09-03 05:25:02下载
- 积分:1
-
八数码的C++解法,广度优先算法完成,人工智能中难题
八数码的C++解法,广度优先算法完成,人工智能中难题-eight digital C solution, the breadth- first algorithm. AI problems
- 2022-01-22 01:17:02下载
- 积分:1
-
双线性变换法无限长单位脉冲响应滤波器的设计,用到的模拟原型是切比雪夫和巴特沃斯低通滤波器。能够显示滤波器的幅频特性和相频特性曲线...
双线性变换法无限长单位脉冲响应滤波器的设计,用到的模拟原型是切比雪夫和巴特沃斯低通滤波器。能够显示滤波器的幅频特性和相频特性曲线-bilinear transform infinite impulse response filter units in the design, use of simulation is a prototype and Chebyshev low-pass Butterworth filter. To demonstrate the filter frequency characteristics and phase frequency response curve
- 2022-02-27 02:27:12下载
- 积分:1
-
这里提到的方法大家可以实验,大家一起讨论!
这里提到的方法大家可以实验,大家一起讨论!-here is the way we can experiment, we can discuss!
- 2022-07-27 18:50:06下载
- 积分:1
-
tidsp2407汇编程序例程,完整的源代码。
tidsp2407汇编程序例程,完整的源代码。-tidsp2407 assembler routines, complete source code.
- 2022-12-31 12:05: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
-
高斯混合模型,是一种非常有用的图像处理方法
高斯混合模型,一个非常有用的图像处理方法-Gaussian mixture model, a very useful image processing method
- 2022-12-11 15:05:04下载
- 积分:1
-
一个MP3的发展,所需的所有技术文件,包括我。
开发一个mp3,所需要的各种技术文档,包括芯片资料。解码芯片的,闪存的,以及运放等-The development of an mp3, all the required technical documentation, including information on the chip. Decoder chips, Flash memory, as well as the operational amplifier, etc.
- 2022-08-15 07:46:46下载
- 积分:1