-
vc-io-mwArray
用VC读写Matlab中数据的例子,为精通Matlab编程一书中附带,可在混合编程时使用,加快开发速度。(VC read and write data in Matlab example of Matlab programming proficient with a book, Programming can be mixed use, and speed up the development pace.)
- 2007-03-27 17:00:45下载
- 积分:1
-
chombo_package_1_A-C
说明: 自适应网格划分通用程序包,美国伯克利大学开发的共享软件包。(Adaptive Mesh generic package, the United States developed at the University of Berkeley's share package.)
- 2006-04-13 21:07:58下载
- 积分:1
-
xiao-yuan-dao-you
说明: 设计济南大学校园平面图,所含的景点不少于10个。以图中顶点表示校内各景点,存放景点名称、代号、简介等信息;以边表示路径,存放路径长度等相关信息。
为来访客人提供图中任意景点相关信息的查询。
为来访客人提供图中任意景点的问路查询,即查询任意两个景点之间的一条最短的简单路径。
选作内容:
求校园的关节点。
提供图中任意景点查询,即求任意两点间的所有路径。
校园导游图的景点和道路的修改扩充功能。
扩充道路信息,如道路类别,沿途景色等级,一直可按客人所需分别查询人行路径或车行路径或观景路径。(Design jinan university campus plan, contains at least 10 spots in each vertex said in scenic spots, deposit attractions at the information such as the code name introduction On the path, deposit path length said related information
)
- 2011-03-21 19:54:06下载
- 积分:1
-
ShareMemory
c++ 写的共享内存的实例,进程间通信用,已封装类,方便使用,默认大小根据实际情况自由更改(C++ write the sharing memory examples, inter-process communication, already encapsulation class, ease of use, the default size according to the actual situation of the freedom to change
)
- 2012-08-06 13:14:44下载
- 积分:1
-
Test1
飞机大战游戏源代码,有部分注释,还有开始编写时的一些程序被注释掉了(It s a game of plane.)
- 2011-12-15 10:19:53下载
- 积分:1
-
突破Delphi 7.0编程实例五十讲,很讲点的东西
突破Delphi 7.0编程实例五十讲,很讲点的东西-Breakthrough Delphi 7.0 Programming Example 50 speaking, a very strong sense of what
- 2022-02-12 11:44:55下载
- 积分:1
-
k-means算法
#include
#include
#define N 11 //代表数据点的个数
#define K 3 //代表簇的个数
typedef struct
{
float x;
float y;
}Point; //代表数据点的数据结构
int center[N]; //判断每个点属于哪个簇
Point point[N] = { {2.0, 10.0},{2.0, 5.0},{8.0, 4.0},{5.0, 8.0},{7.0, 5.0},
{6.0, 4.0},{1.0, 2.0},{4.0, 9.0},{7.0, 3.0},{1.0, 3.0},
{3.0, 9.0}};
Point mean[K]; //保存每个簇的中心点
float getDistance(Point point1, Point point2);
void getMean(int center[N]);
float getE();
void cluster();
int main()
{
int i, j;
int n = 0; //统计进行了多少次聚类
float temp1; //用于存平方误差
float temp2;
printf(" 处理的数据点集合为:
");
for(i = 0; i < N; ++i)
{
- 2022-01-26 19:53:04下载
- 积分:1
-
完整的服务器端、客户端CSharp聊天工具
完整的服务器端、客户端CSharp聊天工具-CSharp Chat
- 2022-05-19 20:55:54下载
- 积分:1
-
huma
读取点面文件再进行OpenGL显示(read-point document shows again OpenGL)
- 2004-12-13 11:35:11下载
- 积分:1
-
OpenFOAM C++ Style Guide中文版
说明: 这是一本有关于C++的学习书籍,介绍了C++的详细的语法,适合初学者,对于有其他语言基础的学习者也适合。(This is a learning book about C++, which introduces the detailed syntax of C++. It is suitable for beginners and also for learners with other language foundations.)
- 2020-06-09 17:28:36下载
- 积分:1