内容:一:简单介绍二:安装及配置三:应用四:综述參考资料关于作者 相关内容: TCP/IP 介绍 TCP/IP 介绍 !== End...
分类:
其他好文 时间:
2014-09-09 10:41:58
阅读次数:
173
注意: 前两个互换的时候,head 要改变位置。还要有一个 pre 指针。注意: 前两个互换的时候,head 要改变位置。还要有一个 pre 指针。思路: 双指针。
分类:
其他好文 时间:
2014-09-09 10:30:28
阅读次数:
292
使用va_start(),va_arg(),va_end(),操作了可变元定义如下:#includetype va_arg(va_list argptr,type);void va_start(va_list argptr,last_parm);void va_end(va_list argptr)...
分类:
其他好文 时间:
2014-09-07 19:48:35
阅读次数:
202
JDBC是数据库连接纽带,统一数据库接口。JDBC编程步骤:1.Load the Driver v_b) then v_ret := v_a; else v_ret := v_b;end if; v_temp := v_temp +1;end;/impo...
分类:
数据库 时间:
2014-09-06 23:44:24
阅读次数:
328
250:乱搞解题代码: 1 // BEGIN CUT HERE 2 /* 3 4 */ 5 // END CUT HERE 6 #line 7 "RunningAroundPark.cpp" 7 #include 8 #include 9 #include 10 #include 11 #in...
分类:
其他好文 时间:
2014-09-06 22:31:04
阅读次数:
377
We all know about the legend oftower of Hanoi. It is said that the world will end after finishing the puzzle.What we don't know is another legend about when the world will end which is verifiedby the ...
分类:
其他好文 时间:
2014-09-06 17:26:13
阅读次数:
250
内容:一:简单介绍二:安装及配置三:应用四:综述參考资料关于作者 相关内容: TCP/IP 介绍 TCP/IP 介绍 !== End...
分类:
其他好文 时间:
2014-09-06 17:19:13
阅读次数:
258
这是个很简单的需求,可是API只提供了一个几乎没什么用的函数remove-dir 要求目录必须为空。因此我写了一个函数来递归删除目录树:(define (make-sure-folder-path-end-of-slash dir-path)
(if (!= (last dir-path) "/")
(push "/" dir-path -1)
)
dir-path
)...
分类:
其他好文 时间:
2014-09-06 16:10:33
阅读次数:
348
Given a linked list, remove the nth node from the end of list and return its head.For example,Given linked list: 1->2->3->4->5, and n = 2.After removi...
分类:
其他好文 时间:
2014-09-06 16:00:53
阅读次数:
189
Description
There is an interesting calculator. It has 3 rows of buttons.
Row 1: button 0, 1, 2, 3, ..., 9. Pressing each button appends that digit to the end of the display.
Row 2: button +0,...
分类:
其他好文 时间:
2014-09-06 12:31:03
阅读次数:
338