码迷,mamicode.com
首页 >  
搜索关键字:io    ( 172858个结果
Writing Surface Shaders
【Writing Surface Shaders】 Writing shaders that interact with lighting is complex. There are different light types, different shadow options, differen....
分类:其他好文   时间:2014-08-02 12:17:33    阅读次数:295
[转]创建数据库用户
--切换到你新增的用户要控制的数据库 use 你的库名 go --新增用户 exec sp_addlogin 'test ' --添加登录 exec sp_grantdbaccess N 'test ' --使其成为当前数据库的合法用户 exec sp_addrolememb...
分类:数据库   时间:2014-08-02 12:16:23    阅读次数:288
平台调用数据类型
下表列出了在 Win32 API(在 Wtypes.h 中列出)和 C 样式函数中使用的数据类型。许多非托管库包含将这些数据类型作为参数传递并返回值的函数。第三列列出了在托管代码中使用的相应的 .NET Framework 内置值类型或类。某些情况下,您可以用大小相同的类型替换此表中列出的类型。Wt...
分类:其他好文   时间:2014-08-02 12:16:03    阅读次数:195
函数8
hanshuf(x)=x+1; //main() 函数 程序的入口,可行性程序必须有且只有一个main函数。并不是每一个程序都必须有main函数库函数: 外援 第三方函数 阿帕奇组织 GNU 组织自定义函数:函数定义:三部分:返回值类型 函...
分类:其他好文   时间:2014-08-02 12:15:43    阅读次数:267
UVA 11983 Weird Advertisement(线段树求矩形并的面积)
UVA 11983题目大意是说给你N个矩形,让你求被覆盖k次以上的点的总个数(x,y 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 #include 10 ...
分类:其他好文   时间:2014-08-02 12:15:23    阅读次数:252
js blind使用
$("#music_up").bind("click",showData());$("#music_up").bind("click",showRe());$("#music_up").bind("click",function(){ showData(); ...
分类:Web程序   时间:2014-08-02 12:15:03    阅读次数:372
【转】qtp-learn
1、计算器的例子(手动添加,将结果写到日志文件中) SystemUtil.Run "C:\WINDOWS\system32\calc.exe","","C:\WINDOWS\system32","open" Window("计算器").WinButton("1").Click Window("计算器...
分类:其他好文   时间:2014-08-02 12:14:53    阅读次数:335
addWindowListener -> WindowAdapter -> windowClosing
Suppose we have a framefinal JFrame jframe = new JFrame("Triangle 3");To catch window closing events and quit, there are two ways (as I know):Way1.jfr...
分类:Windows程序   时间:2014-08-02 12:14:43    阅读次数:343
POJ1265——Area(Pick定理+多边形面积)
AreaDescriptionBeing well known for its highly innovative products, Merck would definitely be a good target for industrial espionage. To protect its b...
分类:其他好文   时间:2014-08-02 12:14:33    阅读次数:343
poj1873The Fortified Forest
链接居然是WF的水题~二进制枚举砍哪些树,剩余的树围成一个凸包。因为传数组WA了两发,忘记修改排序数组中的p[0]; 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #in...
分类:其他好文   时间:2014-08-02 12:14:13    阅读次数:303
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!