码迷,mamicode.com
首页 >  
搜索关键字:computer    ( 2862个结果
c#前3章总结
01.net和c#的区别大概在2000年,微软推出了一种革命性的产品--.NET(战略)目标:任何人,在任何地方,使用任何终端设备,都可以访问微软提供的服务。.net Framework:要想让我们自己写的C#应用可以运行在Good Friend的Computer上,必须有.net Framewor...
分类:Windows程序   时间:2015-10-21 20:50:28    阅读次数:160
VNC ( Virtual Network Computing )
VNC is used to display an X windows session running on another computer. Unlike a remote X connection, the xserver is running on the remote computer, ...
分类:Web程序   时间:2015-10-21 10:33:50    阅读次数:331
研究-Buffered IO和Direct IO
http://m.blog.csdn.net/blog/bengda/21871413格式不对,请看原文今天在看[《Computer Systems - A Programmer's Perspective》] [4] 时,发现两个名词不是很理解,如下:- write through - wri.....
分类:其他好文   时间:2015-10-17 09:28:21    阅读次数:209
Modern Operating System --- Power Management (Hardware Issues)
The general approach most computer vendors take to battery conservation is to design the CPU,memory, and I/O devices to have multiple states: on, slee...
分类:其他好文   时间:2015-10-17 06:56:29    阅读次数:172
【转】CPU与内存的那些事
下面是网上看到的一些关于内存和CPU方面的一些很不错的文章. 整理如下:转: CPU的等待有多久?原文标题:What Your Computer Does While You Wait原文地址:http://duartes.org/gustavo/blog/[注:本人水平有限,只好挑一些国外高手的精...
分类:其他好文   时间:2015-10-16 20:31:33    阅读次数:311
reading words in your computer and changing to female voice, linux festival text2wave saving wav files
on a brand new linux PC, e.g. ubuntu 14.04 amd64To hear voicesudo apt-get install festival -ythen try to hear some thing from your PCecho "I am your c...
分类:系统相关   时间:2015-10-16 07:37:23    阅读次数:273
中国计算机学会推荐国际学术刊物 会议和期刊目录
中国计算机学会推荐国际学术刊物 (网络与信息安全)一、A类序号刊物简称刊物全称出版社网址1TDSCIEEE Transactions on Dependable and Secure ComputingIEEEhttp://www.computer.org/portal/web/tdsc2TIFSI...
分类:其他好文   时间:2015-10-13 22:31:01    阅读次数:325
[转载]图像视觉各个领域文献目录
转载自:http://www.cvrobot.net/annotated-computer-vision-bibliography-table-of-contents/当前图像视觉各个领域文献资料的索引,包含计算机视觉、图像处理、文本(图像)分析、视频分析、模式识别等主题。如果对哪个方向比较感兴趣,...
分类:其他好文   时间:2015-10-12 09:11:34    阅读次数:262
iOS MD5加密
1.MD5加密Message Digest Algorithm MD5(中文名为消息摘要算法第五版)为计算机安全领域广泛使用的一种散列函数,用以提供消息的完整性保护。该算法的文件号为RFC 1321(R.Rivest,MIT Laboratory for Computer Science and R...
分类:移动开发   时间:2015-10-11 12:45:38    阅读次数:181
在java中可有两种方式实现多线程,一种是继承Thread类,一种是实现Runnable接口
//继承thread类class PrimeThread extends Thread{ long minPrime; PrimeThread(long minPrime) { this.minPrime=minPrime; } public void run(){ //computer pri.....
分类:编程语言   时间:2015-10-11 11:25:44    阅读次数:154
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!