摘要: 学习笔记,http://en.wikipedia.org/wiki/Page_break#Form_feedForm feed is an ASCII control character. It forces the printer to eject the current page and to continue printing at the top of another. Often, it will also cause a carriage return. The form feed character code is defined as 12 (0xC in hexadecima 阅读全文
posted @ 2010-12-28 09:06 rootxue 阅读(747) 评论(0) 推荐(0)
摘要: 1.VTK与CMAKE的安装与配置网上有很多,我着重讲VTK中TCL/TK相关步聚,VTK解压在D:VTK56/VTK下。2.去http://downloads.activestate.com/ActiveTcl/releases/8.5.8.2/ActiveTcl8.5.8.2.292682-win32-ix86-threaded.exe下载TCL/TK的安装文件,安装到D:\TCL。3.打开C... 阅读全文
posted @ 2010-08-28 10:36 rootxue 阅读(3142) 评论(0) 推荐(2)
摘要: 今天网上找到一个C++类模板的简洁明了的例子: 阅读全文
posted @ 2010-05-13 14:25 rootxue 阅读(846) 评论(0) 推荐(1)
摘要: gpu架构:多核心,每个核心有8个流处理器。每个核心有一个共享内存,一个纹理内存,和一个常量内存。每个核心有8192处理器,多啊。 gpu架构与cpu架构的主要区别是gpu把更多的晶体管用作数据处理,而指令控制和数据缓存用的很少。 cuda从处理角度分为网格,块,线程。举个例子:网格就相当与一帧图片,块就相当与从图片分割的一个宏块,线程可以理解为宏块的每一个像素。 gpu执行的时候是按wrap为... 阅读全文
posted @ 2010-04-28 16:30 rootxue 阅读(1168) 评论(0) 推荐(0)
摘要: Vertex buffer object(VBO) allows vertex array data to be stored in high-performance graphics memory on the server side andpromotes efficient data transfer. If the buffer object is used to store pixel ... 阅读全文
posted @ 2010-04-24 11:02 rootxue 阅读(452) 评论(0) 推荐(0)
摘要: 计算机技术与软件专业技术资格(水平)证书1.你要有证书2.非在校生需要接受继续教育,课程和学时请参看赛迪网 在校生相关课程合格后,不需要接受继续教育3.带相关材料(原资格证书,在校生需成绩单,非在校生...,登记表(点击下载))一式两份去中国科学术大学南校区软件学院502室找王老师办理继续教育证书4.带相关材料(原证书,继续教育证书)去安徽省经济和信息化委员会人教处703室进行登记人教处联系方式:... 阅读全文
posted @ 2010-04-23 12:23 rootxue 阅读(400) 评论(3) 推荐(0)
摘要: 工具:Glut,VC6主要思想:使用Glut创建三个子窗口,在20X10的网格中画方块,主要解决的问题是左右碰撞检测,变形碰撞检测,向下移动碰撞检测,规则大家都知道哈. 阅读全文
posted @ 2010-04-19 21:49 rootxue 阅读(928) 评论(0) 推荐(0)
摘要: The project describes teaching process of multi-layer neural network employing backpropagation algorithm. To illustrate this process the three layer neural network with two inputs and one output,which... 阅读全文
posted @ 2010-04-15 19:54 rootxue 阅读(636) 评论(0) 推荐(0)
摘要: (一)各条测井曲线的原理及应用1.自然电位测井(SP)2.微电极曲线测井(RMG/RMN)3.三侧向测井(LLD/LLS)4.视电阻率测井5.声波时差测井6.自然伽马(二)测井解释在油田勘探阶段的综合应用1.详细划分岩层,准确确定岩层界面和深度2.划分岩性和渗透层3.探测不同径向深度的电阻率,了解电阻率的径向变化特征4.划分油、气、水层(三)测井曲线异常原因分析1.增、减阻影响2.自然电位正异常3... 阅读全文
posted @ 2010-04-13 10:53 rootxue 阅读(1631) 评论(0) 推荐(0)
摘要: After the tremendous success of ShaderX, the ShaderX2 books, ShaderX3, ShaderX4, ShaderX5, ShaderX6 a new book project with an entirely new set of innovative ideas, techniques, and algorithms will be ... 阅读全文
posted @ 2010-04-13 10:32 rootxue 阅读(1411) 评论(0) 推荐(2)