-
C++约瑟夫环
简单的约瑟夫环,用C++语言,在VISUALSTADIO上编译通过,新手,大神勿喷,使用递归算法约瑟夫环(约瑟夫问题)是一个数学的应用问题:已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去
- 2022-04-17 08:30:37下载
- 积分:1
-
OpenCV
讨论了OpenCV(Open Source Computer Vision Library)相对于现有的计算机视觉软件包所具有的优势,描述了OpenCV的
环境配置、数据定义、图像元素访问方式。OpenCV成为一种源码开放、包含丰富的高级数学计算函数、图像处理函数和计算机视觉
函数、不断更新和平台无关性的计算机视觉软件包。(Discussed the OpenCV (Open Source Computer Vision Library) relative to the existing computer vision, the advantages of packages, description of OpenCV environment configuration, data definition, the image element access mode. OpenCV become an open-source, contains a wealth of advanced mathematical calculations, functions, image processing functions, and computer vision functions, continuously updated, and platform-independent package of computer vision.)
- 2009-10-25 00:48:30下载
- 积分:1
-
win32Tread
说明: 基于 win32 的线程函数 !
比较简洁 !( win32 thread function !)
- 2010-04-20 22:10:50下载
- 积分:1
-
MS5803
说明: 根据数据手册写的MS5803压力传感器的程序,因为我是看原子的资料学的STM32,所以有他的system文件夹(According to the MS5803 pressure sensor program written in the data handbook, because I'm a STM32 for atomic data, so I have his system folder.)
- 2021-03-06 11:39:30下载
- 积分:1
-
msp430f5529时钟配置
msp430f5529时钟配置
关于DCO.FLL.ACLK,SMCLK,MCLK
#include
//设置内核电压 以匹配不同频率
void SetVcoreUp (unsigned int level)
{
PMMCTL0_H = PMMPW_H;// Open PMM registers for write
SVSMHCTL = SVSHE + SVSHRVL0 * level + SVMHE + SVSMHRRL0 * level; // Set SVS/SVM high side new level
SVSMLCTL = SVSLE + SVMLE + SVSMLRRL0 * level; // Set SVM low side to new level
while ((PMMIFG & SVSMLDLYIFG) == 0); // Wait till SVM is settled
PMMIFG &= ~(SVMLVLRIFG + SVMLIFG); // Clear alre
- 2022-03-25 04:41:16下载
- 积分:1
-
multi-csrbf-gui
这是一个博士编写的关于RBF插值的三维重建的源程序,有需求的人赶紧下!(This is a prepared by Dr. RBF interpolation on the three-dimensional reconstruction of the source, there is a demand for people who hastened to the next!)
- 2007-10-31 22:48:39下载
- 积分:1
-
bujindianjiqudong
基于atmega16的步进电机驱动程序,实现正反转及调速等功能。(Based atmega16 stepper motor driver, and achieve positive and speed functions.)
- 2014-02-17 14:42:01下载
- 积分:1
-
TIMimage
说明: 图片的平滑锐化以及二值化。。。。。。。。。。。。。。。(Sharpening and smoothing the image binarization)
- 2010-03-30 13:29:32下载
- 积分:1
-
Redis得C++操作
Redis的C++操作步骤,其中涉及到了频道订阅,消息推送,解析,和服务器数据读取
- 2022-03-23 14:00:30下载
- 积分:1
-
基于CC2530的无线测温程序
一共两个无线模块,一个是采集模块,主要功能是采集温度并无线传输;
另外一个无线模块的主要功能是将接受到的温度数据通过SPI传输给主控制器和设置采集模块的参数;
芯片采用的是CC2530, 开发环境是IAR7.51A;
- 2022-02-07 01:33:47下载
- 积分:1