搜索资源列表
cloorimageprocess
- 臨界值處理,求直條圖的處理,以數值與字母把直條圖列印出來,把直條圖影像化,把直條圖平滑化,......等等的功能。-Threshold processing, and bar graph processing, numerical and letters to the column chart to print out the images of straight bar chart, the straight bar chart, etc. ,...... smoothing function
1
- 实验1 线性表(1) 输入若干正整数,建立一个顺序表,并在顺序表上实现如下操作:(1)在第3个元素位置插入666。(2)将第8个元素删除。(3)查找值为65的元素,若存在则输出,否则打印没有该元素。 实验2 线性表(2) 输入若干正整数,建立一个带头结点的单链表,并在单链表上实现如下操作:(1)在第3个元素位置插入666。(2)将第8个元素删除。(3)查找值为65的元素,若存在则输出,否则打印没有该元素。(4)查找第3个元素,若存在则输出,否则打印没有该元素。 实验6
print
- 打印图案。在屏幕中打印出如下图形:其中正三角的行数由输入给定。 * *** ***** …… ***** *-Print patterns. In the screen print out the following graph: One is a triangular number of rows from the input given. * *** **
B3
- 图遍历应用、伫列 、顶点、遍历内容印出、图形的深度与广度-Graph traversal application, queue, vertex, traverse the content of print, graphics, the depth and breadth of
draw2
- 绘制圆 在屏幕上用“*”画一个空心的圆 打印圆可利用图形的左右对称性。根据圆的方程: R*R=X*X+Y*Y 可以算出圆上每一点行和列的对应关系。 -Draw a circle on the screen with " *" to draw a hollow circle graph can be used to print the left and right circular symmetry. According to a circle equat
csharpchart
- 利用Windows组件打印柱状图表,网上看到的,非本人原创-Using Windows component to print bar graph form, online see my original non-
AutoSellMechine
- 这是一个MFC的编程,实现的功能是模拟自动售后机。具备计算,出货,打印小票,后台统计,图表显示的功能。方便自动售货机公司关于供货的决策。其中,出货,打印小票是模拟功能,并非实际功能。-This is a MFC programming, to achieve the function of automatic customer service machine. With the calculation, shipment, to print a small ticket, the backgro
dajacency
- 有关离散数学的编程 实验四:邻接矩阵 1.编写一段代码,接收键盘的输入定点的数量,并以输入的整数对作为边来建立图形的邻接矩阵(无向权重图)。 例如 : 5,6,12 表示定点5和定点6间有边,边的权重为 12。 2 打印出邻接矩阵。 3.根据第一步得到的邻接矩阵计算每个结点的度数。 -Experiment IV: adjacency matrix 1. Write a piece of code, the number of sentinel receive
shortestpath
- 输入图,输出最短路径。输入的图需要是 起点 距离 终点 格式-The program first read the input file to create node link list with name of nodes and count the number of nodes. Then it reread the input file to form the adjacency matrix of the graph. It has functions of creating, add
C-example003
- 在屏幕上用“*”画一个空心的圆 *问题分析与算法设计:打印圆可利用图形的左右对称性。根据圆的方程:R*R=X*X+Y*Y 可以算出圆上每一点行和列的对应关系。*思考题:实现函数y=x2的图形与圆的图形叠加显示 .-On the screen with the "*" to draw a hollow circle* Analysis and algorithm design: print available around the symmetry circle graph. According
C-example004
- 在屏幕上用“*”画一个空心的圆 *问题分析与算法设计:打印圆可利用图形的左右对称性。根据圆的方程:R*R=X*X+Y*Y 可以算出圆上每一点行和列的对应关系。*思考题:实现函数y=x2的图形与圆的图形叠加显示.-On the screen with the "*" to draw a hollow circle* Analysis and algorithm design: print available around the symmetry circle graph. According t
C-example005
- 在屏幕上用“*”画一个空心的圆 *问题分析与算法设计:打印圆可利用图形的左右对称性。根据圆的方程:R*R=X*X+Y*Y 可以算出圆上每一点行和列的对应关系。*思考题:实现函数y=x2的图形与圆的图形叠加显示.-On the screen with the "*" to draw a hollow circle* Analysis and algorithm design: print available around the symmetry circle graph. According t
vcPP-mui-print
- 本人最近,完美实现vc++多页打印, 里面有图像,曲线图,还有最重要的一点, 对文本实现自动换页,花了我不少功夫, 我本着奉献的精神,提供大家参考,里面代码不能编译,因为有些文件没有上传,不能上传的-I recently, the perfect realization of vc++ multi page printing, there are image, graph, and most important, to realize the automatic page text, I spe
printchart
- VB6打印图表的源码,从Access数据库中读取出图表数据,然后在窗体上显示柱状图,通过设置好的打印程序,可将柱状图表打印在纸张上面。-VB6 print chart source, remove the chart data read from the Access database, and then display the histogram on the form, through the print setup good, the column graph printing on pa
VCPP-Image-print
- VisualC++6.0下可以实现多张JPG图的打印,源码可编译通过-Under VisualC++ 6.0 can print multiple JPG graph, source code can be compiled by
graph
- Graph test-cmd: Basic functions: insert vertex, edge, batch insert, view adjacent matrix Advanced functions: print BFS tree, DFS tree, articulation points, bi-connected components and the one-way-bridge of a graph.-Graph test-cmd: Basic func
youxiangtu
- (1)键盘输入数据,建立一个有向图的邻接表,并输出该邻接表。 (2)采用邻接表存储实现有向图的深度优先遍历。 (3)试写一算法,判断以邻接表方式存储的有向图中是否存在由顶点Vi到顶点Vj的路径(i<>j)。 (4)已有邻接表表示的有向图,请编程判断从第u顶点至第v顶点是否有简单路径,若有则印出该路径上的顶点。 (5)在主函数中设计一个简单的菜单,分别调试上述算法。 -(1) keyboard input data, the establishment of a d
新建文本文档
- 最短路径算法,/邻接矩阵法图的生成函数的最短路径算法,并生成打印图的结点标识符和邻接矩阵(The shortest path algorithm to generate the adjacency matrix of the graph function, and generate the node identifier and the adjacency matrix print map)