-
Kinect v2_mouse_Control-master
Kinect_Mouse_Control
- 2017-06-21 13:15:29下载
- 积分:1
-
3种电动自行车控制板
说明: 3种电动自行车控制板 电动车控制板 电动控制板(Three kinds of electric bicycle control board)
- 2019-10-26 13:39:46下载
- 积分:1
-
unityProPID
说明: unitypro pid controller prog
- 2020-04-07 03:01:52下载
- 积分:1
-
MPU_6050_acc_gyro
通过Simulink读取MPU6050六轴数据,并在Arduino上运行。(Simulink reads the six-axis data of MPU6050 and runs on Arduino.)
- 2019-03-20 15:44:18下载
- 积分:1
-
一套适合开发者使用的icon图标,OFFICE系列
一套适合开发者使用的icon图标,OFFICE系列-suitable for developers to use the icon, OFFICE Series
- 2022-08-22 11:46:48下载
- 积分: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
-
Otsu algorithm (grayscale image segmentation domain) Category C to achieve.
Otsu算法(灰度图像的域值分割)的C++类实现.-Otsu algorithm (grayscale image segmentation domain) Category C to achieve.
- 2022-06-20 02:45:50下载
- 积分:1
-
纯CSS简洁绿色的漂亮网站菜单
简洁绿色的漂亮网站菜单,一个纯CSS代码实现的绿色导航栏效果,无任何JS代码,菜单修饰方面,只是用了一张渐变的背景图片,用时候把图片上传到服务器上,然后修改菜单文字和链接就可放在你的网站里了。
- 2022-03-06 08:07:15下载
- 积分:1
-
BodyBasics-WPF
kinect识别人体骨骼,kinect sdk上源代码(Recognition of Human Bones)
- 2019-04-16 15:06:37下载
- 积分:1
-
Fiber Laser simulation
模拟光纤激光器 ,长度,浓度,及泵浦功率之间的关系(The relationship between the length, the concentration, and the pump power of the analog fiber laser)
- 2018-03-28 20:07:36下载
- 积分:1