-
K_MeansSeg
KMeans图像聚类分割:用K-Means聚类方法来对图像进行分割。主要是对图像的颜色进行聚类。开发环境:VC6,需要安装OpenCV。(KMeans clustering in image segmentation: with K-Means clustering approach to image segmentation. Mainly the color of the image cluster. Development Environment: VC6, need to install OpenCV.)
- 2010-08-08 13:13:32下载
- 积分:1
-
MyCalculator
用C#写的 支持数值运算、逻辑运算和字符串运算,不区分大小写。(It is written in C# to support numerical operations, logical operations, and string operations, and is not case sensitive.)
- 2017-12-30 20:15:32下载
- 积分:1
-
一个用C#编写的很好的桌面下雪程序,适合初学者学习。
一个用C#编写的很好的桌面下雪程序,适合初学者学习。-Written using C# a good snow desktop program, suitable for beginners to learn.
- 2022-02-02 15:48:11下载
- 积分:1
-
chankaochengxu
单片机基础资源的所有程序,包括汇编和C语言,非常的实用(All the procedures of the microcontroller basic resources, including assembly and C language, and very practical.)
- 2012-05-03 01:20:38下载
- 积分:1
-
dsss2008
使用matlab来实现直接序列扩频的调制和解调(Using matlab to achieve direct sequence spread spectrum modulation and demodulation)
- 2008-06-11 10:50:53下载
- 积分:1
-
stm8控制三位数码管显示
stm8控制三位数码管显示stm8控制三位数码管显示stm8控制三位数码管显示stm8控制三位数码管显示stm8控制三位数码管显示
- 2022-07-09 01:04:30下载
- 积分:1
-
xs128
飞思卡尔智能车比赛xs128摄像头程序
可以跑三米左右(Xs128 camera program for the Carle smart car
It can run about three meters)
- 2018-07-09 15:44:41下载
- 积分:1
-
动态数组模板类的C++实现
动态数组模板类的C++实现#ifndef ARRAY_CLASS#define ARRAY_CLASS#include #include using namespace std;#ifndef NULLconst int NULL = 0;#endif//错误类型集合, 共三种,数组大小错误,内存分配错误和下标越界enum ErrorType {invalidArraySize, memoryAllocationError, indexOutOfRange};//错误信息char *errorMsg[] = {"Invalid array size", "Memery allocation error", "Index out of range"};//数组类模板声明templateclass Array{ public: Array(int sz = 50); Array(const Array &A); ~Array(void); Array& operator = (const Array &rhs); //重载=,使数组对象可以整体赋值 T& operator[](int n);
- 2022-01-28 05:28:35下载
- 积分:1
-
MATLAB基于模型设计(入门到精通)TMS320F28335
说明: 用于自动代码的生成,采用基于模型的设计,使用matlab的simulink进行开发(For automatic code generation, the model-based design is adopted, and the MATLAB Simulink is used for development)
- 2019-10-29 16:54:16下载
- 积分:1
-
3399873
AT89C51驱动直流电机,有仿真跟C语言。直流电机驱动,实现直流电机的正、反转,PWM调速。(AT89C51-driven DC motor, a simulation with the C language. DC motor drives, DC motor forward and reverse PWM speed control.)
- 2012-06-05 21:03:47下载
- 积分:1