-
KPCA理论及代码
说明: 能有效通过IDL程序求得两幅影像的相关系数(The correlation coefficients of two images can be obtained effectively by IDL program.)
- 2019-03-13 10:07:28下载
- 积分:1
-
slider
对曲柄滑块机构的动力学分析(包含各点的受力及滑块的速度和加速度线图)(Dynamic analysis of crank connecting rod mechanism)
- 2020-11-09 10:29:47下载
- 积分:1
-
m24lc1025
基于stm32的microchip的m24lc1025 eeprom,容量1024Kb。(Stm32 - based microchip m24lc1025 eeprom with a capacity of 1024Kb.)
- 2021-01-11 13:48:51下载
- 积分: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
-
(ppt)
胡广书的《现代信号处理教程》ppt文件,相当于电子版本了,因为很全面(Hu-book " Modern Signal Processing Guide" ppt files, the equivalent of an electronic version, because it is comprehensive)
- 2020-08-01 09:48:36下载
- 积分:1
-
FileLogger.V0.6
for logger using arduino UNO etc.
- 2013-08-05 02:41:29下载
- 积分:1
-
28035_IIC_EEPROM
基于28035的EEPROM,IIC接口,源代码(Based on the 28035 EEPROM, IIC interface, the source code)
- 2020-08-23 14:28:17下载
- 积分:1
-
哲学家进餐问题,进程是独立参与分配资源的最小单位,在有线程的OS中,线程是运行的最小单位,
课堂所述进程之间的同步与互斥,实际上是属于不同进程的线程间的同步...
哲学家进餐问题,进程是独立参与分配资源的最小单位,在有线程的OS中,线程是运行的最小单位,
课堂所述进程之间的同步与互斥,实际上是属于不同进程的线程间的同步与互斥,当
然,属于同一进程的不同线程一样存在同步与互斥,其控制同步与互斥的原理跟进程
是一样的-dining philosophers problem, the process is independent participation in the allocation of resources as the smallest unit, in the OS thread, thread is the smallest unit of operation, the process described in the classroom between the synchronization and mutual exclusion. actually belong to different threads in the process of synchronization and mutual exclusion, of course, the same process there is a different thread synchronization and mutual exclusion, control and coordinate the process with the principle of the same
- 2022-08-22 22:48:11下载
- 积分:1
-
神奇幻方问题原代码
神奇幻方问题原代码-God mysterious side issues- source
- 2022-09-18 12:15:03下载
- 积分:1
-
audioFeatureExtraction
说明: matlab信号特征提取程序集合,包括信号的多种经典特征(Signal feature extraction matlab collection procedures, including the classic characteristics of a variety of signals)
- 2008-11-10 17:57:03下载
- 积分:1