全部文章
求出最短路后,如果d[A]#include#include#include#include#include#include#include#include#include#include#include#include#includeusing namespace std;typedef long ...
分类:其他 时间:2014-03-29 22:57:44 收藏:0 阅读:587
作为一个ACM新手中的新手,这个代码是借鉴了网上许多大神写的......所以请勿嘲讽- -Description73 88 1 02 7 4 44 5 2 6 5(Figure 1)Figure 1 shows a number triangle. Write a program that calc...
分类:其他 时间:2014-03-29 23:05:57 收藏:0 阅读:677
The INSERT privilege enablesrows to be inserted into tables in a databasecreate database Susake;use Susake;create table Test(a int, b int);insert into...
分类:数据库技术 时间:2014-03-29 23:04:20 收藏:0 阅读:589
题目链接:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=342题目意思:判断一行字符串为以下四种的哪一种:A regular palindrome,A mi...
分类:其他 时间:2014-03-29 23:07:39 收藏:0 阅读:801
我做了一个统一的出错提示函数,在函数执行里面,先处理出错的地址写入cookie以方便用户登陆以后可以直接跳转到要执行的这个页面,可是发现在服务器上测试时,竟然提示本地没有出现的错误: Warning: Cannot modify header information - headers alread...
分类:Web开发 时间:2014-03-29 23:10:56 收藏:0 阅读:746
java中的变量先声明、再赋值、再使用。(局部变量必须初始化,成员变量默认初始化)1、基本类型之外的所有类型都是引用类型。基本类型占一块内存,引用类型占两块(所有new出来的东西装在堆内存,因为是堆是在运行时动态分配内存)。方法只有在调用的时候才占用内存。四块:(待完善)code代码区:存放方法?这...
分类:编程语言 时间:2014-03-29 23:15:52 收藏:0 阅读:945
js获取浏览器宽度 //var widthlc = screen.width;//显示器的宽度 //var heightlc = screen.height;//显示器的高度 var widthlc = document.body.clientWidth;//浏览器的宽度 var heightlc ...
分类:Web开发 时间:2014-03-29 23:14:15 收藏:0 阅读:935
2014年4月份日常记录表(2014.4.1—4.30,30天)日期周次天数编程日记阅读/英语备注2014.4.1周二2014.4.2周三2014.4.3周四2014.4.4周五2014.4.5周六2014.4.6周日大二下学期 第七周2014.4.7周一2014.4.8周二2014.4.9周三20...
分类:其他 时间:2014-03-29 23:20:45 收藏:0 阅读:665
http://hacker47.iteye.com/blog/213887http://www.cuplayer.com/player/PlayerCode/Flex/http://bbs.9ria.com/forum.php?mod=forumdisplay&fid=9&typeid=35http...
分类:Web开发 时间:2014-03-29 23:19:09 收藏:0 阅读:873
这两天被一个莫名其妙的错误:Fatal error: Call to a member function on a non-object in d://www/htdocs/inc.php 77 搞的是晕头转向的。花了两天的功夫也没找出原因。在网上也没有搜索到解决的办法。无奈之下只好一行一行的比对代...
分类:其他 时间:2014-03-29 23:22:29 收藏:0 阅读:991
1316180316181316182323994
上一页3239936下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!