码迷,mamicode.com
首页 >  
搜索关键字:robust reading    ( 1642个结果
jQueryInAction Reading Note 3.
属性和特性操作元素属性jQuery没有用于获取或者修改元素属性的命令。需要利用javascript,首先需要做的就是获得元素的引用。each(function) 对包装集中的各个元素,进行function操作,function有默认的参数为当前元素的位置,function具有当前对象this的引用....
分类:Web程序   时间:2014-07-30 00:42:52    阅读次数:333
IMapDocument interface
Provides access to members that control the reading and writing of map document files.(提供访问的成员,控制读写地图文档文件)1:MapDocumentClass ClassThe MapDocument coc....
分类:其他好文   时间:2014-07-29 11:30:56    阅读次数:376
jQueryInAction Reading Note 2.
创建元素包装集选择元素1 CSS选择器 这个小猿比较熟悉,为了给一组相同的页面元素设置相同的样式,会用到CSS选择器;2 子选择器 也就是万能的“>”号了吧。选择父元素的直接子元素,li > a,选择作为无序列表直接子元素的所有链接。3 特性选择器 a[href^=http://]选择是以ht...
分类:Web程序   时间:2014-07-27 22:58:09    阅读次数:346
[ZZ] Deferred Rendering and HDR
http://www.gamedev.net/topic/496785-deferred-rendering-and-hdr/Quote:Original post by jstrohYeah I've been reading about people saying "oh you can onl...
分类:其他好文   时间:2014-07-27 21:47:19    阅读次数:350
[SICP Notes] 1.1 The Elements of Programming
About the Book To know more about programming, I have decided to start reading the famous Structure and Interpretation of Computer Programs (SICP, or the Wizard Book), which is first published by M...
分类:其他好文   时间:2014-07-26 15:32:35    阅读次数:349
Change Number to English By Reading rule of money
In the partime,  a simle program attracted my attention whose content is to change number to english by reading rule of money.It took about one hour to deal with this question. Now the source was shar...
分类:其他好文   时间:2014-07-24 23:15:23    阅读次数:280
uboot下使用U盘启动内核RT5350成功
今天尝试了下使用16G 的u盘,将其做了两个分区,一个是存放zimage,一个存放rootfs;在uboot中加载一分区的zimage并启动成功! RT5350 # fatload usb 0:1 0x80c00000 root_uImage reading root_uImage VFAT Support enabled FAT16, fat_sect: 1, fatlength...
分类:其他好文   时间:2014-07-22 17:41:35    阅读次数:452
第一章 C/C++语言概述 【代码手输一遍】
前情提要:如果不涉及面向对象的部分,那么C++语言和C语言的语法90%以上是一样的,只不过略有扩充,用起来更为方便而已。 查看gcc版本: E:\Program?Files\MinGW\bin>gcc?-v Reading?specs?from?./../lib/gc...
分类:编程语言   时间:2014-07-21 10:37:56    阅读次数:373
【DataStructure】A useful util class for reading and writing files
Faced with the upcoming exam, Some useful methods referred to file operation drew tremenous attention. Now I make a summary to reading file. import java.io.BufferedReader; import java.io.BufferedWri...
分类:其他好文   时间:2014-07-18 12:26:25    阅读次数:274
Win7环境下使用CMake编译OpenGL_Tutorials的一些注意事项
最近在通过网站Tutorials for openGL 3.3+ 来学习计算机图形学。这里的教材很人性化,更重要的是它让我们抛开旧式openGL去学习。而旧式openGL似乎也一直为人们所诟病(推荐阅读:http://blog.monkeypotion.net/reading/gameprogr.....
分类:Windows程序   时间:2014-07-18 12:10:10    阅读次数:340
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!