$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界面版,思路代码和
http://blog.csdn.net/wangqiuyun/article/details/12838903 这篇文章思路是一样的,追加了Java用Graphics画点及画线做路径展示,展示部分做得比较粗糙,需要的拿走,效果图如下。
下载地址:http://download.csdn.net/detail/...
分类:
编程语言 时间:
2014-06-05 05:27:45
阅读次数:
302
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
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
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
链接: 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
ALLUSERSPROFILE=C:\ProgramDataAPPDATA=C:\Users\user_name\AppData\RoamingCLIENTNAME=computer_nameCommonProgramFiles=C:\Program
Files\Common FilesCommon...
分类:
其他好文 时间:
2014-05-30 08:04:25
阅读次数:
281
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
题目: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
Bitmap memoryImage; private void
CaptureScreen() { Graphics myGraphics = this.CreateGraphics(); Size s =
this.Siz...
分类:
其他好文 时间:
2014-05-28 13:31:12
阅读次数:
275