搜索资源列表
VC++&&Matlab混合编程的快速实现
- VC++与Matlab混合编程的快速实现 书籍语言: 简体中文 书籍类型: 程序设计 授权方式: 免费软件 书籍大小: 103 KB -VC and MatLab the rapid realization of books Language : English books categories : program design license : free softw
vc_与matlab混合编程的快速实现
- vc_与matlab混合编程的快速实现。
用CPLD实现硬件直线插补器
- 介绍了采用CPLD器件设计的硬件直线插补器 及其优点,它经过环形分配器及放大电路,同时控制二维(X 向、Y向)步进电机快速实现直线绘制。它比利用软件实现 的直线插补法速度快,精度高,适用于数字控制的机械加工 或绘图设备。
quick sort 快速排序的迭代实现
- 快速排序的迭代实现,不是递归的,递归的比较容易实现,迭代实现起来比较困难
改进的K-Means算法实现车牌字符的分割
- 本实验基于K-Means聚类算法思想实现了字符分割,因为车牌规定是7位的,所以K取7。另外本实验对K-Means算法进行了改进,充分考虑了初始点的设置及迭代结束条件。实验结果证明这种改进的K-Means算法实现车牌字符分割是快速、有效的。
matlab 实现图像匹配
- 可以快速实现两幅图像的匹配
一篇用VHDL实现快速傅立叶变换的论文
- 一篇用VHDL实现快速傅立叶变换的论文,包括原理分析和代码实现,印度圣雄甘地大学M.A.学院提供-VHDL with a Fast Fourier Transform papers, including the principle of analysis and implementation of the code, the Mahatma Gandhi Institute of the University of Marat
fft的实现
- 快速傅立叶变换fft-Fast Fourier Transform fft
JAVA5快速拼写检查程序
- 本文件实现将输入文件中的英语单词差错功能 ,有可视界面,可方便导入文件和词典-achieve this document will be entered into the document English word error function, visual interface that would facilitate import documents and dictionaries
快速排序法
- 这个是快速排序法的算法实现-This is a rapid method of sorting algorithm
实现各种排序算法并分析与比较
- 本程序实现各种排序算法并分析与比较 直接插入排序, SHELL排序,冒泡排序,快速排序,简单选择排序,堆排序,归并排序-procedures for the realization of the algorithm and analysis more directly inserted, in order of ranking SHELL, Bubble Sort, rapid sequencing, simple choice, in
内部排序的主要算法及相关可实现程序
- 内部排序的所有算法,而且有相关可执行例子,包括插入排序,选择排序,希尔排序,快速排序,堆排序,归并排序等,很全,很孀。-sequencing of all internal algorithm, but is related to the executable examples, including insertion sort, select, in order of ranking Hill, the quick sort, hea
实数据快速傅立叶变换算法
- 傅立叶变换是信号处理时最常用的算法之一,实现时域与频域之间的转换,对人们研究各种信号非常有用,本程序利用VC实现快速傅立叶变换算法-Fourier transform signal processing is the most commonly used algorithm, achieving time-domain and frequency domain between the conversion of the people l
完全实现快速排序算法
- 完全实现快速排序又称分区交换排序法 在待排序文件中任取一个元素(例如第一个元素),以该元素为标准,将所有元素分为二部分:所有小于该元素的集合,所有大于等于该元素的集合。 将该元素放在二部分中间 利用递归原理,分别对每部分进行排序-Fast sort algrithms
VC++&&Matlab混合编程的快速实现
- VC++与Matlab混合编程的快速实现 书籍语言: 简体中文 书籍类型: 程序设计 授权方式: 免费软件 书籍大小: 103 KB -VC and MatLab the rapid realization of books Language : English books categories : program design license : free softw
快速傅立叶变换FFT及信号的谱分析
- 用快速傅立叶变换FFT实现信号的谱分析,包括FFT程序,谱分析程序和绘图程序-using Fast Fourier Transform FFT spectrum analysis of the signals, including FFT procedures, spectral analysis procedures and drawing program
DCT算法实现
- 普通DCT,快速DCT,快速IDCT算法的实现 vc程序 希望你喜欢!-ordinary DCT, fast DCT and IDCT algorithm for the rapid realization vc procedures hope you like!
vc++matlab
- vc++与matlab混合编程的快速实现 -vc++ with matlab the rapid realization of mixed programming
Examples
- 通过人工智能算法快速实现神经网络识别,具有更加高效和快速的特点-Through artificial neural network algorithm for rapid identification, have a more efficient and rapid characteristics of
leela-zero-0.12
- alphago的一种快速实现算法,算法和论文中的思想十分接近。(A quick implementation of alphago algorithm, the algorithm and the idea in the paper are very close.)