留下两个例子作为参考,1. 追逐小方块的例子2. HashMap 和 Iterator
的例子Example one:import acm.graphics.*;import acm.program.*;import
java.awt.*;import java.awt.event.*;public...
分类:
编程语言 时间:
2014-06-29 12:16:41
阅读次数:
209
先放上源代碼。package test;import
java.awt.Color;import java.awt.Graphics;import java.awt.Graphics2D;import
javax.swing.JFrame;import javax.swing.JPanel;publ...
分类:
编程语言 时间:
2014-06-06 16:44:25
阅读次数:
356
SGI -- Silicon Graphics[Computer System]
Inc.硅图[计算机系统]公司.STL -- Standard Template
Library标准模板库。容器的概念所谓STL容器,即是将最常运用的一些数据结构(data structures)实现出来。容器是指容纳...
分类:
编程语言 时间:
2014-06-05 18:27:04
阅读次数:
431
OpenGL是3D图形接口工业标准,使用上非常简单,所有API不过上百个函数,但理解OpenGL就没那么简单,本文总结OpenGL的学习资源,包括官方资料、网上教程、示例程序等。Wikipedia:OpenGL,介绍了OpenGL的历史及版本;Graphics
processing unit,介绍了...
分类:
其他好文 时间:
2014-06-03 15:47:29
阅读次数:
287
计算机图形学(Computer
Graphics,简称CG)是一个令人着迷的领域,本文整理了一些图形学相关的学习资源。Wikipedia的介绍,及其后面附的“参考文献”和“外部链接”总是值得一看的:Computer
graphics:主要介绍图形学的历史;Computer graphics (com...
分类:
其他好文 时间:
2014-06-02 18:16:58
阅读次数:
310
The 3n + 1 problemTime Limit:1000MSMemory
Limit:10000KTotal Submissions:50513Accepted:15986DescriptionProblems in Computer
Science are often classifie...
分类:
其他好文 时间:
2014-06-02 08:36:51
阅读次数:
218
首先,从图像中检测出轮廓,然后再从轮廓中检索出椭圆轮廓。关于Image Engineering& Computer Vision更多讨论与交流,敬请关注本博客和新浪微博songzi_tea....
分类:
其他好文 时间:
2014-06-02 05:01:09
阅读次数:
213
Y2K Accounting BugDescriptionAccounting for
Computer Machinists (ACM) has sufferred from the Y2K bug and lost some vital
data for preparing annual rep...
分类:
其他好文 时间:
2014-06-02 00:57:42
阅读次数:
386
1.MD5加密Message Digest Algorithm
MD5(中文名为消息摘要算法第五版)为计算机安全领域广泛使用的一种散列函数,用以提供消息的完整性保护。该算法的文件号为RFC 1321(R.Rivest,MIT
Laboratory for Computer Science and R...
分类:
移动开发 时间:
2014-06-02 00:37:48
阅读次数:
303
Android UI Layouts: Graphics Design Using the ViewGroup Class Android ViewGroup Superclass: A Foundation for Layouts The ViewGroup LayoutParams Class: Layout Parameters Deprecated Layouts: AbsoluteL...
分类:
移动开发 时间:
2014-06-01 14:50:42
阅读次数:
397