资源列表
TUOPIJIEGOUYOUHUA
- 结构 拓扑结构优化源程序代码 已经调试过可用-Structural topology optimization of the source code is available
c++小程序
- 自己写的一个关于向图片文件中写入一段话,或者一个文件的小程序,当然还有和她配套的读取程序。希望爱玩的孩子可以一起交流啊。
gongzhiguanli
- 一个小型工资管理系统,能应用于小型公司的人事管理!-A small salary management system that can be applied to a small company' s personnel management!
DP
- 动态规划问题。给定一个整数的二维数组,由其中若干邻近元素构成的矩形称为子数组。 编程计算所有子数组元素之和的最大值。输入为整数n,及n^2个数,输出为所有子数组元素之和的最大值-Dynamic programming problem.Given a two-dimensional array of positive and negative integers, a sub-rectangle is any contiguous sub-array of size 1*1 or greater l
Dsort
- 采用堆排序的Pascal源代码,可用于数据结构的教学。-Heap sort using Pascal source code can be used in teaching data structures.
Tsort
- 二叉树排序算法的Pascal源代码,可用于数据结构的教学。-Binary sorting algorithm Pascal source code can be used in teaching data structures.
Qsort
- 快速排序算法的Pascal源代码,可用于数据结构的教学。-Quick sort algorithm Pascal source code, can be used in the teaching of data structure.
majo
- 给定含有n 个元素的多重集合S = {a1, a2,., an } ,1 ≤ ai ≤ n ,1 ≤ i ≤ n ,每个元素在S 中出现的次数称为该元素的重数。多重集S 中重数大于n/2 的元素称为主元素。例如,S={2,2,4,2,1,2,5,2,2,8}。多重集S 的主元素是2,其重数为6。-Given n elements containing multiple collection S = (a1, a2,., An), 1 ≤ ai ≤ n, 1 ≤ i ≤ n, each eleme
Current-phase-Calculator2
- AC Current phase calculator
GreedTsp
- 用贪心方法计算TSP路径,用的是matlab-TSP path with the greedy method, using matlab
Josephus-
- 约瑟夫环,经典的数据结构问题,适合初学者研究,用C#语言-Josephus, the classic problem of data structures, suitable for beginners, using C# language
LinkList
- 自己写的线性链表,适合c++初学者学习使用 实现了基本功能,并能保存\读取文件中的链表。使用vs2012编译,如提示不兼容请直接copy LinkList.h和LinkList.cpp两个文件-Write your own linear list for c++ beginners learning to use to achieve the basic function, and can save the \ read the file list. Using vs2012 compile
