-
crc
说明: matlab代码可以实现32位长度的CRC编码和校验,另外附vhd代码可用于可编程门阵列芯片使用(Matlab code can realize 32-bit CRC code and verification, in addition, VHD code can be used for FPGA)
- 2020-04-27 13:06:33下载
- 积分: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
-
Sum-Product-algrithm
这些程序是关于因子图及和积算法的基础程序,对入门有用(These programs are the basic procedures for factor diagrams and accumulation methods, which are useful to the introduction.)
- 2017-12-13 10:37:50下载
- 积分:1
-
FPN-master
说明: One-Stage算法不需要Region Proposals阶段,可以直接产生物体的类别概率和位置坐标值,经过单次检测即可直接得到最终的检测结果。(The one stage algorithm does not need the region proposals stage, and can directly generate the category probability and position coordinate value of the object. After a single detection, the final detection result can be obtained directly.)
- 2020-07-31 15:33:53下载
- 积分:1
-
labview xie写的邮戏,比较有意思的
labview xie写的邮戏,比较有意思的-labview game
- 2022-05-21 01:30:30下载
- 积分:1
-
csd
利用交叉谱密度法(csd)求解相差 ,进而求出在一段时间内两个信号的相对抖动(The cross spectrum density method (CSD) is used to solve the phase difference, and then the relative jitter of the two signals in a certain period of time is obtained)
- 2017-11-09 09:59:08下载
- 积分:1
-
这是一个校验验证码,包括一个完整的界面和图片文件夹
这是一个校验验证码,包括一个完整的界面和图片文件夹-This is a checksum verification code, including a complete picture of the interface and folders
- 2022-10-01 23:30:03下载
- 积分:1
-
半透明的C#圆形状时钟
半透明的C#圆形状时钟,圆形电子表,指针风格的电子时钟特效,基于VS2008编写,本程序看上去是一个时钟程序,实则很多技巧来源于窗体编程,比如设置窗体透明度、是否显示电子表边框、开启自启动、在托盘显示图标、窗体置顶、自动隐藏等,对学习C#的窗体编程有不小的帮助。
- 2022-03-24 06:29:59下载
- 积分:1
-
电路图
这是stm8s003f3p6的最小系统 没有外部晶振 源自某开发板 特此上传 送给新手(This is the smallest system of stm8s003f3p6, no external crystal from a development board, hereby uploaded to the novice)
- 2017-08-18 10:42:20下载
- 积分:1
-
lightening_strike
pscad软件的雷击样例,其中雷电模型挺好,希望能帮到更多人(case of PSCAD_lightening_strike)
- 2020-08-24 16:08:15下载
- 积分:1