搜索资源列表
书签打印程序
- 将line1,line2,line3,line4形式输出的报表.输出到excel表里进行打印. 打印出来的格式为line1-to line1, line2, line3, line4 output in the form of statements. Excel output to the surface print. Print out the format for line1
antigmailjava
- 实现一个类,描述二维平面的直线Line。 描述属性:私有属性 直线所通过的点:Point p; 直线的斜率:double m 实现方法: 直线的构建; 返回直线的两个属性; 返回直线在Y轴上的截距:yIntercept ; 判断两条直线是否相等; 显示直线的内容:y = mx
line2
- 最小二乘法直线拟合算法,用VC写的,比较容易看懂的
JointCom_VC6.0
- DLL使用说明,两条折线求交叉点DLL源程序,适用于GIS中求两条道路的交叉点 调用DLL方法: JointCom.CalJoint.GetJoint(string line1,string line2)
书签打印程序
- 将line1,line2,line3,line4形式输出的报表.输出到excel表里进行打印. 打印出来的格式为line1-to line1, line2, line3, line4 output in the form of statements. Excel output to the surface print. Print out the format for line1
antigmailjava
- 实现一个类,描述二维平面的直线Line。 描述属性:私有属性 直线所通过的点:Point p; 直线的斜率:double m 实现方法: 直线的构建; 返回直线的两个属性; 返回直线在Y轴上的截距:yIntercept ; 判断两条直线是否相等; 显示直线的内容:y = mx
line2
- 最小二乘法直线拟合算法,用VC写的,比较容易看懂的-Linear least squares fitting algorithm, written using VC, it was relatively easy to understand the
JointCom_VC6.0
- DLL使用说明,两条折线求交叉点DLL源程序,适用于GIS中求两条道路的交叉点 调用DLL方法: JointCom.CalJoint.GetJoint(string line1,string line2)-DLL for use, the two cross-point line for DLL source code, applies to GIS seek intersection of two roads to call
line2
- 数组排序并计算程序运行时间,以C++为运行工具,使读者理解c++中时间函数的使用-Sort the array and calculate the running time
Line2
- iPhone平台上开发的应用程序,在屏幕上绘制直线,实现直线随手指一动等,可用于股票等应用的制作-iPhone platform development of applications that draw a straight line on the screen to achieve a straight line with the finger movement and so on, can be used for applicat
line2
- 用vrml写的,3d的进度条,必须要用Lyinux打开-Written with vrml, 3d of the progress bar to be open to use Lyinux
print
- 书签打印程序 excel vc++ 处理 打印 报表 整理 文件处理类 格式 调用 输出 将line1,line2,line3,line4形式输出的报表.输出到excel表里进行打印. -Bookmarks print program Excel vc++ processing print report finishing document processing class format call output
7-6
- 程序从文件crossin.txt读入一篇文档。该文档由若干行组成,每行中包含一系列单词。 将输入文档中所有出现的单词及其所在行号输出到文件crossout.txt中。 输出有若干行,每一行都是文档中出现的一个单词。按如下规格输出: word:line1,line2, … ,lineN-Program read from a document file crossin.txt. The document consists o
line2
- OPENGL 编程,用到了基本的点,线,和三维映射到二维立体显示,实用性高-OpenGL programming, use the basic point, line, and three-dimensional map to the two-dimensional stereoscopic display, high availability
line2
- 学习VB,Visual Basic的非常好的例子,首发,这是参考windows屏幕保护中的变幻线来编写的,这个没有用到时钟控件数组,所有线都是共用一个时钟控制,所以线多速度也不慢。-Learning VB, Visual Basic is a very good example, the first, which is the reference windows screen saver changes in line to write
XY-line2
- XY坐标轴,网格线、点和点的连线绘图现象曲线-XY coordinate axes, gridlines, the connection point and the point of drawing the curve phenomenon
LINE2
- DISTANCE RELAY CODINNG
line2
- 三种直线扫面算法,集合在一个程序之中,通过控制台输入,确定所需要的具体算法。-maybe you can use it,lines need your attetion.
p.line
- 判断点是否在闭合折线内,闭合折线为凸多边形 坐标记录在A中 折线顶点坐标保存在line1,line2,line3中 line坐标按逆时针存储 输出结果为count 1 2 3为对应区域(注:不包含线上点请更正<为<=)- Coordinate records in A polyline vertex coordinates stored in line1, line2, line3 in line
line2
- 绘制任意斜率的直线段 设计CLine直线类,其数据成员为直线段的起点坐标P0和终点坐标P1,成员函数为MoveTo()和LineTo()函数。 CLine类的LineTo()函数使用中点Bresenham算法绘制任意斜率k的直线段,包括k=±∞、k>1、0≤k≤1、-1≤k<0和k<-1五种情况。 在屏幕客户区按下鼠标左键选择直线的起点,保持鼠标左键按下并移动鼠标到另一位置,弹起鼠标左键绘制任意斜率的直线段。 在状态栏动