Once an algorithm is given for a problem and
decided to be correct, an important step is to determine how much in the way of resources,such as time or space, the algorithm will require.
...
分类:
其他好文 时间:
2014-06-05 02:14:29
阅读次数:
306
在Windows桌面的空白处单击鼠标右键,在随后出现的功能菜单中选择“新建”→“快捷方式”。
在命令行内输入["C:\Program Files\Internet Explorer\IEXPLORE.EXE" -nohome](不包括外括号,图1)。图1
这时桌面上将新增一个快捷方式。以后,通过点击它来开启IE浏览器,就不会载入任何网页(图2),获得最快的启动速度。此法...
分类:
其他好文 时间:
2014-06-05 01:51:41
阅读次数:
259
首先要把环境搭建好,也就是jdk还有tomcat,要是不需要再web上使用就不需要装了!
还有就是配置,也就是默认的comm.jar ,javax.comm.properties , win32com.dll这几个文件要放对地方
comm.jar放到C:\Program Files (x86)\Java\jdk1.7.0_01\jre\lib\ext 同时也放到jre相同目录下...
分类:
编程语言 时间:
2014-06-05 00:16:00
阅读次数:
430
本程序生成一个OpenCL Program,然后获取Program的source,其实它的source就是一个char[],可以打印出来。
然后我们把这些内容和原来文本的内容对比,看看是否是我们想要读入的内容。
还可以测试是否编译正确,如果不正确会有输出提示的。...
分类:
其他好文 时间:
2014-06-03 01:50:22
阅读次数:
278
2014-05-31 BaoXinjian In Capgemini1.
SRW的主要作用控制报表的运行 -> srw.program_abort在运行时输出信息 -> srw.message执行DDL语句 ->
srw.do_sql调用用户出口 -> srw.reference动态地设置格式 ->...
分类:
其他好文 时间:
2014-06-02 20:00:34
阅读次数:
332
Scope defines where in a program a variable is accessible. Ruby has four types of variable scope, local, global, instance and class....
分类:
其他好文 时间:
2014-06-02 10:37:39
阅读次数:
241
问题:
Write a program to solve a Sudoku puzzle by filling the empty cells.
Empty cells are indicated by the character '.'.
You may assume that there will be only one unique solution.
...
分类:
其他好文 时间:
2014-06-02 05:25:23
阅读次数:
295
无法读取C:/ProgramFiles/Oracle/Inventory/ContentsXML/comps.xml
今天一个同事问我一个问题,安装oracle时一直安装不下去,查看安装日之后爆出一条信息
正在设置值PROD_HOME到F:\oracle\ora92/oracle_rsf_ldap_rsf_cmp
正在设置值PROD_HOME到F:\oracle\ora92/oracle_sysman_..
分类:
数据库 时间:
2014-06-02 03:18:57
阅读次数:
334
Windows
7下配置JDK环境变量參数设置:1.安装JDK,安装过程中能够自己定义安装文件夹等信息,比如我们选择安装文件夹为:D:\Program Files
(x86)\Java\jdk1.6.0_252.安装完毕后,右击“我的电脑”,点击“属性”,单击“高级系统设置”,点击“环境变量”,如图...
分类:
编程语言 时间:
2014-06-01 23:43:03
阅读次数:
456
【题目】
Given n, generate all structurally unique BST's (binary search trees) that store values 1...n.
For example,
Given n = 3, your program should return all 5 unique BST's shown below.
1 3 3 2 1
\ / / / \ ...
分类:
其他好文 时间:
2014-06-01 15:33:45
阅读次数:
297