-
p4
说明: 为了让您在使用数组,指针,结构,枚举,和不同的I/ O流的经验。为了让你有乐趣的应用程序是非常迷人的。
世界的简单的程序,我们将编写此项目模拟运行的生物围绕在一个简单的方形的世界。世界是一个m-n的平方二维网格(数m代表网格的高度的个数n表示宽度的网格。)。
每个生物生活的广场之一,面临的一个主要罗盘方向(北,
东,南,西),属于一个特定的物种,这就决定了该生物如何
行为方式。(To give you experience in using arrays, pointers, structs, enums, and different I/O streams.
To let you have fun with an application that is extremely captivating.
The simple world program we will write for this project simulates a number of creatures running
around in a simple square world. The world is an m-by-n two-dimensional grid of squares (The
number m represents the height of the grid and the number n represents the width of the grid.).
Each creature lives in one of the squares, faces in one of the major compass directions (north,
east, south, or west) and belongs to a particular species, which determines how that creature
behaves.
)
- 2013-11-16 14:15:33下载
- 积分:1
-
VTK-Users-Manual
VTK用户手册(VC++版),包含VTK系统架构概述,使用基础,VTK可视化技术,三维体数据,数据接口对象等内容(VTK User s Manual (VC++ edition), including VTK system architecture overview, use foundation, VTK visualization technology, three-dimensional volume data, data interface object, etc.)
- 2016-01-24 16:34:23下载
- 积分:1
-
VC90
VC Runtime 运行库,放在可执行文件目录就可以不用安装运行库了(VC Runtime File to place to the Set up Files)
- 2015-07-24 11:08:57下载
- 积分:1
-
NTGraph
超级好用的图表控件,非常出名!内附实例,源码及DOC说明文档(Super easy to use control charts, a very famous! Containing examples, source code and documentation DOC)
- 2021-02-27 14:39:36下载
- 积分:1
-
Ls
说明: 如何编图形软件开发程序,画图过程的显示,图像分层显示
图层软件架构:
大型图形软件通用的架构,是用一个抽象类(CLayer)的多态派生类对不同图层代码分类管理。
(如果将各种图形绘制以及拖放过程在一个类中编写,最后这个类的代码将无比庞大而且难于维护)
a)支持画直线、矩形和椭圆等多种图形的软件,必须将鼠标按下、释放和拖动等事件联合处理;
b)支持绘图过程中的显示;
c)支持鼠标光标掠过某个图层时显示热点跟踪(HotTrack)状态;
d)单击某个图层时显示选中状态;
e)拖动某个选中状态图层的功能(根据鼠标落点和起点的距离进行偏移);
f)新绘制的图层和已绘制好选中的图层边框和填充颜色管理。(How to make graphical software development procedures, drawing process display, image layered display
Layer software architecture:
The general architecture of large graphics software is to classify and manage different layers of code using a polymorphic class derived from an abstract class (CLayer).
(if the various graphic drawing and drag and drop processes are written in a class, the code for that class will be extremely large and difficult to maintain)
A) software that supports graphics such as straight lines, rectangles, and ellipses. It must combine the mouse, press, release, and drag events together;
B) support display in drawing process;
C) displays the hot spot tracking (HotTrack) state when the mouse cursor is passed over a layer;
D) displays a selected state when clicked on a layer;
E) drag the function of a selected layer (offset by the distance between the mouse and the starting point);
F) the new layer and the selected layer border and fill color management.)
- 2017-06-12 23:32:17下载
- 积分:1
-
YUESEFU
约瑟夫问题的程序代码,好用实惠,棒棒棒棒棒棒(This is no problem.)
- 2012-05-05 17:17:58下载
- 积分:1
-
C#键盘钩子操作源码 实例下载
C#键盘钩子操作源码
- 2013-01-08下载
- 积分:1
-
smartsim
Ok program for enginiring themes
- 2013-04-12 14:00:30下载
- 积分:1
-
Hongkuangs
vc作图,已画好的红框随着鼠标的移动而移动,当鼠标点击后,红框停在鼠标点击的位置后再变化(vc mapping, has drawn a good red frame and moves with the mouse when the mouse click, mouse click to stop the red line and then change position)
- 2014-06-20 20:52:06下载
- 积分:1
-
rules1
关联规则程序2
This implementation generates association rules, based on the Apriori algorithm (cfr. Agrawal et al.,1995). It takes as input a file of frequent sets in the format such as generated by the previous implementations.
(association rules 2 This implementation process generates as sociations rules, based on the Apriori algorithm (cfr. Agrawal et al. , 1995). It takes as input a file of frequent sets i n the format such as generated by the previous im plementations.)
- 2007-06-03 08:32:31下载
- 积分:1