搜索资源列表
C Algorithm_配套源码Robert Sedgewick
- 这是Donald Kunth(计算机科学学术界最最有名的大师级人物,曾获图灵奖及其他无数科技奖项)的*Robert Sedgewick的名著C算法一书的配套源码-Kunth (computer science academic gurus of the most famous figures, won the Turing Award and countless other technology awards) Robert Sedgewick the disciples of the fam
PA7
- 組合語言的大數加減乘除 適合組語初學者訓練計算機科學的運\算邏輯-language portfolio of large numbers for the arithmetic group language training beginners computer science arithmetic logic
大数运算类实例
- 在计算机科学中有一类分常重要的代码工具是抽象的大数运算类,本工程实现对大数加减乘除的封装及实例-in computer science is often an important sub-category of tools is the code of large numbers Operational abstract category, the majority of projects to achieve the arithmetic package and examples
cplusCaculate
- 数值计算源代码来自哈尔滨工业大学计算机学院-numerical source code from the Harbin Industrial University computer science
soj1169Networking
- /* Name: soj 1169: Networking From: Computer Science Department of Sichuan University Author: LoyaltyJi Date: 03-05-06 00:35 Descr iption: 求最小生成树经典题! */-/ * Name : soj 1169 : Networking From : Computer Science Department of Sichuan
slr1
- 计算机科学与技术专业的课程设计slr算法-computer science and technology courses for professional design algorithm slr
IntroductionToAlgorithms
- 算法导论英文版 This book is one of a series of texts written by faculty of the Electrical Engineering and Computer Science Department at the Massachusetts Institute of Technology. I
79
- 统计学导引,对于信息、通信专业的学生很重要,它用于信息论、通信原理等课程! 对于我?计算机系的现在用处不大,但是我学数据挖掘要用到-statistical guidance, information, communication professional students are very important, it used information theory, communications theory courses! For me? Department of Computer Sci
PSO.rar
- 浙江大学宁波理工学院计算机系设计的粒群优化算法研究程序,Swarm Optimization procedure designed by Zhejiang University, Ningbo Institute of Technology Department of Computer Science tablets .
GiNaC-1.0.15
- GiNaC(GiNaC 不是一个 CAS 计算机代数系统))是一个用于符号计算的C++库。它的设计允许集成系统创造,象征性的操作嵌入与更成熟的计算机科学(如计算密集型,图形界面等),数字应用领域。相对于其他情况下,它不会尝试代数提供广泛的功能和简单的编程语言,而是接受一个给定语言(C + +)和扩展了代数功能设置。-GiNaC (GiNaC is not a CAS Computer Algebra System)) is one for the symbolic computation of
fibonacci
- In mathematics, the Fibonacci sequence is the following infinite sequence of natural numbers: The first element is 0, the second is 1 and each remaining element is the sum of the previous two: Each element of this sequence is called F
51ppt_077
- 人工智能(Artificial Intelligence) ,英文缩写为AI。它是研究、开发用于模拟、延伸和扩展人的智能的理论、方法、技术及应用系统的一门新的技术科学。 人工智能是计算机科学的一个分支,它企图了解智能的实质,并生产出一种新的能以人类智能相似的方式做出反应的智能机器. -Artificial Intelligence (Artificial Intelligence), the English abbreviation for the AI . It
gac++code
- *** *** *** *****/ /* 基于遗传算法的人工生命模拟 AL_GA.C */ /* An Artificial Life Simulation model Based on Genetic Algorithm */ /* 同济大学计算机系 王小平 2000年5月 -********************//* Genetic Algorithm Based Artificial Life Simulation AL_GA.C*//* An Artificial Li
calc
- /* author: qiaoger from: Computer Science Department of SiChuan University date: 2008-3-27 求算术表达式(整数)的值(中序法) */ -/* Author: qiaoger from: Computer Science Department of SiChuan University date: 2008-3-27 for arithmetic expres
Structure
- 数据结构是计算机学科的一门核心课程。数据结构课程的 任务是讨论现实世界中数据的各种逻辑结构、在计算机中的存 储结构以及实现各种操作的算法等问题。掌握如何组织数据、 如何存储数据和如何处理数据的基本方法,从而更好地进行软 件开发和应用。 典型数据结构包括表、堆栈、队列、数组、串、树、二叉 树、图、递归程序设计、排序和查找方法,介绍的典型存储结 构包括顺序存储结构、链式存储结构以及这两种典型存储结构 的结合。本速查器采用C语言作为算法描述语言,所有算法和 设计
DSPUsingMATLAB
- Written for engineering and computer science students and practicing engineers, this book provides the fundamental applications and mathematical techniques of signal processing. Topics covered include programming in MATLAB, filters, networking,
data_structure
- 大学计算机专业课程中数据结构各章的算法设计,都是比较经典的算法,希望对大家有帮助-University computer science curricula of the various chapters of the data structure algorithm design, are relatively classic algorithms, we would like to help
computer-science
- 机考调试,编程计算机专业的参考机考试题及机考学习准备,有助于培养编程的感觉的题目。-Computer test, debug, programming a computer professional reference machine exams and machine test learning readiness, contribute to the subject of the feeling of culture programming.
Computer
- VC++表达式解析(计算)工具源代码,由江汉石油学院计算机系的学生所编写。表达式中只能有圆括号、函数名、运算符、常数与变量。一、变量名的命名规则:1、可以是字符、或字符串 2、不能以数字开头 3、不能夹杂有空格、运算符或标点符号,以及以下字符:、|、=、&、 、$、@、#、`、~.二、函数有sin、cos、tan、cot、sqrt、asin、acos、atan、log,均需要小写。函数后的变量名可以加括号,也可以不要括号,如:log(C1)与logC1是相同的。三、运算符有+(加)、-(减)、*
Computer-Science
- 利用计算机方法解决数学问题,包括求方程的根,求插值多项式-The method of using a computer to solve math problems, including seeking the root of the equation, polynomial interpolation seeking
