码迷,mamicode.com
首页 >  
搜索关键字:computer    ( 2862个结果
UML的基本图(三)
??An artifact diagramshows the physical constituents of a system on the computer. Artifacts include files, databases, and similar physical collections...
分类:其他好文   时间:2014-10-09 17:58:47    阅读次数:122
shell 获取网关 以及修改ip 启用网卡
shell 获取网关 以及修改ip 启用网卡#!/bin/bash#autho freefei#script is a init computer eth#data 2014 10 09 192.168.1.1netstats=$(netstat -r|grep default|cut -f 10....
分类:其他好文   时间:2014-10-09 17:53:47    阅读次数:214
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!