码迷,mamicode.com
首页 >  
搜索关键字:computer graphics    ( 5401个结果
读取xml格式文件
$v = [xml]get-content d:\vmconfig.xml$v.Domain.Computer.Namevmconfig.xml内容:stcmm-vm-s01192.168.0.244096
分类:其他好文   时间:2014-06-07 04:24:31    阅读次数:161
基于遗传算法求解TSP问题(Java界面)
最近为做展示,改写了一个遗传算法求TSP的Java界面版,思路代码和 http://blog.csdn.net/wangqiuyun/article/details/12838903 这篇文章思路是一样的,追加了Java用Graphics画点及画线做路径展示,展示部分做得比较粗糙,需要的拿走,效果图如下。 下载地址:http://download.csdn.net/detail/...
分类:编程语言   时间:2014-06-05 05:27:45    阅读次数:302
java 小程序
import java.applet.Applet; import java.awt.*; public class Appelet extends Applet { String name; public void init () { name=getParameter("myName"); } public void paint(Graphics gr) ...
分类:编程语言   时间:2014-06-05 00:17:59    阅读次数:259
UVa-101 - The Blocks Problem
The Blocks Problem  Background  Many areas of Computer Science use simple, abstract domains for both analytical and empirical studies. For example, an early AI study of planning and robo...
分类:其他好文   时间:2014-06-04 21:55:37    阅读次数:313
UVA 540(队列)
Description   Team Queue  Queues and Priority Queues are data structures which are known to most computer scientists. The Team Queue, however, is not so well known, though ...
分类:其他好文   时间:2014-06-03 04:45:44    阅读次数:288
HLG 2116 Maximum continuous product (最大连续积 DP)
链接:  http://acm.hrbust.edu.cn/index.php?m=ProblemSet&a=showProblem&problem_id=2116 Description Wind and his GF(game friend) are playing a small game. They use the computer to randomly generated a nu...
分类:其他好文   时间:2014-06-03 02:17:13    阅读次数:252
CI MSBuild env 2
ALLUSERSPROFILE=C:\ProgramDataAPPDATA=C:\Users\user_name\AppData\RoamingCLIENTNAME=computer_nameCommonProgramFiles=C:\Program Files\Common FilesCommon...
分类:其他好文   时间:2014-05-30 08:04:25    阅读次数:281
jsp生成验证码
1 package servlet; 2 3 import java.awt.Color; 4 import java.awt.Font; 5 import java.awt.Graphics; 6 import java.awt.image.BufferedImage; 7 im...
分类:Web程序   时间:2014-05-29 00:00:46    阅读次数:441
杭电1050(贪心)
题目:The famous ACM (Advanced Computer Maker) Company has rented a floor of a building whose shape is in the following figure. The floor has 200 rooms e...
分类:其他好文   时间:2014-05-28 18:57:31    阅读次数:311
Capture Current Soft Screen
Bitmap memoryImage; private void CaptureScreen() { Graphics myGraphics = this.CreateGraphics(); Size s = this.Siz...
分类:其他好文   时间:2014-05-28 13:31:12    阅读次数:275
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!