搜索资源列表
jpgapi
- JPG Graph API Win 32 JPG API is a 32bit JPEG api dll. You can call it to show a JPG file in your program by only one sentence. The only thing that you have to know is how to load a dll libary and how to call ist functions. A example of Vi
8huanghou
- 八皇后问题是一个古老而著名的问题。这个问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。例如: 0 0 0 0 0 0 0
sql
- 图书馆管理系统开发设计方案 目录 1 需求分析 3 1.1 系统目标 3 1.2 需求定义 3 2 功能说明 4 2.1 图书基本情况 4 2.2 办理借书证 4 2.3 实现借书功能 4 2.4 实现还书功能 5 2.5 图书查询 5 3 系统功能结构图 5 4 业务流程图 6 4.1 借阅信息管理 6 4.2 书籍信息管理 6 4.3 读者信息管理 7 4.4 系统管理 7 5 绘制数据流图 7 5.1 “借书证生成”数
xgraph
- The xgraph program draws a graph on an X display given data read from either data fi les or from standard input if no fi les are specifi ed. It can display up to 64 independent data sets using diff erent colors and/or line sty
dijkstra
- this program shortpathes node using graph for decide short distance in networking
graph-theory-and-program-designe
- 详细的介绍了图论的各种概念如:分叉树,最短路径,遍历等以及相应的程序设计-A detailed descr iption of the various concepts of graph theory such as: the bifurcation tree, shortest path, traverse, and the corresponding program design
chaoshi-
- 本文详细说明了一个超市财务管理的业务流程,分析了其数据流程,明确了数据表之间的联系,详细说明了主要的程序逻辑。并以图表的方式直观的说明,使程序易于理解。在分析财务管理的具体情况后,充分利用Visual c++面向对象的模块化和数据库Access在应用程序开发上灵活和效率高的特点,开发财务管理系统。-In this paper, a detailed descr iption of the financial management of supermarket business processes
disanzhang
- 1.产生100个0.0~100.0的随机数,求其最小值、 最大值、平均值,并将数据在Graph中显示。 2.产生0.0~100.0的随机数序列,求其最小值、 最大值、平均值。并将随机数序列和平均值序列显 示在Chart波形图中,直到人为停止。 3.程序开始运行后,要求用户输入一个口令,口 令正确时,滑件显示件显示一个0~100的随机数, 否则程序立即停止。 4.编写一个程序测试自己在前面板输入一下字符 串所用的时间: A virtual instrument
Digital-voltage
- 电压表,三个量程(0-0.2,0.2-2,2-20V),有图有程序。-Voltage meter, three range ( 0-0.2,0.2-2,2-20V ), a graph program.
CPP-and-OSG
- 主要内容 一、编译链接C++程序 二、3D空间坐标到2D屏幕坐标 三、场景图数据结构 四、OSG的渲染过程-Main content of a compile the link C++ program II, 3D space coordinates to 2D screen coordinates three scene graph data structure IV, OSG rendering process
baiheseshi
- 目的: 通过简单程序白盒测试,熟悉测试过程,对软件测试行程初步了解,并养成良好的测试习惯;熟练掌握如何运用基路径测试方法进行测试用例设计,进行逻辑覆盖率分析; 内容: 画出三角形程序的程序图和三角形程序的DD-路径图; -Objective: white-box testing through simple procedures, familiar with the testing process, a preliminary understanding of the softw
huitu
- matlab初学者对于绘图的基本程序,比如画饼图,线图,向量图,瀑布图等基本绘图基础程序。-matlab for beginners a basic drawing program, such as yourselves chart, line graph, vector, waterfall and other basic drawing foundation program.
tulunzuiduanlumatlabcode
- 解决图论中最短路问题的最好方法--“Dijstra算法,”通过解析实例模型,对模型算法进行描述、拓展,并给出了求最短路以及求最短路长的MATLAB程序,此程序具有通用性。-The best way to solve the shortest path problem in graph theory is- "Dijstra algorithm," by parsing instance model, the model describes the algorithm, expand, and g
zui-duan-lu-jing-
- 图论中最短路问题的MATLAB 程序实现-The shortest path problem in graph theory MATLAB program to achieve
MATLAB
- 主要介绍了各种图论算法及其他们的matlab程序实现,这本书很好的帮助了入门的新手学习图论算法.-Introduces a variety of graph algorithms and their matlab program, this book is a good help the novice learning graph theory algorithms.
0512
- 霍夫曼编码器、教学编制计划问题、图的遍历、自组织线性表、最短路径问题-Huffman encoder, teaching preparation program, graph traversal, self-organizing linear form, the shortest path problem
plotBandTime_Sound
- 改程序能将从音频文件中提取到的特征,分别画在8个频段的幅度-时间图上-The magnitude of change program can extract audio files from the features were painted in eight bands- time graph
Graph-transformation
- 图转换的模型转换编程,实现了基于图理论的模型转换的编程-Model conversion program conversion chart, graph theory to achieve a model-based programming conversion
TSP
- 用遗传算法求解tsp问题,实例。在本程序的TSP问题中一共有20个城市,也就是在图模型中有20个顶点,因此一个染色体的长度为20。-A Genetic Algorithm for tsp problem instances. A total of 20 cities, which is 20 vertices in the graph model TSP problem of this program, so a length of chromosome 20.
Test
- 最短路中的广度优先搜索,Dijkstra算法。网络算路问题的更优算法实现对于网络资源高效配置具有重要价值。题目是:给定一个带权重的有向图 G (V,E),V 为顶点集,E 为有向边集,每一条有向边均有一个权 重。对于给定的顶点 s、t,以及 V 的子集 V ,寻找从 s 到 t 的不成环有向路径 P,使得 P 经过 V 中所有的顶点(对经过 V 中节点的顺序不做要求)。 若不存在这样的有向路径 P,则输出无解,程序运行时间越短,则视为结果越优;若存在这 样的有向路径 P,则输出所得到的路径