搜索资源列表
GrfxProgPHIGS
- Intro/: Directory containing introductory examples. HelloWorld.c A simple program that draws a box and writes \"Hello World\" in HelloWorld.f it. data The data file for the introductory progressive example. Lines.c Reads the data from
333
- 图形的原始信号和加噪声后的信号,以及原始信号的matlab程序,能够较好的实现信号的仿真-The graph after the original signal and processing noise signals, as well as the original signal matlab program, to be better able to achieve signal simulation
Intermediate_Nodes
- The program takes the intermediate stoichiometric matrix of a chemical reaction mechanism as the input and gives the intermediate nodes in terms of all the possible combinations of p-(q-1) reaction steps. This program is complimentary to the "Reactio
LabVIEW-8.20-VI
- 第2章 牛刀小试 第5章 程序结构 第6章 字符串,数组,簇和矩阵 第7章 Chart图表和Graph波形图 第8章 Express VI 第9章 文件IO 第10章 子VI 第12章 人机界面交互设计 第13章 数学分析与信号处理 第14章 数据采集与仪器控制-Chapter 2 chopper small test Chapter 5 Program Structure Chapter 6 strings, arrays, clusters and ma
GRAPH.13
- 侯俊杰所著《深入浅出MFC》一书中Graph程序的源码-Majored written layman' s language the source code of MFC " a book Graph program
school-map
- 从厦门大学的平面图中选择11个有代表性的景点,抽象成一个无向带权图,以图中顶点表示景点,边上权值表示两地距离。 本程序目的是为用户提供路径咨询,根据用户指定的始点和终点输出相应路径,或者根据用户指定的景点输出景点信息。-11 representative attractions from a plan view of the Xiamen University, abstracted into a no attractions to vertices in the graph indicat
Desktop
- 书籍源码,采用泰勒展开近似的误差。用了3D图来画出表示。-Plot a 3D graph of variation in a Taylor series approximation as the degree varies. This program is for log(x) about x=1.
draw-graph
- 能实现绘图功能,用VB编写,是学习绘图的基础参考程序-Can realize the drawing function, using VB to write, is the foundation of learning drawing reference program
xinhaofenxi
- 该程序实现信号的频谱、功率谱分析,时域图和频域图,自相关函数曲线等。-The program for the signal spectrum power spectrum analysis, time domain and frequency domain graph, autocorrelation function curve, etc
图的广度优先遍历
- 实现图的广度优先遍历程序,c语言编程,图论(A program for realizing the breadth first traversal of a graph)