搜索资源列表
Lwip协议栈的设计与实现
- Lwip协议栈的设计与实现 LWIP是TCP/IP协议栈的一种实现。LWIP的主要目的是减少存储器利用量和代码尺寸,使 LWIP适合应用于小的、资源有限的处理器如嵌入式系统。为了减少处理器和存储器要求,lwIP可以通过不需任何数据拷贝的API进行裁减。 本文叙述了lwIP的设计与实现。叙述了协议实现及子系统中所使用的算法和数据结构如存储和缓冲管理系统。还包括LWIP API的参考手册和使用LWIP 的一些代码例子.-Lwip protocol stack design and rea
DSPsoftwareprograme
- DSP软件编程和算法实现的PPT.有助于学习DSP-DSP software programming algorithm and the PPT. DSP to the learning
cls_factory
- 介绍了各种数字图像处理的算法分析及编程实现技术。全书由12章和一个附录组成。主要内容包括:位图基础、图像的显示、图像的几何变换、图像灰度变换、图像的平滑处理、图像锐化处理及边缘检测、图像分割及测量、图像的形态学处理、图像的变换域处理及应用、图像的合成、24位彩色图像的处理、JPEG图像的压缩编码。 -introduced a variety of digital image processing algorithm analysis and programming technology. B
algorithms
- C常用算法程序集-徐士良,很好的一本算法书,其中包含了对一些基本算法的实现和解释,是一本算法类的好书!-C algorithms commonly used procedures set-XU Shi-liang, a good algorithm, containing some of the basic algorithm implementation and interpretation algorithm is a kind of books!
猴子吃桃子
- vb猴子吃桃子算法实现-vb monkeys eat peaches Algorithm
单词排序
- vb单词排序实现算法-vb word Sort Algorithm
fractionalgorithmVisualC++
- 分形算法,书中描述了分形的具体实现过程,并用Visual C++详细记录,希望给大家更多的启发-fractal algorithms, the book describes the fractal realization process, and using Visual C detailed records, We hope to inspire more
libsvm-2.84.tar
- 数据挖掘分类方面的lib-svm经典算法的C++实现
ColorImageSegmentation
- 彩色图像分割算法的研究与实现and基于颜色空间的白细胞显微图像分析与算法-color image segmentation algorithm Research and Implementation and based on the color space of leukocytes with the microscopic image analysis algorithms
ANN-PattermRecogntion
- 《神经网络模式识别及其实现》源程序,收集了各种神经网络分类的算法。-"pattern recognition and neural network to achieve" source files, a collection of neural network classification algorithm.
crc
- 循环冗余校验CRC的算法分析和程序实现-Cyclic Redundancy Check Analysis of Algorithms and Procedures
Softwaredesignforsine-invertercontrol
- 介绍单相全桥逆变器的工作原理, 阐述产生SPWM波和实现PI 控制的算法, 给出以DSP( 数 字信号处理器) 实现控制的软件流程。实验表明利用软件完成逆变器控制是可行的。 关键词: 正弦逆变器
book
- 一本夏宇闻的著作:从算法设计到硬线逻辑的实现。
principleofdcommunication
- 本书使用MATLAB的基本语法莱实现算法,避免将所要实现的功能隐藏在函数之下,而让读者不知道是如何实现的。非常适合在校学习通信专业的本科生、研究生作为辅导资料。
DataStructuresandAlgorithmsinPython
- 数据结构和算法的python实现。英文资料。
minimumweightdesign
- 计算机算法上最小重量机的回溯法和分支限界法的实现
最小生成树的构造——普里姆(Prim)算法
- ad.rar - 快速排序算法的c实现 -ad.rar-fast algorithm to achieve c
pid
- pid算法的实现和参数整定
inage
- 基于语义文物图象标注研究.很不错的.介绍了算法和具体实现.推荐
datastructure
- 介绍用c 语言实现算法,并详细阐述了如何用c 来编写算法