代码改变世界

随笔档案-2012年5月15日

工资管理系统----C语言..单链表

2012-05-15 23:51 by java环境变量, 388 阅读, 收藏,
摘要: 上个学期的C的任务就是通过单链表写一个 成绩管理系统。 一直没写。 这两天花了点时间写了。与大家分享分享。 下面发几张图片。 上传资源总是有点问题。。需要 结构文档和 源码的 请联系本人。 博客首页有联系方式。。。 阅读全文

poj 1252 Euro Efficiency-----BFS 遍历,记录最短路

2012-05-15 17:13 by java环境变量, 298 阅读, 收藏,
摘要: Euro EfficiencyTime Limit:1000MSMemory Limit:10000KTotal Submissions:2158Accepted:965DescriptionOn January 1st 2002, The Netherlands, and several other European countries abandoned their national currency in favour of the Euro. This changed the ease of paying, and not just internationally.A student 阅读全文

Oracle Db Link测试

2012-05-15 09:55 by java环境变量, 232 阅读, 收藏,
摘要: Oracle Db Link测试 源数据库:计算机名:beijing数据库名:orcl目标数据库:计算机名:suzhou数据库名:ocp0.目标数据库新建测试表SQL> conn scott/password已连接。SQL> show user;USER 为 "SCOTT"SQL> create table t1 2 ( 3 sid int not null, 4 sno int 5 );表已创建。SQL> insert into t1 values (101,201);已创建 1 行。SQL> commit;提交完成。SQL> sele 阅读全文