搜索资源列表
Zip压缩和UnZip解压缩的实现.zip
- 此程序实现了Zip压缩和UnZip的解压缩。
牛顿法的程序实现
- 牛顿法的程序实现: 给的函数是f(x)=X*X-C 求导函数为ff() 也是在程序中已给定 若要修改则在程序中更改
CRC的算法分析和程序实现
- CRC的算法分析和程序实现-CRC algorithm analysis and Program Implementation
链表实现用户对数据针对每个人的管理
- 是一种数据结构的编程代码,程序实现一块链表的管理每个人资料-is a data structure of the programming code, procedures to achieve a Chain Management everyone information
最短路径在铁路上实现的
- 是一种数据结构的编程代码,程序实现一种算法,在铁路系统上在两点间得到最短路径-is a data structure of the programming code, procedures to achieve an algorithm, the railway system in the period between 2:00 Shortest Path
简单遗传算法和简单bp网络的程序
- 基于Matlab的简单遗传算法和简单bp网络的程序实现-based on Matlab simple genetic algorithms and simple bp Network Program
二叉树程序
- 本程序实现了二叉排序树的建立以及查找,插入和删除的功能.-realized by the two forks of trees to establish order and search, insert and delete functions.
实现各种排序算法并分析与比较
- 本程序实现各种排序算法并分析与比较 直接插入排序, 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 order of ranking sculpture, m
acm程序
- acm亚洲区竞赛的一个题目(关于任务调度的)以及我的程序实现Asia Regional_Taipei Site Dec.10-13.1999Program EBroadcast Scheduling -acm Asia a topic of race (on the task scheduling), and I realize the procedures Asia Regional_Taipei Site GC.6/Dec.10 - 13.1999Program EBroadcast Sch
黑白棋子的算法程序实现
- 黑白棋子的算法程序实现详细步骤及实现过程-reversi son algorithm program and detailed steps for achieving
bp算法程序vb版
- bp算法的程序实现,可以任意只指定中间结点和输入输出节点的个数-bp algorithm program can only arbitrarily designated intermediate nodes and the input and output nodes Number
车牌号码识别matlab完整程序实现
- 随这图形图像技术的发展,现在的车牌识别技术准确率越来越高,识别速度越来越快。无论何种形式的车牌识别系统,它们都是由触发、图像采集、图像识别模块、辅助光源和通信模块组成的。车牌识别系统涉及光学、电器、电子控制、数字图像处理、计算视觉、人工智能等多项技术。触发模块负责在车辆到达合适位置时,给出触发信号,控制抓拍。辅助光源提供辅助照明,保证系统在不同的光照条件下都能拍摄到高质量的图像。图像预处理程序对抓拍的图像进行处理,去除噪声,并进行参数调整。然后通过车牌定位、字符识别,最后将识别结果输出。
支持向量机算法程序
- 一种支持向量机算法程序实现,基于VC++.
fft的labwindows实现
- 本程序是FFT算法的详细程序,在labwindows上用程序实现并且有相应各种波形的FFT变换的图像界面显示.
BP神经网络预测 matlab程序实现
- BP神经网络用于房价的预测 matlab程序实现
MAP. Matlab程序实现了MAP算法-最大后验概率算法
- 这个Matlab程序实现了MAP算法-最大后验概率算法,同时包括对算法有:卷积编码、卷积解码,BPSK,AWGN。同时绘制它的误码率和SNR(信噪比)。,The Matlab program achieved a MAP algorithm- maximum a posteriori probability algorithm, at the same time including the algorithm are: convolutional coding, convolution deco
向后欧拉法
- 书籍《微分方程的数值解法与程序实现》第三章向后欧拉法程序,原书为C,我写成了matlab(MATLAB program for backward Euler method)
Crank-Nicolson方法
- 数值《微分方程的数值解法与程序实现》第三章Crank-Nicolson方法程序,原书程序为C,我写成了matlab(MATLAB program for Crank-nicolson difference scheme)
《最优化计算方法及其MATLAB程序实现》
- 书籍:《最优化计算方法及其MATLAB程序实现》电子资料(Books: Electronic Material of "Optimum Computing Method and Its Realization in MATLAB Program")
[微分方程的数值解法与程序实现][华冬英,李祥贵]
- [微分方程的数值解法与程序实现 书中的源码和课件。