自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

@you!

天道酬勤

  • 博客(10)
  • 资源 (2)
  • 收藏
  • 关注

原创 nwerc2013 A-Absurdistan Roads (最小生成树(kruskal)+最短路(floyd))

Absurdistan RoadsTime Limit: 5678/3456MS (Java/Others)     Memory Limit: 65432/65432KB (Java/Others)Submit StatusThe people of Absurdistan discovered how to build roads only last

2014-08-27 14:25:36 1472 2

原创 poj 1511&&zoj 2008 Invitation Cards 最短路+SPFA

Invitation CardsTime Limit: 8000MS Memory Limit: 262144KTotal Submissions: 19250 Accepted: 6322DescriptionIn the age of television, not many people attend theater

2014-08-17 16:46:24 1079 1

原创 poj 3268 Silver Cow Party

Silver Cow PartyTime Limit: 2000MS Memory Limit: 65536KTotal Submissions: 12776 Accepted: 5705DescriptionOne cow from each of N farms (1 ≤ N ≤ 1000) conveniently

2014-08-16 20:11:03 879 1

原创 A Spy in the Metro UVA 1025 DP

A - A Spy in the MetroTime Limit:3000MS     Memory Limit:0KB     64bit IO Format:%lld & %lluSubmit StatusDescriptionSecret agent Maria was sent to Algorithms City to carry out

2014-08-11 15:36:22 924

原创 poj 1135 Domino Effect 最短路

Domino EffectTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 8711 Accepted: 2180DescriptionDid you know that you can use domino bones for other things b

2014-08-10 21:10:38 790

原创 hdu 1789 Ding Homework again 贪心

Doing Homework againTime Limit: 1000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 6522    Accepted Submission(s): 3888Problem DescriptionIgnatius

2014-08-09 23:15:43 649

原创 poj 1220 NUMBER BASE CONVERSION

NUMBER BASE CONVERSIONTime Limit: 1000MS Memory Limit: 10000KTotal Submissions: 4270 Accepted: 1920DescriptionWrite a program to convert numbers in one base to nu

2014-08-09 12:01:50 890

原创 poj 1827 A Bunch Of Monsters 贪心

A Bunch Of MonstersTime Limit: 2000MS Memory Limit: 30000KTotal Submissions: 944 Accepted: 357DescriptionBackground Jim is a brave explorer. One day, he set out

2014-08-08 16:47:16 714

原创 poj 3414 Pots BFS

PotsTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 9938 Accepted: 4168 Special JudgeDescriptionYou are given two pots, having the volume of A and B

2014-08-08 16:10:05 778 1

原创 poj 3687 Labeling Balls

Labeling BallsTime Limit: 1000MS Memory Limit: 65536KTotal Submissions: 10629 Accepted: 3002DescriptionWindy has N balls of distinct weights from 1 unit to N unit

2014-08-01 16:39:50 739

数据结构课程设计通讯录管理系统

实验要求: 1、设计合适的数据结构存储朋友、分组信息,将以上文件内容导入其中(如果你觉得以上文件中的信息不合适,可以自行处理,删除某列、增加属性、规范化数据均可,如果你认为有必要,甚至去掉“编号”都可以)。 2、进行插入、删除、修改和查询操作。 考查点: 插入时注意编号的处理,可以不填吗?是否重复?是否可以自动编号?其他数据是否可以不填或乱填?如何控制? 删除时一要防止误操作,二要考虑分组信息的删除,如何处理? 修改时同样要考虑各数据项的性质。 查询操作包括按姓名查找、按拼音查找、按电话查找等。 3、为了便于查询,可以考虑采用索引表、散列,参考教材第一章绪论中的第一个例子:书目检索问题,也可以考虑将课堂所学的第9章查找、第10章排序加入到系统中。 4、综合查询 综合查询要求可以实现多条件查询,例如查询所有在北京的高中同学、在武汉的男性朋友等, 类似于筛选,越灵活越好,发挥你们的想象,自行设计。 5、最后把系统中的数据(包括主文件和索引表等)保存回相应的文件中。

2015-09-11

数值计算实验代码

包含了数值计算课程内的部分算法的源代码,包括Crout分解,Doolittle分解,Lagrange插值法,Newton插值法,Romberg算法,二分,复化梯形积分法,顺序高斯消元,列选主元高斯消元,全选主元高斯消元,数据拟合的最小二乘法,正定矩阵分解。

2015-09-11

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除