搜索资源列表
C++(Circle)
- 算法实现题1-2 平面几何问题 .问题描述: 试用C++ 的类来定义表示简单平面几何对象的抽象数据类型Geometry 。 (1) 用浮点数定义2 个几何量m1 和m2;m2 的缺省值为0.0。 (2) 实现2 个构造函数:允许用1 个参数或2 个参数声明几何对象。用1 个参数r 声明 的几何对象为半径为r 的圆;用2 个参数r1 和r2 声明的几何对象为r1′r2 的矩形。所声明 的几何对象的中心在原点。 (3) 定义计算几何对象的面积,周长和对角
FFT
- 1. 运行myfft.exe 把音频数据经过fft后存放在data.txt文件中 2. 再运行HUITU.exe把data.txt中的数据一帧一帧的画到屏幕上,形成动态效果 3. 运行soundee.exe 是还原声音 注:其中myfft.c是fft的C语言代码,用VC实现的;HUITU.C是绘图代码,用TC实现的;soundee.c是还原声音代码,用VC实现的。 -1. Myfft.exe run the audio data stored in the post-fft
AsciiArtGenGui
- 同样基于c++.net的一个图像处理程序,与img2ascii不同的是这个可以转换任意大小的图片为ascii码并输出到html或txt文档中-Based on the same c++. Net an image processing procedures, and img2ascii is different of any size can be converted to ascii code of the picture, and output to html or txt document
file
- 程序说明: 1)image文件里保存着标定图片 2)calibdata.txt 保持标定图片的路径(根据实际设置) 3)在标定源文件中 calibration.cpp 根据不同的标定标规格需要设置的参数: CvSize board_size = cvSize(5,7) /* 定标板上每行、列的角点数 */(不包括边缘的角点) 这里值得注意的是拍摄的时候要完整的拍下标定板。-you can learn this
042325
- 背单词程序: 程序使用词汇表文件,其中每个词条由单词和解释两部分组成,编程完成:用户输入一个单词,程序将给出单词的词性和中文意思。 建立一个词汇表测试用词汇表名为新东方红宝书.txt,用c语言文件操作打开该文件,并将文件读入命名为dictionary[DICTSIZE]的数组内。读入数据存储于dictionary[DICTSIZE]所分配的地址空间内,以8字节表示一个信息。-Program uses the vocabulary file, where each entry and
dither-bmp2txt
- 抖动算法 c语言实现 实现bmp格式的图片转换为txt格式-Dithering algorithm c language to achieve bmp format images converted to txt format
input_vec
- 用C生成1024点FFT输入的复数数据,并存在一个TXT文件中-1024-point FFT in C to generate complex input data, and there is a TXT file
2010302590003_RawZFT
- 使用C或C++语言编写8位灰度图像直方图统计的程序。 照如下格式将统计结果保存到“result.txt”中。 灰度级 频率 0 …… 255 -Using C or C++ language to write 8-bit grayscale image histogram statistics program. The statistical follows the format of results are saved to the "result.txt
JPEG
- 文件包含c++程序jpeg.cpp,点击JPEG.dsw可直接运行,结果输出到out2.txt中。该程序用于JPEG图像的解码解析。-The file contains the C++ program jpeg.cpp Click JPEG.dsw can be run directly, the resulting output to out2.txt. The program is for JPEG image decoding resolution.
kde_bg_v1.0
- 基于核密度估计的背景减法算法,拥有命令行界面的C++源代码。-kernel density estimation based background subtraction algorithm [1] with a command line interface. this algorithm is a somewhat improved version of [2]. the kmovingobjdetector class within the project is originally w
BaiDuMapDemo_1.0
- C#读取本地TXT数据源数据,在百度地图上标注 可以设置城市id,城市名字,坐标,地址,电话等信息 欢迎感兴趣用户下载学习-C# read local TXT data source data, in baidu map Can set the cities id, name, coordinates, address, telephone and other information Welcome interested users to download learning
ReadtxtFile
- 用c++代码读取txt文件中x,y坐标信息并显示-use c++ programming to read and display x and y coordinate information with TXT file
pca-master (1)
- 此源代码使用Eigen C ++库在C ++中实现了PCA算法。 运行代码所需的组件: - 安装Visual Studio 2012(Express Edition工作正常) - Windows操作系统(Windows 7或更高版本) 如何运行源代码: - 打开文件。\ pca \ PrincipalComponentAnalysis \ PrincipalComponentAnalysis \ Program.cpp - 在行和列变量中设置矩阵的尺寸。 - 在m变量中设置