搜索资源列表
Basic-Compression-Lib-1.2.0
- Basic Compression Library by Marcus Geelnard Release 1.2.0 2006-07-22 Introduction The Basic Compression Library is a library of well known compression algorithms implemented in portable ANSI C code. For more information about
filesegmrg_edwardversion
- 1.简介 本程序是用C语言编的一个基于命令行的文件合并分割器。主要用于分割和合并文件,可以按大小分或者按个数等分。支持分割和合并的批处理。其中命令行以及批处理语句有一定的规则,需要用户学习后才能熟练使用。 2.功能 能够实现多个文件的合并功能 能够实现同一目录下的所有文件或所有具有相同属性(同后缀)的文件,按照文件名的顺序合并 能够实现对于一个文件的分割功能,可以按照两种要求进行分割:第一,按照用户给出的分割个数;第二,按照用户给出的每个文件大小
database_edwardversion
- 1.简介 本程序是用纯C语言编的一个基于菜单命令行的数据库系统。可以创建多个数据库,数据库表,字段。其中字段的类型只能为整形,浮点型,字符型和字符串型(最大长度确定,不能改变)。 2.功能 a)数据库存储: 一个数据库存储于一个文件中,打开文件将数据库载入到内存。 保存时将内存中数据重新写到文件中去。 b)数据库管理: 提供数据库的创建,表的创建,字段的创建 提供对数据的查询,删除,修改,排序功能 c)支持SQL部分语句: 支持SELECT 和DELETE语句-1. Introduction o
eo-1.0.1
- 这是linux下的进化计算的源代码。 === === === === === === ===== check latest news at http://eodev.sourceforge.net/ ======================================================================= Welcome to EO, the Evolving Objects library. The latest ne
hyplas
- ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
Kalman
- 1.什么是卡尔曼滤波器(What is the Kalman Filter?) 2.卡尔曼滤波器的介绍(Introduction to the Kalman Filter) 3.卡尔曼滤波器算法(The Kalman Filter Algorithm) 4.简单例子(A Simple Example) 5. 用matlab做的kalman滤波程序,已通过测试 还有下面一个 Matlab源程序,显示效果更好。 -1. What is a Kalman filter 2
HankelTransform
- Matlab Hankel变换源代码,可以直接当做MATLAB toolbox来使用- MATLAB toolbox ________________________________________________________ Hankel transform ________________________________________________________ ** Contents 1.
1
- 本文详细而系统地介绍了Matlab与labview两种应用程序混合编程的方法和应用特点。-In this paper, a detailed and systematic introduction to Matlab and LabVIEW applications two hybrid programming methods and application characteristics.
matlab6
- 第 1 章基础准备及入门;第 2 章数值数组及其运算;第 3 章字符串、元胞和构架数组;“第 4 章数值计算;第 5 章符号计算-Chapter 1 Introduction to basic and preparation Chapter 2 numerical arrays and their operations Chapter 3 strings, and the framework of cellular arrays " Chapter 4 Numerical calc
Ch06
- 6.1 简介 6.2 资料的表示 6.3 相似度的计算与测量 6.4 分群法的采用 6.5 分割式分群法 6.6 非分割式分群法 6.7 分群法在大型资料集合之设计 6.8 评估分群的结果-6.1 Introduction 6.2 The data indicated that 6.3 Calculation and Measurement of similarity grouping law of 6.4 using 6.5 cut 6.6 clustering m
1
- Embedded Control Systems in C/C++: An Introduction for Software Developers Using MATLAB-Embedded Control Systems in C/C++: An Introduction for Software Developers Using MATLAB The author of this text illustrates how to implement control systems
MathematicalModelingandMathematical
- 数学建模与数学实验(第3版) 第1讲 数学建模简介 第2讲 MATLAB入门 第3讲 MATLAB作图 第4讲 线性规 第5讲 无约束优化划 第6讲 非线性规划 第7讲 微分方 第8讲 最短路问题程 第9讲 行遍性问题-Mathematical Modeling and Mathematical Experiments (3rd edition) Section 1 Introduction to Mathematical Modeling 2 speaker
matlab_GUI
- 一本介绍matlabGUI图形界面编程的书,从入门到精通,内容详细。-1 Introduction matlabGUI graphical interface programming book, from entry to the master and detailed.
matlab_tuxiangchuli
- 一本介绍matlab 图像处理编程的书,从入门到精通,内容详细。-1 Introduction spss10.0 programming book, from entry to the master and detailed.
ChuKyDienTu
- Part 1: Introduction to an overview of electronic authentication
ACM-1
- 信息学发展势头迅猛,信息学奥赛的题目来源遍及各行各业,经常有一些在实际应用中很有价值的问题被引入信息学并得到有效解决。 然而有一些问题却被认为很可能不存在有效的(多项式级的)算法,这里以对几个例题的剖析,简述状态压缩思想及其应用。 -The momentum of rapid development of information science, information science topics Orsay sources across the board, often there
ANN_Brief_441703840
- 一篇介绍ANN的文章,我们学习机器学习课时老师给的,特别值得一读-1 Introduction ANN' s article, we study machine learning lesson given by a teacher, in particular, is worth a read
AI
- 人工智能导论与算法研究 章节: 1.导论 2.知识表示 3.逻辑推理 4.搜索原理 5.不确定推理-Fundation of Artificial Intelligence Structure: 1.Introduction 2.Knowledge Representation 3.Logic 4.Search 5.Uncertainty
lecture01-introduction
- 量子计算讲义1 简介,主要介绍介绍量子计算背景知识,及预备数学知识-Lecture 1 Introduction to quantum computing, quantum computing introduces introduces background knowledge, mathematical knowledge and preparation
Introduction to Algorithms2_1
- Demo for insert sort task in Introduction to Algorithms