搜索资源列表
bin
- c#数值计算算法编程代码 包括数值计算的方方面面 与c#数值计算书配套
131354
- C#数值计算算法编程 代码 与c#数值计算书配套 涉及到各方面
RSA程序算法分析
- 密码学中极重要的RSA算法的C编程实现。希望对一些喜欢C的朋友有用-cryptography very important RSA algorithm in C programming. Some like to hope that the friends useful C
基于dspfft算法的实现
- 基于DSP实现的FFT算法的C语言编程
C#数值计算算法编程周长发
- C#数值计算算法编程周长发
Csharpook.rar
- C#数值计算算法编程,一本相当不错的书。,C# program book,a very good book.
CSharp_numerical_algorithm_programming
- 是《C#数值计算算法编程》周长发著,2007第二版,包括近90个常用的数值计算算法原理和C#的实现方法。-The source code in this .rar file used by the book of C# numerical algorithm programming,F.Zhou, 2007, second edition, includes nearly 90 commonly used numerical algorithm and all written in C# lan
基于Camshift算法实现彩色目标跟踪
- 学习图像视频处理的基础知识和基本方法,研究Camshift算法的基本原理和技术,采用VC++和OpenCV技术编程实现彩色目标跟踪程序,实现对彩色目标的跟踪。
cSharp-interpolation
- 用c#实现插值的源代码,配套书籍为《C#数值计算算法编程》-Interpolation with c# source code to achieve, and the supporting books for the " C# numerical algorithm programming"
hungury
- 用编程来实现匈牙利算法,主要解决指派问题,有兴趣的下来看看。-Hungary used to achieve programming algorithm, mainly to solve the assignment problem, interested to see it.
Improved-Genetic-Algorithm
- 针对传统的遗传算法编程求解过程中存在的代码复用性不高,灵活性差的情况,在参考麻省理工学院Matthew Wall开发的遗传算法类库GAlib的基础上,作者提出了基于设计模式的改进遗传算法设计框架,并提供了部分Visual C#代码和演示。-Improved Genetic Algorithm design and implementation based on Design Patterns
cSharp-numerical-integration
- 用c#实现各类数值积分的源代码,配套书籍为《C#数值计算算法编程》-Achieved with the c# source code for various types of numerical integration, supporting the book as " C# numerical algorithm programming"
cSharp-complex-operation
- 用c#实现各类复数运算的源代码,配套书籍为《C#数值计算算法编程》-Achieved with the c# source code for various types of complex operations, supporting the book as " C# numerical algorithm programming"
cSharp-matrix-operation
- 用c#实现各类矩阵运算的源代码,配套书籍为《C#数值计算算法编程》-Achieved with the c# source code for various types of matrix operations, supporting the book as " C# numerical algorithm programming"
cSharp-nonlinear-equation
- 用c#实现各类非线性方程的源代码,配套书籍为《C#数值计算算法编程》-Achieved with the c# source code for various types of nonlinear equations, and the supporting books for the " C# numerical algorithm programming"
cSharp-linear-equation
- 用c#实现各类线性方程组的求解的源代码,配套书籍为《C#数值计算算法编程》-C# implementation with all kinds of linear equations to solve the source code, supporting the book as " C# numerical algorithm programming"
CSharMathprogram
- 《C#数值计算算法编程》的源代码,用CSharp语言编写,值得一看-" C# numerical algorithm programming," the source code, with the CSharp language, worth a visit
c#编程实现VRP问题
- c#编程实现蚁群算法的VRP问题,很好的源代码,推荐下载!
C#数值计算算法编程90个经典算法
- C#数值计算算法编程90个经典算法,有助于学习C#语言,和数值计算算法。
C#多线程编程实战_中文完整版_带书签目录
- 《C#多线程编程实战》共分为11章,第1章介绍C#中基本的线程操作;第2章描述线程交互细节;第3章解释线程池概念;第4章深入讲解任务并行库框架;第5章深入解释C#5.0中的新功能——异步方法;第6章描述.NET框架中并行算法的标准数据结构;第7章深入讲解并行LINQ基础设施;第8章解释如何以及何时使用Reactive Extensions框架;第9章深入讲解异步I/O进程,包括文件、网络及数据库等场景;第10章针对常见的并行编程问题给出一些解决方案;第11章讲述编写基于Windows 8的异步应