BACKGROUNDThe field of invention relates to the computer sciences, generally, and, more specifically, to the thermal management of components other th...
分类:
其他好文 时间:
2014-06-18 22:26:38
阅读次数:
272
unit Unit1;interfaceusesWindows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,Dialogs, StdCtrls;typeTForm1 = class(TForm) Edit1: T...
分类:
其他好文 时间:
2014-06-18 19:14:44
阅读次数:
169
http://www.tuicool.com/articles/RRrENj你知道我们可以在浏览器中用css开启硬件加速,使GPU (Graphics Processing Unit) 发挥功能,从而提升性能吗?现在大多数电脑的显卡都支持硬件加速。鉴于此,我们可以发挥GPU的力量,从而使我们的网站或...
分类:
Web程序 时间:
2014-06-18 17:15:48
阅读次数:
260
BACKGROUND OF THE INVENTIONThe present invention relates to processors and computer systems. More specifically, the present invention relates to an ob...
分类:
其他好文 时间:
2014-06-17 13:10:39
阅读次数:
562
BACKGROUNDMany computer systems utilize virtualized memory for security, stability and/or other purposes. In various virtualized-memory systems, a vir...
分类:
其他好文 时间:
2014-06-17 00:09:58
阅读次数:
284
近期为做展示,改写了一个遗传算法求TSP的Java界面版,思路代码和 http://blog.csdn.net/wangqiuyun/article/details/12838903 这篇文章思路是一样的,追加了Java用Graphics画点及画线做路径展示,展示部分做得比較粗糙,须要的拿走,效果图...
分类:
编程语言 时间:
2014-06-15 14:04:52
阅读次数:
247
package com.sot.he.upload;import java.awt.Graphics;import java.awt.Image;import java.io.FileInputStream;import java.io.FileNotFoundException;import ja...
分类:
其他好文 时间:
2014-06-15 06:44:15
阅读次数:
315
原著:Ragib HasanDepartment of Computer ScienceUniversity of Illinois at Urbana-Champaign翻译:王晓林混沌初开那是在一九九一年,令人痛苦难耐的冷战渐渐走到了尽头。和平安详的空气开始升起在地平线。在计算科学领域,随着强大...
分类:
系统相关 时间:
2014-06-14 22:55:04
阅读次数:
288
最终的效果如下:main.xml代码如下: java代码为:package android.demo;import android.app.Activity;import android.graphics.Bitmap;import android.graphics.B...
分类:
移动开发 时间:
2014-06-14 16:30:05
阅读次数:
329
坦克大战
时间限制:1000 ms | 内存限制:65535 KB
难度:3
描述
Many of us had played the game "Battle city" in our childhood, and some people (like me) even often play it on computer now.
What we are dis...
分类:
其他好文 时间:
2014-06-14 14:30:01
阅读次数:
274