搜索资源列表
C-Alg
- 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 _
Introduction.to.Algorithms(chinese)
- 《算法导论》中文版!!中文名《现代计算机常用数据结构和算法》,程序员内功*必备。-"algorithm" Introduction to Chinese version! ! The Chinese name of "modern computer commonly used data structures and algorithms", the programmer must Internal KungFu.
Introduction.to.Algorithms.Second.Edition
- 算法经典著作,学习算法设计与分析的必备书,作为程序员,应该好好看看。-Classic algorithm, learning algorithm design and analysis of the essential books, as a programmer, it should be a good look at.
suanfadaolun-v2.0
- 算法是程序的灵魂,算法导论对程序员有很大的指导及提高的作用.程序员必读课本.-Algorithm is the soul of the procedures, algorithms Introduction to the programmer a great guide and enhance the role. Programmers reading textbooks.
Data.Structures.Demystified
- 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.
Copimtion
- C代码优化方案 目录 __ 2 C代码优化方案__ 4 1、选择合适的算法和数据结构__ 4 2、使用尽量小的数据类型__ 5 3、减少运算的强度__ 5 (1)、查表(游戏程序员必修课)_ 5 (2)、求余运算__ 6 (3)、平方运算__ 6 (4)、用移位实现乘除法运算__ 6 (5)、避免不必要的整数除法__ 8 (6)、使用增量和减量操作符__ 8 (7)、使用复合赋值表达式__ 8
max
- c++编程 求最大值,用的是递归算法,非常简单和方便的,这是针对链表的-c++ programmer seeking maximum, using a recursive algorithm is very simple and convenient, this is for the list
ACM_Some
- 这些是我在编写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
shujujiegou
- 数据结构与算法分析,c语言描述版本,通过对经典算法的分析,对程序员进行启发-Data Structures and Algorithm Analysis, c language to describe the version of the classic algorithm by analysis, inspired by the programmer
programmer-interview
- 介绍了C程序设计,数据结构,操作系统,数据库和网络方面经典的面试题,很有参考价值,适合人手一本-Describes the C programming, data structures, operating systems, databases and networks classic interview questions, a good reference for staffing a
LinkList
- 单链表的线性操作,程序员在编写程序时可以直接用,省去很多时间-Single list of linear operation, the programmer can write programs directly, eliminating a lot of time
CPP-Algorithm-Guinness
- 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.
Test_List
- 本代码,实现了基本的链表结构,同时完成了链表的翻转操作。链表的翻转是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
code-string-sort-v2
- 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
javaCalculate
- 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
Introduction-to-Algorithms
- Introduction to Algorithms》译作《算法导论》,是由Thomas H.Cormen, Charles E.Leiserson 等人编写的十分经典的计算机算法书籍。本书以相当的深度介绍了许多常用的数据结构和有效的算法,使得这些算法的设计和分析易于被各个层次的读者所理解。本书被china-pub会员评为“2007年我最喜爱的十大技术图书”之一,被《程序员》等机构评选为2006年最受读者喜爱的十大IT图书之一。-Introduction to Algorithms "
C_arithmetic_confluence
- 此文件为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
An-In-Depth-Look-into-the-Win32
- 你可能想知道为什么要关注可执行文件的格式。答案永远是:操作系统的可执行文件格式和数据结构展现了操作系统内部许多信息。通过理解 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
recursion
- 这个程序代码是通过递归来实现前n个自然数的和。-This programmer realizes recursively the sum of n natural number.
bubble_sort
- 冒泡排序为基本排序方法之一,程序员必须掌握。此代码注释详细而且正确完整。-The bubble sort is one of the basic sorting method, the programmer must master. This code comments detailed and complete.
