有这样的事? 1 #include 2 #include 3 #include 4
#include 5 #include 6 #include 7 8 int init_win_socket() 9 {10 WSADATA
wsaData;11 if(WSAStart...
分类:
其他好文 时间:
2014-05-18 19:20:16
阅读次数:
368
249 out of 297 rated this helpful - Rate this
topic Gregory LeakeMicrosoft CorporationAlan Le, Alex Arkhipov, Mike Hanley, and
Steve NyholmVertigo So....
分类:
移动开发 时间:
2014-05-18 02:52:25
阅读次数:
430
LabyrinthTime Limit: 2000/1000 MS
(Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s):
1507Accepted Submission(s): 520Problem De...
分类:
其他好文 时间:
2014-05-18 02:50:21
阅读次数:
257
简介grep (global search regular expression(RE)
and print out the
line,全面搜索正则表达式并把行打印出来)是一种强大的文本搜索工具,它能使用正则表达式搜索文本,并把匹配的行打印出来。Unix的grep家族包括grep、egrep和fgr...
分类:
系统相关 时间:
2014-05-18 02:10:16
阅读次数:
529
接口:打印机接口interface Printer{ public void
read();}函数一:佳能打印机class CanPrinter implements Printer{ public void read(){
System.out.println("Canr...
分类:
编程语言 时间:
2014-05-18 00:54:20
阅读次数:
302
Energy ConversionTime Limit: 2000/1000 MS
(Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s):
4278Accepted Submission(s): 1024P...
分类:
其他好文 时间:
2014-05-17 20:03:57
阅读次数:
330
1. 函数的重载2. 构造函数的作用1. 函数的重载 Chongzai.java class
Chongzai{ void funA(){ System.out.println("没有参数的funA函数"); } void funA(int i){
System.out.pr...
分类:
其他好文 时间:
2014-05-17 19:11:44
阅读次数:
272
1. this调用成员变量和成员函数2. this调用构造函数1. Person.java
public class Person{ String name ; void talk(){ System.out.println("my name is "
+ this....
分类:
其他好文 时间:
2014-05-17 19:02:37
阅读次数:
229
Bus SystemTime Limit: 2000/1000 MS
(Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s):
6082Accepted Submission(s): 1560Problem ...
分类:
其他好文 时间:
2014-05-17 18:40:57
阅读次数:
286
LabyrinthTime Limit: 2000/1000 MS
(Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s):
1453Accepted Submission(s): 500Problem De...
分类:
其他好文 时间:
2014-05-17 18:36:07
阅读次数:
251