-
TMSF2812DSP281x_SysCtrl,系统时钟配置头文件
TMSF2812DSP281x_SysCtrl,系统时钟配置头文件-TMSF2812 DSP281x_SysCtrl, the system clock configuration header file
- 2022-12-26 05:25:03下载
- 积分:1
-
一个简单 的GIS示例程序,实现了图形的按比例放大、缩小等矩阵变换。...
一个简单 的GIS示例程序,实现了图形的按比例放大、缩小等矩阵变换。-Examples of a simple GIS procedures realize the graphics pro-rata to enlarge, narrow, such as matrix transformations.
- 2023-07-27 18:20:03下载
- 积分:1
-
模仿 BASIC 函数的某些 C 语言函数
模仿 BASIC 函数的某些 C 语言函数-mimic the function of certain C language function
- 2022-03-21 19:34:24下载
- 积分:1
-
这是一个RPG游戏的源码,希望有兴趣的可以看看,或许有帮助...
这是一个RPG游戏的源码,希望有兴趣的可以看看,或许有帮助-This is a RPG game source code, I hope interested can look at, perhaps have helped
- 2022-07-10 02:46:21下载
- 积分:1
-
MS12864J的C51显示程序,这两个程序我改了好久,可是总显示不了,那位高手帮帮忙吧,谢谢,谢谢。...
MS12864J的C51显示程序,这两个程序我改了好久,可是总显示不了,那位高手帮帮忙吧,谢谢,谢谢。-Two C programs of MS12864J,not compiled.Anyone help me?
- 2022-01-26 06:10:56下载
- 积分:1
-
管理系统小十分 而就身体后 是上 按时上突然后
管理系统小十分 而就身体后 是上 按时上突然后 -management system is very small and it is on the body after time after suddenly
- 2022-02-04 02:42:28下载
- 积分:1
-
程序可查询2003
程序可查询2003-2022年共20年的日历-procedures for 2003-2022, a total of 20 calendar
- 2022-04-06 23:00:22下载
- 积分:1
-
这是一个反字代码
this a code to reverse words-this is a code to reverse words
- 2023-08-26 11:35:04下载
- 积分:1
-
关于波动方程偏移的正演,结果,原理,解释,有助于理解
关于波动方程偏移的正演,结果,原理,解释,有助于理解-migration
- 2023-01-24 00:05:04下载
- 积分: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