CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - programmer

搜索资源列表

  1. C-Alg

    0下载:
  2. c算法在众多的编程思想中应用频率很高的 能够掌握并加以强化练习,对程序员来说是极为有利的_-c algorithm in a number of application programming thinking of the high frequency to be able to master and strengthening exercises, the programmer is highly favorable _
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5.14kb
    • 提供者:小刚
  1. Introduction.to.Algorithms(chinese)

    0下载:
  2. 《算法导论》中文版!!中文名《现代计算机常用数据结构和算法》,程序员内功*必备。-"algorithm" Introduction to Chinese version! ! The Chinese name of "modern computer commonly used data structures and algorithms", the programmer must Internal KungFu.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:24.42mb
    • 提供者:xl
  1. Introduction.to.Algorithms.Second.Edition

    0下载:
  2. 算法经典著作,学习算法设计与分析的必备书,作为程序员,应该好好看看。-Classic algorithm, learning algorithm design and analysis of the essential books, as a programmer, it should be a good look at.
  3. 所属分类:Data structs

    • 发布日期:2017-06-11
    • 文件大小:17.85mb
    • 提供者:李磊
  1. suanfadaolun-v2.0

    0下载:
  2. 算法是程序的灵魂,算法导论对程序员有很大的指导及提高的作用.程序员必读课本.-Algorithm is the soul of the procedures, algorithms Introduction to the programmer a great guide and enhance the role. Programmers reading textbooks.
  3. 所属分类:Data structs

    • 发布日期:2017-05-30
    • 文件大小:12.43mb
    • 提供者:fightfish
  1. Data.Structures.Demystified

    0下载:
  2. Data Structures Demystified Whether you are an entry-level or seasoned designer or programmer, learn all about data structures in this easy-to-understand, self-teaching guide that can be directly applied to any programming language.
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:2.79mb
    • 提供者:primitive_man
  1. Copimtion

    0下载:
  2. C代码优化方案 目录 __ 2 C代码优化方案__ 4 1、选择合适的算法和数据结构__ 4 2、使用尽量小的数据类型__ 5 3、减少运算的强度__ 5 (1)、查表(游戏程序员必修课)_ 5 (2)、求余运算__ 6 (3)、平方运算__ 6 (4)、用移位实现乘除法运算__ 6 (5)、避免不必要的整数除法__ 8 (6)、使用增量和减量操作符__ 8 (7)、使用复合赋值表达式__ 8
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:10.38kb
    • 提供者:dingchao
  1. max

    0下载:
  2. c++编程 求最大值,用的是递归算法,非常简单和方便的,这是针对链表的-c++ programmer seeking maximum, using a recursive algorithm is very simple and convenient, this is for the list
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:595byte
    • 提供者:王金
  1. ACM_Some

    0下载:
  2. 这些是我在编写ACM题目时实现的程序,ACM对于初级程序员的影响应该是质的改变,文件中实现的是在PKU JudgeOnline(http://poj.org/)平台上一些题目,文件名中,包括1222,1363,1979,1208。 -These are what I achieved in the preparation of the procedure when the subject ACM, ACM junior programmer for the impact should be
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2.07mb
    • 提供者:冯小康
  1. shujujiegou

    0下载:
  2. 数据结构与算法分析,c语言描述版本,通过对经典算法的分析,对程序员进行启发-Data Structures and Algorithm Analysis, c language to describe the version of the classic algorithm by analysis, inspired by the programmer
  3. 所属分类:Data structs

    • 发布日期:2017-05-28
    • 文件大小:9.84mb
    • 提供者:Lk
  1. programmer-interview

    0下载:
  2. 介绍了C程序设计,数据结构,操作系统,数据库和网络方面经典的面试题,很有参考价值,适合人手一本-Describes the C programming, data structures, operating systems, databases and networks classic interview questions, a good reference for staffing a
  3. 所属分类:Data structs

    • 发布日期:2017-05-19
    • 文件大小:4.89mb
    • 提供者:轩轩
  1. LinkList

    0下载:
  2. 单链表的线性操作,程序员在编写程序时可以直接用,省去很多时间-Single list of linear operation, the programmer can write programs directly, eliminating a lot of time
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:2.21kb
    • 提供者:张婉婷
  1. CPP-Algorithm-Guinness

    0下载:
  2. C++算法大全中文版。好的算法对成为一个优秀的程序员是很有必要的。学习别人的算法,消化成自己的东西!有需要的朋友可以下载看看。-C++ algorithms Daquan Chinese. Good algorithm to become a good programmer is very necessary. Learn other people s algorithms into their own things to digest.
  3. 所属分类:Data structs

    • 发布日期:2017-05-24
    • 文件大小:7.68mb
    • 提供者:仙儿
  1. Test_List

    0下载:
  2. 本代码,实现了基本的链表结构,同时完成了链表的翻转操作。链表的翻转是IT程序员面试时的常见问题,对找工作的同学,进一步了解链表的性能,有很大的帮助。-The code to achieve the basic linked list structure, and complete list of the flip operation. Flip is a list of common IT programmer interview questions for students to find w
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:500.15kb
    • 提供者:
  1. code-string-sort-v2

    0下载:
  2. Sorting algorithm absolutely awesome...once in a century code.. hello everybody out there meet the fastest and the best programmer in the whole of choina-Sorting algorithm absolutely awesome...once in a century code.. hello everybody out there me
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:7.08kb
    • 提供者:Hannibal Lecter
  1. javaCalculate

    0下载:
  2. Java常用的排序算法,常用算法集代码。Java初级编程者可参考,代码留着以后也可以参考-Java sorting algorithm used, set of algorithms commonly used code. Junior Java programmer can refer to the code can refer to keep after
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:8.65kb
    • 提供者:shoulg
  1. Introduction-to-Algorithms

    0下载:
  2. Introduction to Algorithms》译作《算法导论》,是由Thomas H.Cormen, Charles E.Leiserson 等人编写的十分经典的计算机算法书籍。本书以相当的深度介绍了许多常用的数据结构和有效的算法,使得这些算法的设计和分析易于被各个层次的读者所理解。本书被china-pub会员评为“2007年我最喜爱的十大技术图书”之一,被《程序员》等机构评选为2006年最受读者喜爱的十大IT图书之一。-Introduction to Algorithms "
  3. 所属分类:Data structs

    • 发布日期:2017-11-20
    • 文件大小:46.53mb
    • 提供者:hylzuo
  1. C_arithmetic_confluence

    0下载:
  2. 此文件为C算法的集合,里面包含有排序、搜索、穷举、约瑟夫环、八皇后问题的算法,对于编程有很大的参考价值-This document is a collection of C algorithm, which includes sorting, searching, exhaustive, Josephus, the eight queens problem algorithm, the programmer has great reference value
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:937.42kb
    • 提供者:mcs
  1. An-In-Depth-Look-into-the-Win32

    0下载:
  2. 你可能想知道为什么要关注可执行文件的格式。答案永远是:操作系统的可执行文件格式和数据结构展现了操作系统内部许多信息。通过理解 EXE和 DLL 的内部情况,你会发现你已经变成你周围一个更优秀的程序员。 -You may want to know why the attention to executable file format. The answer is always: operating system executable file format and data structu
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:415.61kb
    • 提供者:锁匠
  1. recursion

    0下载:
  2. 这个程序代码是通过递归来实现前n个自然数的和。-This programmer realizes recursively the sum of n natural number.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:75.56kb
    • 提供者:王超
  1. bubble_sort

    0下载:
  2. 冒泡排序为基本排序方法之一,程序员必须掌握。此代码注释详细而且正确完整。-The bubble sort is one of the basic sorting method, the programmer must master. This code comments detailed and complete.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:155.62kb
    • 提供者:gu
« 12 »
搜珍网 www.dssz.com