unit Unit1;interfaceuses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, V.....
分类:
其他好文 时间:
2014-06-24 23:36:30
阅读次数:
486
IronCAD Design Collaboration Suite 2012 HF1 14.0 1DVDMentor.Graphics.O-in 3.0 Linux 1DVD Avid Media Composer 6.0.0 MacOSX 1DVD IBM.Rational.Requisitep...
分类:
其他好文 时间:
2014-06-24 20:46:53
阅读次数:
258
var sp:Sprite=new Sprite(); sp.graphics.beginFill(0xffccdd); sp.graphics.drawRect(0,0,100,100); sp.graphics.beginFill(0x33eedd); sp.graphics.d...
分类:
其他好文 时间:
2014-06-24 12:13:29
阅读次数:
191
一次遇到两个不熟悉的,因此在一起记一下。OpenCV的全称是:Open Source Computer Vision Library。OpenCv是一个基于(开源)发行的跨平台计算机视觉库,可以运行在Linux,Windows和Mac OS操作系统上。它轻量级而且高效——由一系列C函数和少量C++类...
分类:
其他好文 时间:
2014-06-22 23:27:12
阅读次数:
681
package cn.itcast.response;
import java.awt.Color;
import java.awt.Font;
import java.awt.Graphics;
import java.awt.image.BufferedImage;
import java.io.IOException;
import java.io.PrintWriter;
import ...
分类:
其他好文 时间:
2014-06-22 19:25:55
阅读次数:
196
Dynamic Rankings
Time Limit: 10 Seconds
Memory Limit: 32768 KB
The Company Dynamic Rankings has developed a new kind of computer that is no longer satisfied with the query like to simply...
分类:
其他好文 时间:
2014-06-22 17:04:16
阅读次数:
182
As we all know,a thread is a separate process on your computer.you can run multiple threads all at the same time.
multi-threaded code has the disadvantage of becoming quite complex very quickly,altho...
分类:
其他好文 时间:
2014-06-22 07:25:06
阅读次数:
244
Android中使用图形处理引擎,2D部分是android SDK内部自己提供,3D部分是用Open GL ES 1.0。今天我们主要要了解的是2D相关的,如果你想看3D的话那么可以跳过这篇文章。
大部分2D使用的api都在android.graphics和android.graphics.drawable包中。
他们提供了图形处理相关的: Canvas、ColorFilter、Poi...
分类:
移动开发 时间:
2014-06-21 23:27:07
阅读次数:
381
The 3n + 1 problem
Time Limit: 1000MS
Memory Limit: 10000K
Total Submissions: 50648
Accepted: 16059
Description
Problems in Computer Science are often classified as...
分类:
其他好文 时间:
2014-06-21 21:35:52
阅读次数:
276
delphi汉字转拼音 2009-09-21 10:44:59| 分类: 计算机知识 |举报 |字号 订阅unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, F...
分类:
其他好文 时间:
2014-06-21 15:58:46
阅读次数:
494