其他
http://www.itint5.com/oj/#42基本上就是word ladder。直接来BFS,记录前驱。vector transform(set &dict, string from, string to) { vector ans; if (from.length() != to.len...
分类:其他 时间:2014-01-20 09:04:54 收藏:0 阅读:367
service wdapache restart 就正常了,好奇怪啊
分类:其他 时间:2014-07-22 22:58:24 收藏:0 阅读:345
private int x1; private int y1; private int width1; private int height1; private int x2; private int y2; private int width2; private int height2; priv...
分类:其他 时间:2014-01-20 09:04:29 收藏:0 阅读:468
1)判断点在椭圆内的公式,要写个算法,不知道用什么数据公司去判断了,在这记录下以防止自己忘了 给定椭圆f(x,y)=x^2/a^2+y^2/b^2=1, f(x1,y1)b>0)2)焦点在Y轴时,标准方程为:x^2/b^2+y^2/a^2=1 (a>b>0)
分类:其他 时间:2014-01-20 09:04:18 收藏:0 阅读:320
一、对象的序列化1、概念序列化对象 - 将对象的类信息和对象的成员变量依次写入到文件的过程。反序列化对象 - 从文件中读取类的信息,创建对象,并依次读取成员变量的值赋值给对象。2、定义支持序列化的类 2.1派生自CObject类 2.2 添加序列化的声明宏DECLARE_SERIAL(CStuden...
分类:其他 时间:2014-01-20 09:04:14 收藏:0 阅读:435
1.创建模板类零件图纸2.创建顶针类零件图纸3.创建镶件类零件图纸4.自动创建孔表
分类:其他 时间:2014-07-22 22:58:24 收藏:0 阅读:363
CHENYILONG Blog UITableView Posted on December 29th, 2013 //转载请注明出处--本文永久链接:http://www.cnblogs.com/ChenYilong/p/3496969.html 本文对应pdf文档下载链接,猛戳->:UITabl...
分类:其他 时间:2014-01-20 09:03:54 收藏:0 阅读:495
Problem ADecode the tapeTime Limit: 1 second"Machines take me by surprise with great frequency."Alan TuringYour boss has just unearthed a roll of old ...
分类:其他 时间:2014-01-20 09:03:59 收藏:0 阅读:423
Perl Unicode全攻略耐心看完本文,相信你今后在unicode处理上不会再有什么问题。本文内容适用于perl 5.8及其以上版本。perl internal form在Perl看来, 字符串只有两种形式。 一种是octets, 即8位序列, 也就是我们通常说的字节数组. 另一种utf8编码的...
分类:其他 时间:2014-01-20 09:03:48 收藏:0 阅读:391
ex
分类:其他 时间:2014-07-22 22:58:24 收藏:0 阅读:240
1166363166364166365166744
上一页1667435下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!