CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 书籍源码 搜索资源 - algorithms in c

搜索资源列表

  1. 853

    0下载:
  2. Apriori算法源码(C++) 看了以前在这里发的apriori源码,觉得写得代码有些繁琐,现在重写了一下,主要是把数据操作和界面显示分离,使用了stl和boost,简化了字符操作的算法,数据库用的是mysql的,API是mysql++,在mfc下mysql++无法运行,所以gui框架用的是win32gui-lib(可以到sf.net/project/win32gui下载)。当然你也可以用odbc改写,或是换用别的数据库,因为算法逻辑是独立的,所以应该很容易改写 -Apriori
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:28.6kb
    • 提供者:libing
  1. error_correction_coding

    4下载:
  2. 压缩文件中是Error Correction Coding - Mathematical Methods and Algorithms(Wiley 2005)作者:(Todd K. Moon )的配套代码,是由C和matlab两种语言编写的-compressed files is Error Correction Coding - Mathemat da Methods and Algorithms (Wiley, 2005) Author : (Todd K. Moon) matching
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:10.99mb
    • 提供者:龙昊
  1. Graph_Algorithms_code

    0下载:
  2. book: Algorithms in C++, Part 5 (Graph Algorithms) code-book : Algorithms in C, Part 5 (Graph Algorithms) code
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:9.24kb
    • 提供者:dedema
  1. AlgorithmsinC_Parts14

    0下载:
  2. Algorithms in C, Parts 1-4 (Fundamental Algorithms, Data Structures, Sorting, Searching) code-Algorithms in C, Parts 1-4 (Fundamental Algorithms. Data Structures, Sorting and Searching) code
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:14.88kb
    • 提供者:dedema
  1. AlgorithmsinC++Part5

    0下载:
  2. Algorithms in C++, Part 5 (Graph Algorithms) code-Algorithms in C, Part 5 (Graph Algorithms) code
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:9.27kb
    • 提供者:dedema
  1. AlgorithmsinC++Parts1-4

    0下载:
  2. Algorithms in C++, Parts 1-4 (Fundamental Algorithms, Data Structures, Sorting, Searching) code-Algorithms in C, Parts 1-4 (Fundamental Algorithms. Data Structures, Sorting and Searching) code
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:14.92kb
    • 提供者:dedema
  1. AlgorithmsinC_Part5(GraphAlgorithms)code

    0下载:
  2. Algorithms in C, Part 5 (Graph Algorithms) code
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:7.57kb
    • 提供者:dedema
  1. LLFScheduling

    0下载:
  2. 最小松弛度优先算法,属于实时调度算法,又叫最小欲度(空闲时间)优先算法,在这里,给出了其C++的代码实现。-Minimum slack priority algorithm, belonging to real-time scheduling algorithm, also known as For the smallest degrees (idle time) priority algorithms, in here, given its C++ code to achieve.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:4.68kb
    • 提供者:薛松
  1. AlgorithmsinCcode

    0下载:
  2. This file contains the code from "Algorithms in C, Third Edition, Parts 1-4," by Robert Sedgewick, and is covered under the copyright and warranty notices in that book-This file contains the code from
  3. 所属分类:source in ebook

    • 发布日期:2017-03-30
    • 文件大小:12.22kb
    • 提供者:
  1. Commonlyusedalgorithmcroutinecolection(Clanguagede

    0下载:
  2. 常用算法C语言编写,包括kalman、线性方程求解等很多很好的算法。-Common algorithms written in C, including the kalman, linear equations, and many good algorithms.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-04
    • 文件大小:190.61kb
    • 提供者:
  1. study_c

    0下载:
  2. c++学习的一本很好的电子书,里面包括了很多例子,以及算法的详细介绍。。。很适合开发人元阅读-c++ to learn a very good e-book, which includes many examples and algorithms in detail. . . Very suitable for development of human element to read
  3. 所属分类:source in ebook

    • 发布日期:2017-05-24
    • 文件大小:7.44mb
    • 提供者:luyan
  1. Applied-CryptographyProtocols

    0下载:
  2. 应用密码学:协议、算法与C源程序+源代码,安全方向经典书籍-Applied Cryptography:Protocols,Algorithms,and Source Code in
  3. 所属分类:source in ebook

    • 发布日期:2017-06-16
    • 文件大小:24.89mb
    • 提供者:
  1. sort_find_arithmetic

    0下载:
  2. 各种常见查找排序算法,数据结构中各种简答的源码。用C语言写的。-Common find sorting algorithms, data structures in a variety of short-answer source. Written in C language.
  3. 所属分类:source in ebook

    • 发布日期:2017-12-02
    • 文件大小:71.75kb
    • 提供者:董雄丰
  1. C_xushiliang

    0下载:
  2. 徐士良编写的经典C算法书籍及程序集,包含各种常用算法的源程序-XU Shi-liang C algorithms written in classic books and assembly, including a variety of commonly used algorithm source code
  3. 所属分类:source in ebook

    • 发布日期:2017-04-28
    • 文件大小:122.07kb
    • 提供者:xinyu
  1. Algorithms-commonly-used-procedures

    0下载:
  2. 常用算法程序集(C语言描述) (第三版),里面详细介绍了如何用c语言实现matlab中的算法。-Algorithms commonly used procedures set (C language descr iption) (third edition), which describes in detail how to implement the algorithm in matlab with c language.
  3. 所属分类:source in ebook

    • 发布日期:2017-05-22
    • 文件大小:6.06mb
    • 提供者:张忠鸽
  1. Algorithms-in-C-Parts-1-4

    0下载:
  2. 算法:C语言实现(第1~4部分)书本上的示例源码实现,但是不包含课后习题的源码,课后习题的源码,找不到啊,找不到-Algorithms in C
  3. 所属分类:source in ebook

    • 发布日期:2017-12-15
    • 文件大小:18kb
    • 提供者:诸葛亮
  1. Visual C++数字图像处理技术详解(源代码)

    1下载:
  2. 《Visual C++数字图像处理技术详解》的源代码,《Visual C++数字图像处理技术详解》以数字图像处理技术为主线,全面地介绍在Visual C++环境下进行数字图像处理程序设计的方法。内容涵盖了数字图像的变换、增强、复原、重建、形态学处理、分割、匹配、压缩编码、特效处理等,各种方法均给出基本原理、典型算法、Visual C++源码及综合应用案例。同时,《Visual C++数字图像处理技术详解》还介绍了Visual C++与VTK、OpenCV和MATLAB等开发平台相结合进行数字图像
  3. 所属分类:书籍源码

    • 发布日期:2017-12-25
    • 文件大小:8.71mb
    • 提供者:sorra
  1. N皇后

    0下载:
  2. 八皇后问题,是一个古老而著名的问题,是回溯算法的典型案例。该问题是国际西洋棋棋手马克斯·贝瑟尔于1848年提出:在8×8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。(The eight queen problem, an old and famous problem, is a typical case of backtracking algorithms. It is put forward the internationa
  3. 所属分类:书籍源码

    • 发布日期:2018-01-06
    • 文件大小:8.17mb
    • 提供者:静守成雯
  1. C程序设计语言(第2版·新版)

    0下载:
  2. C语言作为许多编程语言的基础,许多开发者的入门功夫,扎实的理论基础是未来发展的一个决定性因素。但是,语言终究只是工具,算法才是核心,思路才是灵魂。本教程在知识点上安排了大量的习题,希望读者通过练习,学习编程的设计思路,学会设计算法,学会构建程序。(C language as the basis of many programming languages, many developers get started, a solid theoretical foundation is a decisi
  3. 所属分类:书籍源码

    • 发布日期:2018-04-19
    • 文件大小:1.05mb
    • 提供者:rzf_rookie
搜珍网 www.dssz.com