搜索资源列表
AutoCadGetPoint
- 此源码是一个在autocad上的二次开发.利用vba 对autocad进行操作,可以通过此源码看到delphi对autocad的操作,以及autocad对VBA的支持. .dwg 文件没有上传,对要在autocad上进行简单开发,选择了vba模式的是一个参考. 这个是一个特定的对autocad模型进行点提取转换成3D模型所需txt格式的转换工具.将cad线取点,根据顺时针方向取出.其中很多利用了autocad的特性.可以参考.
changgeyy
- 程序改好了,你看看,不知道你说的大开多个TXT文件是什么意思,我就做成了能 打开几个TXT文件, 都转化后显示在窗口里,让后你像保存的话用file菜单的Sava AS选项就能设置保 存的路径,以及 图像文件的名字。我是照着自己理解做的,你看看吧。
2003374315
- 采用两种不同的方法绘制曲线 a) 二次B样条曲线 二次B样条曲线段的函数表达式为 (1) 其中 为控制顶点。 说明: ① 对任给定的一组控制顶点 ,每相邻三个控制顶点为一组进行曲线段绘制。即 为一组, 为一组,…, 为一组,所有曲线段连在一起即构成了整个B样条曲线。事实上,前一条曲线段的终点即是下一条曲线段的起点。 ② 在每一段曲线的绘制过程中, 取不同的值便得到曲线上不同的点。例如 时,由公式(1)可得到曲线的起点, 时可计算得到曲线的终点。为处理方便,可进行等距离选择,如10等份, 依次取0
MFC_TXT
- 我艇和目标运动轨迹存放于TXT文件中,在MFC环境下画出我艇与目标的运动轨迹 TXT文件中有四列,前两列存放我艇的横、纵坐标,后两列存放目标的横、纵坐标-My boat and target trajectories stored in TXT file, in the MFC environment, I draw the trajectory of the target vessel
Cohen_Sutherland
- 本程序实现的是Cohen—Sutherland裁剪算法,一复制就能用。本来是要用.cpp 文件上传的,到考虑到.cpp文件包含很多预算法无关的代码行,所以就用.txt上传了。-Cohen-Sutherland algorithm, Graphics Analysis。
TC-OREL
- C语言写的椭圆程序,用TC环境下的绘图的头文件,很小的代码,保存在TXT中。-using the C-language to discribe the orel picture ,using the special head from the TC.
PIC0
- 实现读取数据并绘制曲线的功能,在运行之前先打开txt文件,然后绘图,可以选择工具里的功能。-Read the text file,and draw the graph
TeachView
- 这是一个打开TXT文件,创建子窗口和在子窗口上绘制各种图形。-This is an open TXT file, create a child window and draw on a variety of sub-window graphics.
histogram-
- 实现灰度直方图的绘制,内有vc工程和txt文件-Realization of gray histogram drawing, with vc engineering and TXT file
PIC1
- 可以打开TXT文件,导入数据,绘制出曲线图。自动计算导入数据的上下线,自适应绘制点个数。-TXT file can be opened, and import data to draw a graph. Automatically calculate import data on offline adaptive number of plotted points.
photonecho630
- 向MATLAB批量载入txt文件中的数据,并且对数据进行处理,做出三维图像-MATLAB bulk load txt file data, and the data is processed to make a three-dimensional image
gui
- 使用C#将txt文件中的点绘成图像,有投影变换,但没有解决各线之间相连的问题-Txt file using C# to the point plotted picture, there is a projective transformation, but does not solve the problems connected between the lines
paint
- 读取压缩包中类似格式的txt文件绘制扇形包络图-Read txt file compression format similar to drawing package envelope fan
drawn1
- matlab读取txt文件数据,然后限幅-matlab read txt data
csharpe
- c#绘制表格、从txt文件中读取数据。读取access数据库-graphing、draw table
huatu001
- 读取txt文件中的内容,并根据读取的数据在matlab中作图,可以调整自己的需求-Read the contents of the file, and mapping
bulk_read
- 多个文本文件txt的批量读取程序,生成矩阵,以便数据处理。-read bulk data file,generated matrix
plot2D
- MATLAB二维绘图,通过TXT文件读取数据-MATLAB 2D plot read data TXT
iaser-user-bitwise
- 把bmp文件转换成txt的源码,不错的源码 很好的-Convert BMP file to TXT of source code, a good source of good
DDA绘制图形
- 读取TXT文件用DDA算法绘制图形,TXT文件每行为两个坐标点