码迷,mamicode.com
首页 >  
搜索关键字:computer opencart 主题模板 abc-0060    ( 3143个结果
POJ 1330 LCA裸题~
POJ 1330 DescriptionA rooted tree is a well-known data structure in computer science and engineering. An example is show...
分类:其他好文   时间:2014-10-09 13:40:33    阅读次数:300
计算机必读书籍
漫长的三年过去了,我们摸爬滚打,没有指路的明灯。我也在摸索中走了不少的弯路,向我的软件班的同学引荐别人推荐几本好书(我也是在查漏补缺),希望有志者能少走些弯路。 一、 科学哲学和管理哲学【1】 “程序开发心理学”(The Psychology of Computer Programming : Si...
分类:其他好文   时间:2014-10-09 01:49:37    阅读次数:396
更改计算机名称
Function Rename-Computer( $NewName,$AutoRestart=$false ){ $computer=Get-WMIObject Win32_ComputerSystem $computer.Rename( $NewName ) | out-null ...
分类:其他好文   时间:2014-10-09 00:45:27    阅读次数:255
Application binary interface and method of interfacing binary application program to digital computer
An application binary interface includes linkage structures for interfacing a binary application program to a digital computer. A function in a reloca...
分类:移动开发   时间:2014-10-08 16:41:45    阅读次数:302
Computer Science An Overview 14/10/7
A representation of an algorithm is called a programm.The process of developing a programm , encoding it in machine-compatiable form , and inserting i...
分类:其他好文   时间:2014-10-07 15:00:23    阅读次数:158
POJ 1236 tarjan缩点+度数
Network of SchoolsTime Limit:1000MSMemory Limit:10000KTotal Submissions:11441Accepted:4554DescriptionA number of schools are connected to a computer n...
分类:其他好文   时间:2014-10-05 20:32:18    阅读次数:170
Flaresim.V4.0.4.637 火炬模拟设计软件
Flaresim.V4.0.4.637 火炬模拟设计软件Flaresim is a computer program designed to assist professional engineers in the design and evaluation of flare systems. Th...
分类:其他好文   时间:2014-10-05 14:23:48    阅读次数:281
abstract AND interface 基础
_run(); $notecomputer->_run2();*//*interface 成员字段必须是常量 接口方法必须是抽象方法~ 并且不能写abstract 子类继承接口的说法,叫做实现, 可以多实现*/ interface Computer { c...
分类:其他好文   时间:2014-10-04 19:09:27    阅读次数:179
【树形DP】 HDU 2196 Computer
题意:求节点间的最大距离 先DFS一次 记录下 每一节点的子树下的最大距离(DP[ u ] [ 0 ])和第二大距离(DP[ u ] [ 1 ]) 用DP[ v ] [ 2 ] 表示由v的父节点来的最大距离 再取DP[ u ] [ 0 ] 与 DP[ u ][ 2 ] 的最值 #include #include #include #include #include #in...
分类:其他好文   时间:2014-10-04 12:51:06    阅读次数:201
sicily 1443 队列基本操作
1443. Printer QueueConstraintsTime Limit: 1 secs, Memory Limit: 32 MBDescriptionThe only printer in the computer science students' union is experienci...
分类:其他好文   时间:2014-10-04 02:44:45    阅读次数:264
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!