码迷,mamicode.com
首页 >  
搜索关键字:computer    ( 2862个结果
底板芯片组与内存映射(Motherboard Chipsets and the Memory Map) 【转】
转自:http://blog.chinaunix.net/uid-25909619-id-4194650.html底板芯片组与内存映射我打算写一些关于计算机内部构造(computer internal)的博文(post),以解释现代操作系统内核是如何工作的。希望对一些在这方面没有经验,又感兴趣的程序...
分类:其他好文   时间:2015-09-29 18:52:09    阅读次数:124
用到UdpClient的一点经验
http://computer-programming-forum.com/4-csharp/184f9d4ee63704fc.htmThis is not a bug (just very poorly documented :)Thread.Abort throws an exception o...
分类:其他好文   时间:2015-09-29 18:41:03    阅读次数:303
Codeforces 581C Developing Skills
C. Developing SkillsPetya loves computer games. Finally a game that he's been waiting for so long came out!The main character of this game hasndiffere...
分类:其他好文   时间:2015-09-29 16:49:31    阅读次数:258
** poj Y2K Accounting Bug 2586
Y2K Accounting BugTime Limit: 1000MSMemory Limit: 65536KTotal Submissions: 10117Accepted: 5043DescriptionAccounting for Computer Machinists (ACM) has ...
分类:其他好文   时间:2015-09-29 09:53:08    阅读次数:96
MD5
(转载自:http://blog.chinaunix.net/uid-20725556-id-1885710.html) MD5的全称是Message-Digest Algorithm 5(信息-摘要算法),在90年代初由MIT Laboratory for Computer Science和...
分类:其他好文   时间:2015-09-28 23:52:20    阅读次数:247
cf581C Developing Skills
Petya loves computer games. Finally a game that he's been waiting for so long came out!The main character of this game hasndifferent skills, each of w...
分类:其他好文   时间:2015-09-28 23:40:00    阅读次数:282
重设Windows 7密码 z
Restart the computer to boot using the CD. Once the GUI loads, press SHIFT+F10 to bring up the command prompt. Using the command prompt, we will make ...
分类:Windows程序   时间:2015-09-24 16:12:08    阅读次数:176
SQL Server 通配符 Wildcard character
SQL Server 通配符 Wildcard character % 任意长度的字符串,如:'%computer%' _ 单个字符,如:'_ean' [] 指定范围内的单个字符,如:'[C-P]arsen' [^] 任意单个字符,但不在指定范围内,如:'[^C-P]'
分类:数据库   时间:2015-09-24 10:41:35    阅读次数:185
创建者模式
定义创建者模式:核心思想---将对象创建的变化部分与不变部分分离,将不变的部分抽象到基类中,将变化部分的创建延迟到具体类的实现过程中去。UML表示(因为工具使用不是很给力,画得很粗糙):示例下面是自己在整理思路时所写的一个例子,具体的实现用伪代码代替。 public class Computer ....
分类:其他好文   时间:2015-09-23 01:03:30    阅读次数:230
获取主机和用户信息
#include #include #include #include #include #include int main(int argc,char * argv[]){ char computer[256]; struct utsname uts; if(geth...
分类:其他好文   时间:2015-09-23 00:55:25    阅读次数:204
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!