搜索资源列表
PyChem
- PyChem是用Python语言编写的多元变量分析软件。它包括一个前端图形界面用于管理和保存试验数据,并用多元分析的算法分析试验数据。主要的目录结构如下: PyChem\\PURELIB\\pychem 包括前端界面的管理和数据保存,以及核心的分析算法 PyChem\\PURELIB\\pychemlib 包括一些必要的支持库-PyChem Python language is used to prepare the multivariate analysis software. It
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
decisiontree
- 这个是一个关于建立决策树的python程序.本程序运用entropy来决定splitting point.处理的数据得在程序中输入.希望大家觉得有用-This is a decision tree on the establishment of procedures for the python. Entropy of the process to decide the use of splitting point. Deal with the data was input in the pro
search_graph
- 一个python程序,实现了无向图的结构模拟,以及广度优先搜索的算法,以及显示最短路径之一。用leo+ulipad实现。-A python program to realize the structure of an undirected graph simulation, as well as the breadth-first search algorithm, and display one of the shortest path. By leo+ ulipad achieved.
ex_pyevolve0_5
- Pyevolve是一个用python实现的遗传编程框架,这些代码是Pyevolve一些示例源程序-Pyevolve is a python implementation of genetic programming with the framework, some examples of these source code is Pyevolve
SendOptimal
- 一个PYTHON实现的次优顺序查找树的生成,可以作为一个参考。-The PYTHON achieve sub-optimal search tree in order to generate can be used as a reference.
tree
- 使用python语言写的二叉树,总共两个文件,一个是树,一个是节点-binary tree by python which contains a tree Class and a Node class
frequency-statistics-tool
- 这是一款用Python编写的用来进行遍历词频统计的工具。-This is a written in Python used to traverse the frequency statistics tool.
MapKit_1.4
- 轻松创建哈希表的跨平台(Unix,Windows)库-This is a cross-platform (unix, windows) library to easily create and use hash tables (similar to STL s hash_map or python dictionaries) in C. Multiple keys and values types are provided (int, double, strings,...), and
MergeSortL
- 归并排序的python实现,使用了邻接表,效率更高一些-Merge sort python implementation that uses the adjacency list, a number of more efficient
ConstraintChecker
- 给定一组基因及其部分同源或者是悖谬逻辑关系,建立一个基因树描述这些关系,并且这样一个基因树,与一个物种树符合,是一个Python脚本-Given a set of genes and their partially homologous or perverse logic, the establishment of a gene tree describing these relations, and such a gene tree with a species tree accord, is
LKH_TSP
- 使用Python和matlab实现的LKH算法,使用在TSP问题或者最短路径问题变种。本文件包括一个python实现,一个matlab实现,由于是开源算法,所以没有版权问题 -a LKH algs under python and matlab ,can use to solve TSP problem. it s opensource
skeinforge-35
- Skeinforge用Python编写,将三维模型转化为RepRap可以识别的G-Code。-Skeinforge is a tool chain composed of Python scr ipts that converts your 3D model into G-Code instructions for RepRap.
skeinforge-47
- Skeinforge用Python编写,将三维模型转化为RepRap可以识别的G-Code。-Skeinforge is a tool chain composed of Python scr ipts that converts your 3D model into G-Code instructions for RepRap.
Python-Jump-Point-Search
- python版本的jps寻路算法源码。jps是A*的优化版本,通过跳过一系列不需要遍历的点达到节省计算量的目的。