1开机图片:android-logo-mask.pngandroid-logo-shine.png这两个图片一个在上一个在下./out/target/common/obj/JAVA_LIBRARIES/android_stubs_current_intermediates/classes/asset...
                            
                            
                                分类:
移动开发   时间:
2014-05-19 22:42:33   
                                阅读次数:
419
                             
                    
                        
                            
                            
                                B Alice and Bob ?输入输出文件: 
alice.in/alice.out?源文件名: alice.cpp/alice.c/alice.pas ? 时间限制: 1s 内存限制: 128M 题目描述 
Alice 和 Bob 发明了一个新的游戏。给定一个序列{x0,x1,··· ,xn?1}...
                            
                            
                                分类:
其他好文   时间:
2014-05-19 20:13:46   
                                阅读次数:
324
                             
                    
                        
                            
                            
                                有这样的事? 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
                             
                    
                        
                            
                            
                                简介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
                             
                    
                        
                            
                            
                                1.环境变量的配置:path键 值:bin文件夹的位置 classpath键 
值:.2.第一个HelloWorld:public class Hello{ public static void main(String args[]){ 
System.out.print("Hello World!"....
                            
                            
                                分类:
移动开发   时间:
2014-05-17 21:41:13   
                                阅读次数:
460
                             
                    
                        
                            
                            
                                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
                             
                    
                        
                            
                            
                                最近在做cppunit 
test相关工作,用gcov和lcov工具来查看每行代码的覆盖率,个人感觉lcov真棒,看起来很舒服,点起来也很爽!~~闲聊至此,如题:我使用的是lcov的 
--remove命令Remove / filter out remaining unwanted stuff from...
                            
                            
                                分类:
移动开发   时间:
2014-05-17 18:11:48   
                                阅读次数:
505