搜索资源列表
houyang
- 功能很齐全的一个JAVA绘图程序设计,可以画矩形、椭圆、改变线形的粗细、颜色、还具备橡皮擦的功能和清除功能,可实现整个屏幕的清除.最重要的是具备良好的交互功能,已经通过了老师的检查!为JAVA Applet程序-function is a subset of a JAVA program design drawings, paintings can be rectangular, oval, change the line thickness, color, but it also posses
lesson8Netjava
- 具有一个简单的画图板界面,在上面完成了画直线与画曲线的功能,可以选择颜色,也可以撤销画笔。-Drawing board with a simple interface to draw a straight line at the top and painting to complete the curve, you can choose the color, you can remove the brush.
deinterlace
- 图像去隔行函数,去除两场由于时间间隔造成的分割条纹-Image de-interlacing function to remove the two time intervals as a result of the division caused by stripe
CutLine
- 任意画一条直线,然后用截图框截取!去掉框外的线段而留下框内线段.-Arbitrarily draw a straight line, and then box interception screenshot! Remove the box and left outside the frame line segment.
SCCFDX
- 查找并批量删除CAD图形中的完全重合的重复对象,并在命令行提示删除对象的个数。-Remove the complete overlap in the CAD graphic repetition of the object.
vect
- Simple vector graphics editor. Realized tools line, ellipse, rectangle. There is a choice of painted objects, remove them and change the Z-sequence. Moving is not implemented.
ImageEditor
- 最近做了一个类似Windows画图板的小程序,拿来和大家分享一下。功能和界面全部模仿于Windows自带的画图板,界面如截图。功能主要有: 手绘线、简单图形、文字输入、图块拖放、重复撤销、画面缩放、打开保存图片文件,另外为了直接从数据库或者XML中存取图片,另外还提供了从Base64编码存取图片的接口,其他还实现了和画图板同样效果的工具箱及颜料盒。-Recently made a similar drawing board a small Windows program, bring and s
CAD2
- 主要是基于VC.0,实现一个简单的绘图程序,可以绘制直线,圆,矩形、实现图形的移动,旋转、镜相、删除撤销、恢复、保存打开。-Mainly based on VC.0, to implement a simple drawing program, you can draw lines, circles, rectangles, to achieve graphics move, rotate, mirror phase, delete remove, restore, preserve open.
cbj
- 查图中各种直径的圆个数,可以快速查出图上有几种直径,并统计出各种直径的数量-(DEFUN C:cbj () (PRINC "查直径及个数") (setq ss (ssget ((0 . "CIRCLE")))) (setq i 0 n 0 zj-j nil) (repeat (sslength ss) (setq el (entget (ssname ss i))) (setq zj (read (rtos (cdr (assoc 40
10-buoc-Anti-copper
- Orcad document for how to remove copper pour
Dashboard
- The purpose of this code is to share this dashboard control that I developed with everyone as when I first went about designing it I couldn t find any examples on the net that would help me to design one. I hope this helps alot of people out there th
cut
- 画出直线或多边形,用矩形进行裁剪,即将在矩形内部的部分留下显示出来,外部的去掉-Draw a straight line or polygon, rectangle crop, to be left inside the rectangle part is displayed, remove external
VBDRAW
- VB函数画图形的源码示例,生成图形的VB绘图实例,设置Picture1控件使其中心点坐标为(0,0),Picture1.Cls清除其他图形,以下三行VB代码实现在Picture1中绘制黑色的水平坐标轴和垂直坐标轴。 Picture1.ForeColor = &H0 Picture1.Line (-300, 0)-(300, 0) Picture1.Line (0, 300)-(0, -300) 开始绘制白色函数图形-The VB function to d
qczs
- 利用BP神经网络去除字母噪声 结果邻人满意 程序可以很好运行-BP neural network to remove the letters neighbor noise results can be well satisfied with the program running
Draw
- 简单画图,实现窗体下的直接画图,但不可以清除,不支持放大和缩小-Simple drawing, under the direct drawing form, but not remove, does not support zoom in and out
DeleteBlocks
- 该程序使用户能够从图形中快速移除多个块。 在使用AutoCAD命令行中的delblock命令调用程序后,系统将提示用户选择要删除的块。在此提示下,用户可以从图形中选择一个块引用,键入N 以按名称选择一个块,或者通过键入E或通过关闭提示来退出程序。 通过选择按名称选择一个块,用户将看到一个由列表框和过滤器组成的简单对话界面。对话框提供了活动图形中定义的所有标准和动态块的列表,不包括匿名块和外部参照。从该列表中,用户可以从活动图形中选择要删除的多个块。(This program enab
