搜索资源列表
ShortDistance
- 本算法是求取点到曲线的距离,希望对大家有帮助-the algorithm is to strike a point of the distance curve, and I hope to be helpful
fuben
- 在CAD中,用分段三次B样条来表达自由曲线是很理想的,为此,采用三次B样条曲线来拟合这条折线. ... 其中, 3d.gif (1661 bytes) ,确定了系数a、b、c,相应地就确定了拟合函数. 3)确定型值点求出拟合函数后,取点Pk((1/2)l,yp)作为型值点. ... -in CAD, and cubic B-spline curves to the freedom of expression would be the ideal, for cubic B-spline cur
b
- 鼠标随机取点,然后可以选择不同的方法进行绘制B样条曲线。
MFC绘制CAD曲线
- 用MFC编写的绘制CAD常用曲线的小程序,其中包括参数样条、Bezier曲线、B样条曲线。 使用了MFC模板,OpenGL函数库。支持鼠标交互式输入,在一个工程中完成了三种曲线的拟合.点击工具栏中的“曲线”,鼠标选择画线类型。选择之后,鼠标取点后,将画出你所想画的曲线。
ZIMO_2.0
- 用MFC编写的生成嵌入式中使用的点阵字库软件。用API函数直接读取矢量字体信息生成,不需要屏幕取点,生成速度快。-Written in MFC to generate bitmap fonts used in embedded software. Read directly with the API function to generate vector font information, do not take the point of the screen, generate speed.
xgraph-12.1.tar
- 画曲线图工具,对于需要写文章画图,这是一个相当不错的工具,输入坐标值,绘画出漂亮的曲线图,省却自己取点的麻烦!-Painting curve tools, need to write articles for the drawing, this is a pretty good tool, enter the coordinates, painting a beautiful curve, save themselves the trouble of check points!
3780点FFT的旋转因子
- 3780点FFT的旋转因子是经过放大取整之后的,可以再FPGA中直接使用
3780点FFT的旋转因子
- 3780点FFT的旋转因子是经过放大取整之后的,可以再FPGA中直接使用
curvesline
- 提供了几种曲线拟合的源代码,能够通过鼠标在屏幕窗口点击取点,然后自动生成相应的曲线,可进行相关对比。-Several curve fitting provides the source code, can click the mouse on the screen check point window, and then automatically generate the corresponding curve, can be related to contrast.
ClosetPairs
- 本算法使用分治法求解最近点对问题。事先用O(nlogn)时间对x坐标进行排序,使得所有的点是按x坐标从小到大排好序的(x坐标相同时y坐标小的排前),然后取下标小于n/2属于左边的点集PL,取下标大于n/2属于右边的点集PR,即用O(1)时间就可以将规模为n的问题分解为两个规模为n/2的、同类型的子问题。分割完毕之后就可以采用分治法,分别求出PL和PR中的最近点对,最终通过递归实现。-This algorithm uses divide and conquer to solve the probl
pmqs
- 实现屏幕取色功能得小型软件,能实现鼠标点击移动取色和保存颜色得功能。-The realization of the screen features a small color check software, to achieve a mouse-click mobile access color and preservation of a functional color.
sfit
- 模拟拟合bezier曲面的程序,在预订bezier曲面上随机取数据点,进行拟合。-Simulation bezier surface fitting procedure, in the book from Random bezier surface data points for fitting.
yuan
- 计算关于圆形线圈磁场的程序,改程序是对半径为0.5mm的圆形线圈进行128×128取点采样得到的结果进行模拟。-Coil on the circular magnetic field calculation procedures, change procedures for a radius of 0.5mm circular coil for 128 × 128 sampling points to simulate the results.
design
- 实验内容: 1 实现扫描转换多边形的算法填充多边形。 实现内容: 1, 可以画任意多边形。 2, 三角形也是通过扫描转换多边形的算法实现。 具体实现: 画多边形用moveto(),lineto(),两个函数实现画没一条边。 构造ET表,AEL表,通过这两个表填充多边形。 画图步骤: 1. 取顶点:用n记录顶点个数,按下鼠标开始取点,第二次按下取得第二个顶点,第i次按下取得第i 个顶点。取得的顶点放到Verex[]中。 2. 画多边形:按下菜单按钮----多
colortaker
- 屏幕取色器,从屏幕上取鼠标所在点的颜色然后转化为RGB形式显示-The screen color picker to take the mouse from the screen where the points and then converted into RGB color display
QQZC
- QQ找茬助手,支持最新版找茬。通过取点像素比较帮助找茬,辅助型*。-QQ finding fault assistant, support for the latest version of finding fault. More help by taking point-pixel finding fault, auxiliary-type plug-in.
求取最大值所对应的点号
- 求取多组数据中每组数据的最大值所对应的序号(find the ID for the max value in each array)
取点取色
- F1取鼠标点坐标、色、句柄、标题、类名(点击标题不放可移动窗口(Takes the mouse pointer, coordinates, colors, handles, titles, class names)
baidumap
- 百度地图取点坐标工具,打开百度地图取经纬度(Baidu map point coordinate tool)
取中点变椭圆
- 取中点 将许多点变换通过一系列的迭代,经过一段时间之后逐渐成为一个椭圆(Take a number of points into an ellipse)