搜索资源列表
软件水印综述
- 随着软件产业的迅速发展,软件产品的版权保护已成为一个十分重要的问题.详细介绍了软件水印这 种新兴软件版权保护技术,深入分析了软件水印的现状、分类、攻击方法以及已有的各种算法,并分别讨论了这 些算法的利弊,最后提出软件水印的下一步发展方向.-software industry as the rapid development of software products of copyright protection has become a very important issue. Det
arithmatic
- 编程常用算法,基本常用的acm各种算法,喜爱acm的好友快下吧!
GAMIT_Ref_10.3.rar
- GAMIT软件包的说明书,详细叙述的IGS数据中心处理数据的流程,各种文件的格式,各种算法的数学模型,GAMIT package descr iption, a detailed descr iption of the IGS data center for data processing process, a variety of file formats, the mathematical model of a variety of algorithms
Vision_Library_(VLIB)ApplicationProgrammingInterfa
- TI官方视觉分析开发库接口说明文件,很难得到,详细讲述了各种算法(跟踪、脸部识别等所需要的算法核心)。-TI visual analysis of official documentation library interface development is difficult to obtain, describe in detail the various algorithms (tracking, face recognition algorithms need the core.)
Ctemplates
- 数据结构各种算法实现(C++模板),包含目录的Word文档。-Data structure to achieve a variety of algorithms (C++ templates)
cheliangshibie
- 本文是基于形状特征的车辆车型检测的论文,还包括基于颜色活其他特征的各种算法介绍。-This article is based on the shape characteristics of the vehicle detection paper models, but also other characteristics of living based on the color of the various algorithms introduced.
NOIP2007
- NOIP2007 备战指南 主要讲解了c++ STL库和竞赛中使用的各种算法-Main NOIP2007 preparing guidelines on the c++ STL library and used in a variety of competition algorithm
basic_graphics
- 图形学基本图形画图,各种算法划直线,圆和椭圆等-graphics draw line Circle
ResearchofDynamicSpectrumAllocationinCognitiveRadi
- 介绍了认知无线电的研究现状,对认知无线电系统中已有的动态频谱分配模型进行了分析并结合各种算法进行了比较-Introduce the present research status of cognitive radio. Some dynamic spectrum allocation models are analyzed and compared
CSAlgorithm
- C#排序算法的归纳,详细总结了目前存在得各种排序算法,并附有例程,对各种算法得效率进行了评价。-C# sorting algorithm summarized in a detailed summary of the various existing sorting algorithm may, together with routines, the efficiency of various algorithms were evaluated.
Intelligentapplicationofthealgorithms
- 智能化算法的应用,介绍了各种智能算法的概况,详细介绍了蚁群算法、免疫算法、遗传算法、粒子群算法在配电网重构中的应用,可以管中窥豹地学习智能算法在具体问题中的应用-The application of intelligent algorithms, introduced an overview of the various intelligent algorithms, detailed information on ant colony algorithm, immune algorithm,
DEM
- 目前三角网是进行精细地形表达最好和最常用的方法,因此本文讨论利用三角网法来建立露天矿的精细DEM模型。由于露天矿复杂特殊的地形特征,在建模过程中应充分考虑相应的约束条件,否则会出现台阶被削平等现象。构建不规则三角网的方法可分为分而治之算法、逐点插入算法和三角网生长算法。各种算法各具优缺点,结合矿区的实际情况,本文采用一次性约束三角网生成算法,经过空间数据提取、拓扑关系建立以及空间索引建立,最终建立起边界约束线以内的约束不规则三角网。-At present, triangulated irregu
chaofenbianlv
- 超分辨率算法研究,本文综述了超分辨率领域的基本方法和各种算法的优劣-failed to translate
video_demystified
- video_demystified(中文版)第五版第一部分,详细讲解了视频处理 原理,类别,列举了各种算法。-Video_demystified (Chinese version) the fifth edition of the first part, explain in detail the video processing principle, category, lists the various algorithms
Wang
- 算法讲解,各种算法的讲解,以及c++的伪代码-Algorithm explaining
The-research-that-encrypts-calculate
- 基于混沌的数字图像加密算法的研究,包含各种算法-The research that encrypts calculate way according to the number picture of mentally dense.ppt
chepaidingweisuanfa
- 里面包含车牌定位的各种算法资料 原理,对初学者比较有帮助,静下心来看吧-Various algorithms principle which contains license plate location, more help for beginners, the static under heart to see.
essence-of-ccplus-compilations
- c和C++的精华帖合集,里面有总结的编程经验和各种算法程序源代码,非常不错。-c and C++ essence of software collection, which has a summary of programming experience and a variety of algorithms source code, very good.
Data-structure-Flash-animation
- 用动画的方式描述数据结构常用算法的过程,将抽象的数据结构过程用动画描述使人一看就明白,是学习数据结构的好资料,里面包含数据结构里面的各种算法的动画演示,比如各种排序法过程的动画演示,各种查找方法的动画演示,二叉树的添加删除操作的动画演示等等。-Way of describing the process by animation algorithm commonly used data structures, abstract data structures described by animat
数据结构与算法(C++)
- 编程必读书籍,详细介绍了各种算法和数据结构的C++实现方法。