资源简介

包括:最小覆盖问题,最大边权最小生成树,字符串频率,字典问题,装箱问题,整数字典,旋转变换问题,图的2着色,同构二叉树,条形图,套汇问题,素数问题,双回路,石子合并,嵌套箱,前缀二叉树,离线最小值,进制方程,简单路径,赋权有向道路,非递归遍历,二叉树最短路径biminp,多机调度,等价类划分,wire小鼠迷宫,wait服务最优次序,waits多处服务最优次序,tape程序最优存储,switch电路板布线,subsize子树问题,stacks车皮编序,,repeat最长重复子串,rail车皮排序,railpk最优平行轨道车皮排序,railkk有限转轨栈车皮排序,post邮局选址,poly实系数一元式,pattern模式匹配,pipe油井选址,net集成电路等价类,paren括号匹配,maze小鼠迷宫,matchall所有匹配,jose排列,inver逆序表,image图元识别,i2p,hanoi,glist广义表,gap间隙字符串匹配,expr波兰表达式,equiv等价类划分,cyc回文问题,count串计数,class向量分类,circle平面几何,cata高精度组合数,bilca_0最近公共祖先 下载同时也支持下我的博客吧,关注最新的代码吧http://blog.csdn.net/msl1121

资源截图

代码片段和文件信息

#include                         
#include
#include 
using namespace std;
clock_t startfinish;
ifstream in(“input.txt“);
ofstream out(“output.txt“);
void main()
{
start=clock();
if(in.fail()){
cout<<“input is not exit“< exit(1);
}
int neuvi;
in>>n>>e;
int *Vertices=new int[n];
for(i=1;i<=n;i++)
Vertices[i]=0;
for(i=1;i<=e;i++){
in>>u>>v;
Vertices[u]++;
Vertices[v]++;
}
for(i=1;i<=n;i++)
out< finish=clock();
cout<}




 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        556  2005-06-25 15:51  other\顶点度问题539deg.cpp

     文件      85227  2005-06-12 22:30  other\多机调度\slpt_42_3.pdf

     文件       2860  2005-06-26 22:49  other\多机调度\好多机调度511slpt.cpp

     文件      83200  2005-06-12 22:29  other\进制方程\row_42_2.pdf

     文件       5574  2005-06-26 22:45  other\进制方程\二进制方程630row.cpp

     文件       1814  2005-06-26 22:39  other\素数问题\好素数问题505prim.cpp

     文件      78816  2005-05-27 12:08  other\素数问题\prim_5.pdf

     文件       2355  2005-06-26 22:48  other\离线最小值\好离线最小值601offmin.cpp

     文件     111275  2005-06-12 22:29  other\离线最小值\offmin_42_1.pdf

     文件       2689  2005-06-26 22:46  other\石子合并\好石子合并512merge.cpp

     文件      55511  2005-06-12 22:29  other\石子合并\merge_42_0.pdf

     文件       1401  2005-06-26 23:05  other\整数字典\好整数字典307integer.cpp

     文件      62610  2005-06-12 22:28  other\整数字典\integer_43.pdf

     文件      92479  2005-05-27 12:07  other\条形图\hist_4.pdf

     文件       1009  2005-06-26 22:38  other\条形图\好条形图510hist.cpp

     文件       1196  2005-06-26 23:12  other\等价类划分\好等价类划分741equiv.cpp

     文件      75694  2005-06-12 22:26  other\等价类划分\equiv1_41.pdf

     文件       3294  2005-06-26 22:37  other\字典问题\好字典问题627dict.cpp

     文件      62544  2005-05-27 12:07  other\字典问题\dict_3.pdf

     文件       4880  2005-06-26 22:33  other\字符串频率\好字符串频率统计507count1.cpp

     文件      62371  2005-05-27 12:07  other\字符串频率\count1_1.pdf

     文件       2535  2005-06-26 22:34  other\装箱问题\好装箱问题606bin.cpp

     文件      83882  2005-05-27 12:06  other\装箱问题\bin_0.pdf

     文件       2573  2005-06-10 16:52  other\赋权有向道路\好赋权有向道路534tc.cpp

     文件      72811  2005-05-15 19:29  other\赋权有向道路\tc_25-26.pdf

     文件       2409  2005-06-10 16:51  other\最大边权最小生成树\好最大边权最小生成树507stree.cpp

     文件      69466  2005-05-15 19:28  other\最大边权最小生成树\stree_20.pdf

     文件       2573  2005-06-10 16:52  other\简单路径\好赋权有向道路534tc.cpp

     文件      75344  2005-05-15 19:28  other\简单路径\path_6.pdf

     文件      69050  2005-05-15 19:27  other\双回路\euler2_4.pdf

............此处省略192个文件信息

评论

共有 条评论