一、类的定义
Person.h类声明
Person.cpp类实现
main.cpp主函数
二、命名空间的使用
Xcode格式化代码:快捷键ctrl + i
主函数:
三、类的继承
父类Person
子类Girl
J...
分类:
编程语言 时间:
2014-10-02 17:36:23
阅读次数:
267
Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the given sum.
For example:
Given the below binary tree and sum
...
分类:
其他好文 时间:
2014-10-02 18:26:13
阅读次数:
174
LINUX小白 CentOS 下安装wordpress 折腾百次 终找到一个节省资源的方案 共占用0.84G...
分类:
Web程序 时间:
2014-10-02 16:45:53
阅读次数:
332
想到两点就行:
1、相邻项相减,处理出相对高度,这样如果pattern或者text增加的话,就没问题了
2、KMP匹配O(n)
HASH的话 ,我WA在第25组数据了,听说如果改为大素数取模就能AC
KMP AC了 但是好奇怪我的KMP模板难道有问题??
先贴KMP ac 代码
//#pragma comment(linker, "/STACK:102400000,102400...
分类:
其他好文 时间:
2014-10-02 17:02:23
阅读次数:
308
Android程序调用Webservice运行不成功的问题
很多书上的例子和网上找的例子,都存在这个问题,就是代码没错,但是运行就是不成功...
分类:
移动开发 时间:
2014-10-02 17:52:13
阅读次数:
234
??
每行显示固定字符串,截取字符串
方法一:在循环里面输出
DECLARE
l_char VARCHAR2 (3000 )
:= 'ORACLEEB电子商务套件SSYSTEMghtest' ;
l_length NUMBER ;
l_line_char VARCHAR2 (1000 ); --每个字符
l_leng...
分类:
数据库 时间:
2014-10-02 16:45:23
阅读次数:
532
题目链接:
http://poj.org/problem?id=1300
Door Man
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 2137
Accepted: 857
Description
You are a butl...
分类:
其他好文 时间:
2014-10-02 18:25:13
阅读次数:
165
Given a binary tree and a sum, find all root-to-leaf paths where each path's sum equals the given sum.
For example:
Given the below binary tree and sum
= 22,
5
/ ...
分类:
其他好文 时间:
2014-10-02 18:25:03
阅读次数:
153
软件测试在程序员对每一个模块的编码之后先做程序测试,再做...
分类:
其他好文 时间:
2014-10-02 16:28:13
阅读次数:
213
Going from u to v or from v to u?Time Limit: 2000msMemory Limit: 65536KBThis problem will be judged onPKU. Original ID:276264-bit integer IO format:%l...
分类:
其他好文 时间:
2014-10-02 17:34:23
阅读次数:
160
oninput,onpropertychange,onchange的使用方法onchange触发事件必须满足两个条件:a)当前对象属性改变,而且是由键盘或鼠标事件激发的(脚本触发无效)b)当前对象失去焦点(onblur);onpropertychange的话,仅仅要当前对象属性发生改变,都会触发事....
分类:
Web程序 时间:
2014-10-02 17:17:33
阅读次数:
215
写程序的道理就和做其他任何事是一样的, 比如炒个菜, 或者用洛阳铲来考古探方. 下面用其中任何一种事情来进行多态性的实现方法吧: 炒菜(实现多态): 1. 原料: 父类一个, 子类一个或多个 父类里面准备虚函数一个或多个. 子类里面准备相应的虚函数的实现一个或多个.父类的指针一个. 子...
分类:
其他好文 时间:
2014-10-02 17:34:03
阅读次数:
237
java实现package sort;public class MergeSort { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated ...
分类:
其他好文 时间:
2014-10-02 16:43:53
阅读次数:
246
java实现package sort;public class FibonacciSearch { public static int search(int[] number, int des) { int[] fib = createFibonacci(number.leng...
分类:
其他好文 时间:
2014-10-02 18:23:43
阅读次数:
326
尽管使用EXT开发了一段时间,可是自己认为我对javascript还是不是非常熟,所以边看书边做小样例 给自己以后用到的时候查看下,都是非常主要的东西,对刚開始学习的人可能有点帮助以下是代码 Java代码 grid 多选须要添加multiple属性 在多选中size属性...
分类:
Web程序 时间:
2014-10-02 16:26:53
阅读次数:
332
3732: NetworkTime Limit:10 SecMemory Limit:128 MBSubmit:89Solved:30[Submit][Status]Description给你N个点的无向图 (1 2 #include 3 #include 4 #include 5 #in...
分类:
Web程序 时间:
2014-10-02 17:33:23
阅读次数:
290