搜索资源列表
ASP.net选课系统小程序
- 一个简单的选课系统,基本功能都已实现!SQL.sql文件是用于创建sql数据库的脚本语言,使用时请先创建好sql数据库,管理员帐号和密码同为manager。其他信息请自己查看源码。打开工程时如出现错误请把它考在根目录下。er-graph.gif为er图。 -Elective a simple system, the basic functions have been achieved! SQL.sql document is used to create sql database scr i
vc++graph
- 在vc环境下实现柱状图形,vc++以曲线或柱状图的形式实时动态显示数据的控件。txt格式,源码只需简单调入调试即可-in vc environment under columnar graphics, vc column of a curve or in the form of real-time dynamic display of data control. Txt format, you can simply source debugger can be transferred
networkcurrentcapacitycounts
- 很好的网络流量统计源代码。 使用曲线图进行实时统计。 采集数据主要在类 MFNetTraffic 中实现, 而显示数据则是放在类MFTrafficButton中实现。 两者之间的通讯使用了回调函数的机制。 详情请看源代码。 -good network traffic statistics source. Use real-time graph statistics. Collecting data in the main category MFNetTraffic
greyPIDcontroller
- 连续系统灰色PID控制 连续系统灰色PID位置跟踪 灰色理论 GM(0,N)模型 GM(0,2)模型 graph.m文件画仿真曲线 -continuous PID control systems gray continuous system gray PID position tracking Gray GM (0, N) model GM (0,2) model graph.m paper painting simulation curve
tubianli
- 图的遍历的演示(c 语言 数据结构课程设计题) /*定义图*/ typedef struct{ int V[M] int R[M][M] int vexnum }Graph /*创建图*/ void creatgraph(Graph *g,int n) { int i,j,r1,r2 g->vexnum=n /*顶点用i表示*/ for(i=1 i<=n i++) { g->V[i]=
graphviz-win-2.15.20070808.1457.tar
- Graphviz - Graph Drawing Programs from AT&T Research and Lucent Bell Labs See doc/build.html for prerequisites and detailed build notes.
graph-0.1b.tar
- graph是一款linux/unix下绘制数据曲线图形的程序,用C++编写。
painter_plot
- Qt4.5一个绘制曲线图的类,可以直接使用,具有放大,缩小等功能!-Qt4.5 class to draw a graph, can be used directly, with zoom and other functions!
Graph
- 贪心算法 ;用到图结构,栈和队列来解决哈密顿回路;输出结果:路径(每条边及其权值),总和-Greedy algorithm use graph structure,stacks and queues to solve the Hamiltonian circuit output:path (each edge and the right value),the sum
431465_b5876716cac6a624
- 基于QQ2440 ARM开发板的实时绘制曲线图的QT程序,从ARM板上的串口接收数据后,绘制曲线图形,然后利用网口将数据传输到PC机上。-QQ2440 ARM development board based on real-time rendering curve of the QT program, from the ARM-board serial port to receive data, draw curve graph, then use the Ethernet port to tr
xgraph
- X Graph utility of ns 2
graph
- windows下实现图的所用功能,包括:创建有向图和无向图的邻接表,给出有向图的邻接表,创建出逆邻接表-windows used to achieve chart features, including: creating a directed graph and undirected graph of adjacency list is given with the adjacency table, create a reverse adjacency list, etc.
graph_manual
- RPI Graph and Statistics Package for ns User Manual and Tutorial
7sab
- Source code of stereo matching by graph cut
qwt-6.0.0-rc5
- 一个绘制图形的为库。包含各种小控件,可绘制时实曲线。6.0.0版本的的跟之前的安装后的处理方式不一样。记得把qwt安装目录下的插件库文件考到Designer的plugin文件夹下。-Draw a graph for the library. Contains a variety of small controls can be drawn when the real curve. 6.0.0 version of the pre-installed with the approach is di
trconvertlinux.tar
- Trace converter has been developed because Trace graph (ns-2 trace files analyser) is very slow at parsing ns-2 trace files and converting them to it s own format (Trace graph format). Trace graph is written in Matlab which is not suitable for
Graph-traversal
- 图的遍历,图的深度递归遍历算法,深度遍历非递归算法,图的广度遍历-Graph traversal.The depth traverseof the graph including recursion algorithm or not and breadth traverse of the chart.
graph
- 关于数据结构中图的一些算法,包括Dijkstra、Floyd-Warshall等-About some algorithms about graph, including Dijkstra, Floyd-Warshall
graph-search-algorithm
- 本算法是基于图论的广度优先搜索算法,对于配电网的孤岛搜索,以及各个孤岛的电气连通性判别具有很好的效果。-Used to solve the problem about graph search algorithm.
Undirected-graph-coloring
- c语言实现无向图的着色问题,利用邻接矩阵实现。-Undirected graph coloring