-
测试PIC EEPROM的方法,简单有效
测试PIC EEPROM的方法,简单有效-PIC EEPROM test method is simple and effective
- 2022-01-28 14:31:59下载
- 积分:1
-
A BLACK BUTTON CONTROL
EVM:Visual c++ 6.0
A BLACK BUTTON CONTROL
EVM:Visual c++ 6.0-EVM CONTROL : Visual c 6.0
- 2023-01-06 06:10:03下载
- 积分:1
-
Houtputfeedbackcontrolofdoubleinvertedpendulum
实现的二级倒立摆H无穷输出反馈控制,用的是MATLAB里的自带函数,基于LMI算法(To achieve double inverted pendulum H infinity output feedback control, using a MATLAB built-inside the function, based on LMI algorithm)
- 2009-12-22 17:46:48下载
- 积分:1
-
Gams中文教程
说明: Windows GAMS 2.50 中文教程(Windows GAMES 2.50 Chinese Tutorial)
- 2019-07-11 20:18:22下载
- 积分:1
-
malmquist
malmquist total factor productivity index
- 2017-08-08 22:44:53下载
- 积分:1
-
新建文件夹
add CFO (carrier frequency offset) to a given signal
- 2018-06-28 12:53:18下载
- 积分:1
-
matlabrc
Bch码编译码仿真程序,可以直接在Matlab环境下运行(Bch CODE simulation program can be directly run under Matlab environment.)
- 2006-12-19 15:46:11下载
- 积分:1
-
MCNP5-instruction
mcnp5的编写说明书,很多朋友都会需要的(McNp5 writing instruction, many friends will need)
- 2014-11-15 11:44:05下载
- 积分: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
-
AXP858 datasheet V0.1_en.pdf
说明: AXP858 PMIC datasheet
- 2021-03-02 11:39:34下载
- 积分:1