搜索资源列表
C_KERMIT
- C语言核心协议的C语言源代码,用于早期网络通信,由哥伦比亚大学开发-C language core protocol C language source code for early network communications, from Columbia University Development
RSA MD5 v1.2
- RSA MD5加解密算法,用c++实现,核心部分是c的代码,完全跨平台-RSA encryption and decryption algorithms, used to achieve c, c is the core part of the code, completely cross-platform
PyChem
- PyChem是用Python语言编写的多元变量分析软件。它包括一个前端图形界面用于管理和保存试验数据,并用多元分析的算法分析试验数据。主要的目录结构如下: PyChem\\PURELIB\\pychem 包括前端界面的管理和数据保存,以及核心的分析算法 PyChem\\PURELIB\\pychemlib 包括一些必要的支持库-PyChem Python language is used to prepare the multivariate analysis software. It
DisplayBTree
- 代码注重B树插入、删除的算法逻辑,适用于 学习者研究B树实现的核心思想。代码中无庞杂的无关操作-focus on B-tree code insertion, deletion algorithm logic applies to B-tree research learners to achieve the core idea. The code has nothing to do with the complex operation
linux核心数据结构
- linux核心数据结构-core data structure
cvm
- core vector machine 内有详细说明
preorder
- 该程序完成对二叉树的非递归的前序遍历,在三种遍历方法中,这种遍历最简单,所以,核心代码自然要少很多。-completion of the process of non - recursive binary tree of the former preorder, the three traverse method, which traverse the most simple, so natural to the core code is much less.
wt
- 小波变换算法,运用小波理论,优化其核心算法,提高计算效率-wavelet transform algorithm, using wavelet theory, optimizing their core algorithm, improve computational efficiency
DE.python
- Python实现的差分进化算法源代码 使用Python实现的差分进化算法,引用到Numpy和Scipy,可以支持多核与集群并行计算。使用时只需继承DESolver并定义函数def error_func(self, indiv, *args)作为目标函数即可。-Python implementation of the differential evolution algorithm source code uses the Python implementation of the differ
clist-1.5.4-release
- CList是一个标准C++的列表存储和维护的模板库,它所有的类都在一个头文件里,而且位于同一个命名空间。压缩包里有详细的文档说明怎么使用这个库。-CList is a list storage and manipulation template library written in standard C++. All classes can be included with#include <ta0kira/clist.hpp> after the library is instal
Dijkstra
- 这个例程,会在多条相同最短路径中选出边数最少的路径.只是改变path域即可在遍历的时候访问到边数少的路径.核心的思想,就是建立一个数组,存放从出发点到当前顶点的最短路径边数.通过每次查看最短路径相同的情况, 即dv + cvw = dw.时,如果 Count[v] + 1 < Count[w]时,就执行 Count[w] = Count[v] + 1, 同时 w -> path = c.-This routine will be the same number of shortest
rtree-core-lib
- r-tree及其变形的库,对于开发gis的人员很有帮助-r-tree and the deformation of the Treasury, for the development of the staff very helpful gis
LLE-and-improve
- LLE(局部线性嵌入)算法研究介绍的pdf,属于算法的开山之作,LLE算法基础核心。学习LLE从这篇开始。-LLE (Locally Linear Embedding) algorithm introduced in pdf, the mountains are algorithms for, LLE algorithm is based on the core. LLE learn from this start.
minimum-spanning-tree
- 使用C#图形界面生成最小生成树,核心算法使用Prim算法。图的形状可以在源文件中的图定义处修改。-C# graphical interface to generate a minimum spanning tree, the core algorithm using Prim algorithm. The graph shape defined in the source file in Figure modify.
KMLCreator
- KML 2.0介绍 KML全称是Keyhole Markup Language KML,是一个基于XML语法和文件格式的文件,用来描述和保存地理信息如点、线、图片、折线并在Google Earth客户端之中显示 The core of the project is the KMLCreator.cs. This has three classes, KMLCoordinates, KMLPoint and KMLLine-Google Earth KML File Creator C
redblacktree
- 算法导论之红黑树算法,红黑树主要用在内核的算法,该算法的时间复杂度很好!-Introduction to the red and black tree algorithm algorithm, a red, black tree in the main core of the algorithm time complexity good!
tree
- 这是一个二叉树的算法,主要用C++开发,只写了二叉树的核心代码,该代码已经调试通过可以直接运行.该算法也没有输入功能,为了方便大家看清二叉树的结构,把输入的数据都在源码中用一个数组存放好的-This is a binary tree algorithms, the main C++ Development, only to write a binary tree of the core code, the code has been run directly through debugging.
kernel2.4.18_r1.1
- 自己根据lkd和情境分析,对kernel源码的核心模块的关键数据结构做的注释-Themselves in accordance with lkd and situational analysis, kernel-source core modules to do the key data structure of the Notes
Structure
- 数据结构是计算机学科的一门核心课程。数据结构课程的 任务是讨论现实世界中数据的各种逻辑结构、在计算机中的存 储结构以及实现各种操作的算法等问题。掌握如何组织数据、 如何存储数据和如何处理数据的基本方法,从而更好地进行软 件开发和应用。 典型数据结构包括表、堆栈、队列、数组、串、树、二叉 树、图、递归程序设计、排序和查找方法,介绍的典型存储结 构包括顺序存储结构、链式存储结构以及这两种典型存储结构 的结合。本速查器采用C语言作为算法描述语言,所有算法和 设计
ssd7exercise1
- 描述:这个实验中需要实现的是拍卖系统的3个核心的类(Class Date, class Advertisement, and class Client) 目的: 1,使用C++的数据类型; 2,实现所有声明的函数; 3,使用预处理器实现包含。-Descr iption:This assessment requires the creation of three of the core classes of the auction project. Class Date, clas