-
c语言写的FFT变换源码,有多个版本,经测试,还比较好用
c语言写的FFT变换源码,有多个版本,经测试,还比较好用-c language source code of the FFT transform, has multiple versions, tested, is still relatively easy to use
- 2022-01-21 22:39:30下载
- 积分:1
-
CCTV system, the ticket printing. Beginners to see other people do not look, a b...
闭路电视收费系统,票证打印用的。
给初学者看看,其它人就别看了,有点丑陋。。。。
初始密码123-CCTV system, the ticket printing. Beginners to see other people do not look, a bit ugly. . . . The initial password 123
- 2023-03-29 15:40:03下载
- 积分:1
-
陷波
说明: 使用自适应限波技术对干扰进行抑制并对抑制效果进行仿真验证(The interference is suppressed by adaptive wave limiting technology)
- 2020-11-15 21:09:41下载
- 积分:1
-
MicroMechanics
说明: abaqus中自动生成材料的微观结构,以及边界条件的施加。同时拥有后处理功能(This plugin provides helpful functionality for setting up and post-processing FE-RVE models. Model setup includes the imposition of far-field loading through periodic or non-periodic boundary conditions, and setting up the loads and analysis steps necessary to perform homogenization of properties or imposition of a far-field load history. Post processing includes determining the homogenized properties of the FE-RVE from the completed analysis as well as performing averaging and statistical analysis of the fields in the whole RVE and within individual RVE constituent)
- 2020-04-12 20:49:56下载
- 积分:1
-
字符集编码的存储结构及其算法描述
字符集编码的存储结构及其算法描述-storage structure and algorithm description
- 2022-03-19 19:37:06下载
- 积分:1
-
1200PLC做服务器 S7-1200_TCP_SERVER
s7-1200 modbus tcp 通讯,1200PLC做服务器,(Modbus TCP/IP Server)
- 2020-06-25 01:20:02下载
- 积分:1
-
船舶在海中航行时MATLAB的仿真模型研究
说明: 建立了随机海浪的仿真模型,利用 MATLAB 软件对海浪波倾角及船舶的横摇运动进行了仿真(The simulation model of random wave is established, and the inclination of wave and rolling motion of ship are simulated by MATLAB software)
- 2020-12-09 20:39:20下载
- 积分:1
-
博弈
多目标优化博弈论,理论分析与建模,全英文理论知识,很好的提供博弈编程基础(Multi-objective optimization game theory, theoretical analysis and modeling, all English theoretical knowledge, a good foundation for game programming)
- 2018-08-27 11:26:44下载
- 积分:1
-
本源程序是模拟飞船着陆的游戏,有一定的趣味行~!
本源程序是模拟飞船着陆的游戏,有一定的趣味行~!-the source of the spacecraft landing simulation of the game, have a fun trip ~!
- 2022-05-26 07:55:47下载
- 积分: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