
算法
kingoverlord
See the big picture
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
KMP 算法 非 T[0] = length 型 (一 源文件)
本例中我们使用的是一般的string 而不是T[0] = length /////////////////////////////////////////////////////////////源文件**************************************原创 2011-10-10 08:52:17 · 745 阅读 · 0 评论 -
sql 年龄操作【转】
http://blog.youkuaiyun.com/pang040328/article/details/4145001 select * from student select datediff(year,生日,getdate()) as age from student 其中datediff函数的格式为: d转载 2013-04-12 11:12:57 · 1041 阅读 · 0 评论 -
自己实现的 PING 命令···
#include #pragma comment(lib,"ws2_32.lib") #include #include #include // PingSock.cpp : 定义控制台应用程序的入口点。 // //#include "stdafx.h" /*******************************************************原创 2013-04-12 23:30:44 · 1220 阅读 · 0 评论