码迷,mamicode.com
首页 >  
搜索关键字:computer    ( 2862个结果
C#读取系统信息
1 using System; 2 using System.Management; 3 namespace Soyee.Comm 4 { 5 /// 6 /// Computer Information 7 /// 8 public class C...
分类:Windows程序   时间:2015-05-24 12:53:15    阅读次数:268
VGA 视频输出
VGA Video Outputby Nathan IckesIntroductionVGA is a high-resolution video standard used mostly for computer monitors, where ability to transmit a shar...
分类:其他好文   时间:2015-05-24 01:19:13    阅读次数:145
Objective-C之优雅的命名
There are only two hard things in Computer Science: cache invalidation and naming things.在计算机科学中只有两件难事:缓存失效和命名。— Phil Karlton计算机语言是人和计算机之间通讯的媒介。好的代码应该...
分类:其他好文   时间:2015-05-24 00:09:38    阅读次数:242
Certification
0.National Computer Rank Examination Rank Two AccessDatabaseProgramming [2014/9 Done]1.Occupational Qualification Certificate Third Level /Senior Skil...
分类:其他好文   时间:2015-05-24 00:02:15    阅读次数:295
[每周翻译]作为一个计算鸡领域相关的学生狗,有毛东西可以让我花10分钟学习然后享受一生的?
原文地址:https://www.quora.com/As-a-computer-science-student-what-can-I-learn-right-now-in-just-10-minutes-that-could-be-useful-for-the-rest-of-my-life问:作...
分类:其他好文   时间:2015-05-23 22:41:17    阅读次数:149
EL表达式和JSTL标签库使用详解
JavaBean在JSP中的局限 获取JavaBean属性必须要实例化 强制类型转化 <% Employee employee = (Employee)request.getAttribute("employee"); Computer comp = employee.getComputer(); String manufacturer = comp.getMa...
分类:Web程序   时间:2015-05-23 14:19:39    阅读次数:133
JSP页面中EL表达式语言的使用详解
JavaBean在JSP中的局限 获取JavaBean属性必须要实例化 强制类型转化 <% Employee employee = (Employee)request.getAttribute("employee"); Computer comp = employee.getComputer(); String manufacturer = comp.getMa...
分类:编程语言   时间:2015-05-23 11:33:33    阅读次数:149
OpenGL多边形变换和裁剪
1 // Computer Graphics: HW2 2 // 3D Rendering pipeline: 3 // Space Transformation and Polygon clipping use Sutherland-Hodgman Algorithm 4 5 ...
分类:其他好文   时间:2015-05-22 23:50:04    阅读次数:316
个人计算、分布式计算与客户/服务器计算
1.5 个人计算、分布式计算与客户/服务器计算1977年,Apple计算机公司使个人计算(personal computer)得以普及。最初,拥有一台计算机只是爱好者的梦想,随着它的价格不断降低,人们可以购买供个人或办公使用的计算机。1981年,世界上最大的计算机广家IBM公司推出了IBM个人计算机...
分类:其他好文   时间:2015-05-22 15:01:55    阅读次数:128
使用ASP在IIS创建WEB站点的函数
程序代码:'=========================================================='函数介绍:创建WebSite'本函数使用ADSI,需要Administrators组用户权限'函数名称:CreateWebSite(Computer,IPAddr,Por...
分类:Web程序   时间:2015-05-22 09:23:41    阅读次数:190
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!