读取.dat图像文件
initial begin
// Initialize Inputs
CLK = 0;
RST = 1;
IMAGE_DATA = 0;
BUFFER_WEN = 0;
// Wait 100 ns for global reset to finish
#10000;
RST = 0;
#100;
RST = 1;
/...
分类:
其他好文 时间:
2014-06-24 20:31:16
阅读次数:
223
一、创建索引表空间:指令:create tablespace orcl_index datafile 'D:\app\Administrator\oradata\orclyg\index\orcl_index.dbf' size 50M extent management local uni...
分类:
其他好文 时间:
2014-06-24 12:33:30
阅读次数:
235
流程====1. 了解实验细节2. 分析源代码3. 初步实现4. 最终实现了解实验细节----####需要修改的文件与修改后的目的1. extent_server.cc 实现四个操作,分别是put(key, value), get(key), remove(key), getattr(key)需要考...
分类:
其他好文 时间:
2014-06-24 09:48:35
阅读次数:
204
extent_server实现四个操作,分别是put(key, value), get(key), remove(key), getattr(key)需要考虑时间,文件长度等属性yfs_clientextent_client 作为成员变量inum 成员变量,文件的标示符 //为什么这是一个成员变量,...
分类:
其他好文 时间:
2014-06-23 07:03:31
阅读次数:
311
1.HANDLE CreateThread( LPSECURITY_ATTRIBUTES lpThreadAttributes, // SD SIZE_T dwStackSize, // initial stack size LPTHREAD_START_ROUTINE lpStartAddress...
分类:
编程语言 时间:
2014-06-22 23:48:03
阅读次数:
291
转自:http://blog.csdn.net/imyang2007/article/details/8296331使用gcc编译代码是报出error: 'for' loop initial declarations are only allowed in C99 modenote: use opt...
分类:
其他好文 时间:
2014-06-22 23:43:01
阅读次数:
233
C# 连接数据 一、SQL SERVER 连接字符串为:Server=IP;Data Source=IP;Initial Catalog=数据库;User Id=sa;Password=密码 string conn...
分类:
数据库 时间:
2014-06-20 17:35:20
阅读次数:
326
1 protected void initializeGraphicalViewer() { 2 // TODO Auto-generated method stub 3 4 viewer.setContents(diagram);(2) 5 //...
分类:
其他好文 时间:
2014-06-18 16:50:24
阅读次数:
182
一. 允许网页宽度自动调整:"自适应网页设计"到底是怎么做到的?其实并不难。首先,在网页代码的头部,加入一行viewport元标签。viewport是网页默认的宽度和高度,上面这行代码的意思是,网页宽度默认等于屏幕宽度(width=device-width),原始缩放比例(initial-scal....
分类:
移动开发 时间:
2014-06-15 23:41:55
阅读次数:
325
javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial错误解决办法...
分类:
编程语言 时间:
2014-06-15 11:23:34
阅读次数:
192