//本译文只供学习使用,未经作者许可,不得用于其它任何用途//译者:xiaofeng//修改日期:2013/03/18//版本:V1.0//版权所有,盗版必究。1234567891011121314151617181920212223242526272829303132333435363738/*-------------------------------------------*//*IntegertypedefinitionsforFatFsmodule*//*---------FatFs模块的整数类型定义---------*//*---------------------------- Read More
posted @ 2013-04-21 10:00
javawebsoa
Views(563)
Comments(0)
Diggs(0)
public static void SetComboList(ComboBox cboSource, string sSQL,string sWindowTxt,string sFirstItem="",int iFirstItemValue=-1,DataTable dtSource=null) { string sError = string.Empty; DataTable dt=null; if (!string.IsNullOrEmpty(sSQL)) { ... Read More
posted @ 2013-04-21 09:55
javawebsoa
Views(314)
Comments(0)
Diggs(0)
1001: [BeiJing2006]狼抓兔子Time Limit:15 Sec Memory Limit:162 MB Submit:5779 Solved:1297 [ Submit][ Status][ Discuss] Description 现在小朋友们最喜欢的"喜羊羊与灰太狼",话说灰太狼抓羊不到,但抓兔子还是比较在行的,而且现在的兔子还比较笨,它们只有两个窝,现在你做为狼王,面对下面这样一个网格的地形: 左上角点为(1,1),右下角点为(N,M)(上图中N=4,M=5).有以下三种类型的道路 1:(x,y)<==>(x+1,y) 2:(x,y)&l Read More
posted @ 2013-04-21 09:50
javawebsoa
Views(243)
Comments(0)
Diggs(0)
参阅:Jeff Atwood倾情推荐——程序员必读之书 Read More
posted @ 2013-04-21 09:45
javawebsoa
Views(179)
Comments(0)
Diggs(0)