资源列表
贪心法求任务调度问题
- 西电算法课的贪心部分上机试验题目!
zuixiaozhengshu
- 一道ACM题目。输入一整数,求出另一个满足各个位上的数字乘积为所输入数的最小整整数。-ACM topics together. Enter a whole number, find another place to meet all of the figures on the importation of the product for the full number of the smallest number.
CompareStrings
- Can be used to compare strings.
tree
- 运用递归算法创建二叉树,并实现先序、中序、后序排列-Recursive algorithm used to create binary tree, and to achieve the first order, in order, after the sequence alignment
Bessj1
- 这是一个求一阶贝塞尔函数的vb程序,此程序的特点是计算速度快,精度高-Bessj1 VB
InsertionSort
- 一个很经典的排序算法,此算法步骤非常简单,可以快速的进行对数组的排序。-A very classic sort algorithm, this algorithm is very simple steps, can quickly to an array of the list.
parenthesis.cpp
- data structure - parenthesis balancing using C-data structure - parenthesis balancing using C...
prntest
- #include <stdio.h> #include <stdlib.h> #include <string.h> #include <windows.h> main () { PRINTDLG pd DOCINFO di char* szMessage memset (&pd, 0, sizeof(PRINTDLG)) memset (&di, 0, sizeof(DOC
推板造波的udf代码
- 用fluent模拟推板二维造波的fluent代码
EleKK
- 有限元三角形线性常应变单元的单元刚度阵的计算函数-failed to translate
Strongest-fighting
- 南阳理工ACM题,第541题最强战斗力,效率较高。-Nanyang Polytechnic ACM questions, 541 questions strongest fighting, higher efficiency.
multi_svm_function
- models a given training set with a corresponding group vector and classifies a given test set using an SVM classifier according to a one vs. all relation.