搜索资源列表
joone-distrib-0.5.1
- 这是一个神经网络的开发工具-This is a neural network development tools
Haskell 中文教程1-3章
- Haskell 中文教程1-3章(flw译) 纯粹的函数型编程语言。以著名逻辑学家 Haskell B. Curry 的名字命名。 最初的目的是想要设计出满足下面这些要求的语言: 1,它必须能够适合教学、研究、应用开发,包括一些大系统的构造。 2,它必须能够使用形式语言来准确描述。 3,它必须是自由免费的,任何人只要愿意都可以获取、使用和再次发布它。 4,它必须建立在大家一致认可的基础上。 5,它应该能够消除目前的函数型编程语言的差异。 -Haskell Chap
acjanchan
- 2^x mod n = 1 acm竞赛题 Give a number n, find the minimum x that satisfies 2^x mod n = 1. Input One positive integer on each line, the value of n. Output If the minimum x exists, print a line with 2^x mod n = 1. Print 2^?
DNAreset
- DNA限制性图谱的绘制方案程序 %采用改进的穷举法搜索DNA片段排序,data1,data2是传进来的两组数据,由SPDP法中测得 %例如data1=[1 14 12 3 7 8 9 6 11 4 12 3 13 2 5 10] data2=[1 1 2 1 2 2 1 2 3] -restrictive map of the DNA mapping program procedures% of the improved method of exhaustion search DNA f
c4[1].5r8
- 用于数据挖掘的分类算法,基于c语言的,一个c4.5分类算法-used for the classification of data mining algorithms, based on the c language, a classification algorithm c4.5
zlib-1.2.5
- 开源 zlib 库 zlib是提供数据压缩用的函式库,由Jean-loup Gailly与Mark Adler所开发,初版0.9版在1995年5月1日发表。zlib使用DEFLATE算法,最初是为libpng函式库所写的,后来普遍为许多软件所使用。此函式库为自由软件,使用zlib授权。截至2007年3月,zlib是包含在Coverity的美国国土安全部赞助者选择继续审查的开源项目。-Is to provide open source zlib data compression librar
geometry-1.5.source.tar
- 一个强大的开源的计算几何算法库,全称是: 提供了诸如:2D凸包,3D凸包,三角化等等著名的计算几何经典算法。库是基于C++的。 -(I plan to dedicate every edition of this software to someone famous who has influenced computers, mathematics, or science.) Version 1.0 of Geometry is dedicated to the father of A
5.6.1
- 1、二叉树的创建和遍历演示 1)从键盘输入二叉树的各结点值,按先序递归方式创建二叉树 2)分别实现先序、中序、后序递归遍历二叉树 3)输出二叉树的按层次遍历序列 4)输出二叉树的中序非递归遍历下的结点访问次序-1, binary tree traversal of the creation and demonstration of 1) from the keyboard input of the binary tree node value, according to firs
Algorithms.in.C.Parts.1-4.Fundamentals.Data.Struct
- 经典算法书(中文版).《C算法》介绍了当今最重要的算法,共分3卷,本书是第1卷。第1卷分4部分、共16章。第一部分“基础知识”(第1~2章)介绍了基本算法分析原理。第二部分“数据结构”(第3~5章)讲解算法分析中必须掌握的数据结构知识。主要包括基本数据结构、抽象数据结构、递归和树。第三部分“排序”(第6~11章)按章节顺序分别讨论了基本排序方法(如选择排序、插入排序、冒泡排序、希尔排序等)、快速排序方法,归并和归并排序方法、优先队列与堆排序方法、基数排序方法以及特殊目的排序方法,并比较了各种排序
asmlibrary-5[1].0
- ASM库5.0版本,来自google code,更新支持linux,内含API应用指南-Active Shape Model API
5-1
- A[n]为整数数组,递归算法实现: (1) 求数组A中的最大整数。 (2) 求n个整数的和。 (3) 求n个整数的平均值。 -A [n] is an integer array, recursive algorithm: (1) Find the largest integer in the array A. (2) Find n integers and. (3) Find the average of n integers.
(KMRFP)1.4
- For the system of equations Ax = b from Problem 5.1 to find a solution by the method of Seidel up =, taking any initial approximation. To do this, modify the function zeid so that the solution was calculated with a given accuracy . To
anli21.5-1
- 北京航空航天大学出版的matlab从零进阶的原程序代码第1章案例21.1源代码-Beijing University of Aeronautics and Astronautics published matlab from the original program code zero Advanced Case 21.1
Abbrevia-5.1
- abbrevia 5.1 支持 xe5 组件
[muchong.com]matpower5.1
- 电力系统潮流计算.应用Matpower计算潮流技巧的核心在于输入好三个矩阵和部分参数,清晰的知道输入参数、矩阵中每一个元素的含义。(Power flow calculation. The core of using Matpower to calculate power flow techniques is to input three matrixes and some parameters, and clearly know the input parameters and the m
matpower5.1
- matpower模块,放入toolbox中即可使用(matpower unit,put it in toolbox to add it.)
SegyMAT-1.5.1
- segymat是一套用于阅读和写作的MATLAB和SEG-Y文件的m文件,旨在 完全支持SEG-Y修订0和1; 易于在其他项目中使用; 是一个处理在MATLAB/倍频程的segy-y格式。 SegyMAT是不是快如闪电。SegyMAT对“结构”的大量使用。不幸的是,结构在Matlab的速度方面不是很有效。(或他们没有在SegyMAT非常有效的实施)。然而,结构使实现和维护更容易,而且代码(希望)易于阅读。就是说,已经取得了一些努力优化segymat速度。 最新的稳定版本可以从S
LZ4-1.7.5
- LZ4 compression/decompression algorithm 1.7.5
gcForest-master——1.1.1
- gcforest的python3.5程序(Gcforest's python3.5 program)
1.5维能量谱
- 1.5维能量谱matlab程序,有需要的可以下来看看(1.5-dimensional energy spectrum matlab program)