-
运动控制卡
介绍固高GTS运动控制卡在执行直线前瞻预处理插补时的过程,包括建立坐标系,执行缓存区插补、坐标显示、位置显示和前瞻预处理方面的编程,对于初学使用者有很好的学习价值。
- 2022-08-14 17:04:54下载
- 积分:1
-
一个用vb做的计算器。截面很好看。而且好用。
一个用vb做的计算器。截面很好看。而且好用。-vb done with a calculator. Very good cross-section. But handy.
- 2022-05-06 01:03:31下载
- 积分:1
-
Eternal Lands(永恒大陆)的地图编辑器代码!~你可以选者VC++和DEVCPP进行编译...
Eternal Lands(永恒大陆)的地图编辑器代码!~你可以选者VC++和DEVCPP进行编译-Eternal Lands (eternal mainland) code of the map editor! ~ You can choose who VC++ And compile DEVCPP
- 2022-05-21 20:26:11下载
- 积分:1
-
Seeking two coordinates of line segment intersection algorithm description
求两条直线段的交点坐标的算法说明,是网上资料的经典积累-Seeking two coordinates of line segment intersection algorithm description
- 2022-03-06 01:29:21下载
- 积分:1
-
解决汉诺塔问题的cpp文件
解决汉诺塔问题的cpp文件-solve problems cpp file
- 2023-07-23 23:30:03下载
- 积分:1
-
mt中文资料mt8888 中文资料
mt中文资料mt8888 中文资料-mt Chinese information mt8888 Chinese information
- 2023-05-30 15:55:03下载
- 积分:1
-
最后形态的基本方法程序,刚到,希望对大家…
上个形态学的基本方法的程序的,刚来,希望和大家交个朋友,-last morphology of the basic methods of procedure, just arrived, and we hope to make friends.
- 2022-02-01 04:23:08下载
- 积分: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
-
vb方面的编程,条形码编程。希望对大家有用。
vb方面的编程,条形码编程。希望对大家有用。-vb aspects of programming, bar code programming. Want to be useful to everyone.
- 2022-03-23 23:52:29下载
- 积分:1
-
在MATLAB下实现了图像的方块编码功能
在MATLAB下实现了图像的方块编码功能-Achieve the image in the MATLAB code in the box functionality
- 2022-03-04 13:22:05下载
- 积分:1