-
vusb
In computing, an emulator is hardware or software that enables one computer system
- 2020-06-16 13:40:02下载
- 积分:1
-
elc
一款基于C/C++和opengl制作的MMORPG客户端代码。包含地图编辑器,基于存opengl引擎开发,包含跑地图,聊天,作战,装备等等游戏功能(mmorpg client source use opengl)
- 2013-09-15 19:53:14下载
- 积分:1
-
Fano
此程序为费诺编码的程序实现的过程及相关参数和结果。(feno)
- 2010-06-02 16:52:08下载
- 积分:1
-
k_eps
A UDF of k epsilon model which can be used for modified turbulence modelling calculations with ansys fluent
- 2015-03-21 11:38:08下载
- 积分:1
-
MyDicom323
说明: 可打开BMP位图,并实现窗位窗宽变换和伪彩变换。随时可恢复原图。(Open BMP bitmap, and the window width window level transformation and pseudo-color transformation. Restore image at any time.)
- 2009-07-28 15:01:13下载
- 积分:1
-
Mavlink协议的C#构建库
构建mavlink开源飞控协议的C#动态库,在开发自有地面控制软件时可以直接调用相关接口进行遥测遥控信息的收发。
- 2022-03-19 19:16:02下载
- 积分:1
-
NJ
说明: 实验停车场管理,用C++,在VC++6.0下运行(Parking management experiment with C++, running under VC++6.0)
- 2014-01-05 22:57:20下载
- 积分:1
-
EULER1
说明: Euler 回路问题
.问题描述:
对于给定的图G 和G 中的2 个顶点v 和w,连接顶点v 和w 且经过图中每条边恰好1 次
的路径称为顶点v 和w 之间的1 条Euler 路。当v=w 时得到一条首尾相接的Euler 回路。
.编程任务:
对于给定的图G,编程计算图G 的一条Euler 回路。
.数据输入:
由文件input.txt 给出输入数据。第1 行有2 个正整数n 和m,表示给定的图G 有n 个
顶点和m 条边,顶点编号为1,2,…,n。接下来的m 行中,每行有2 个正整数u,v ,表示
图G 的一条边(u,v) 。
.结果输出:
将编程计算出的Euler 回路输出到文件output.txt 。如果不存在Euler 回路,则输出-1。(Euler circuit problem. Problem description : for a given graph G and G of two vertices v, w, connectivity and vertex v w map through which each side precisely the path to a meeting called vertices v, w between a Euler Road. When v = w be an end-to-end circuit Euler. . Programming tasks : for a given graph G, programming terms of a graph G Euler circuit. . Data input : from the document input.txt given input data. Line 1 has two positive integers n and m, to the graph G with n vertices and m edges and vertices numbered 1, 2, ..., n. Next m OK, every trip has two positive integer u, v, said of a graph G edge (u, v). . Results output : Programming will be calculated by Euler circuit output to a file output.txt. If there is no Euler circuit, the output 1.)
- 2006-03-29 21:31:15下载
- 积分:1
-
maze
迷宫求解一般采用“穷举法”,逐一沿顺时针方向查找相邻块(一共四块-东(右)、南(下),西(左)、北(上))是否可通,即该相邻块既是通道块,且不在当前路径上。用一个栈来记录已走过的路径栈是限定仅在表尾(top)进行插入或删除操作的线性表。(Maze solving generally use the " exhaustive" one by one to find adjacent blocks in a clockwise direction (a total of four- East (right), South (down), West (left), North (on)) whether to pass, that the both channel blocks adjacent blocks, and not in the current path. Use a stack to record the path traversed stack is limited only in the tail (top) to insert or delete a linear form.)
- 2013-12-13 17:55:45下载
- 积分:1
-
square
基于VC++的代码,绘制正弦余弦及球曲线,是很好参考(square on VC++
)
- 2011-11-07 09:23:33下载
- 积分:1