CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 绘图程序 搜索资源 - G

搜索资源列表

  1. G-work

    0下载:
  2. turbo c 实现 多边形裁减算法 利用C-S实现.参考了dos下的鼠标编程-turbo c achieve polygon reduction algorithm uses C-S to achieve. Dos reference to the programming of the mouse
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:21.14kb
    • 提供者:bug
  1. GLOG-134.ZIP

    0下载:
  2. G-Log & Graph 用QB编写的图形程序
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:223.48kb
    • 提供者:市容百
  1. good_123--4--4--20

    2下载:
  2. 在VISUAL C ++平台上将AUTOCAD的DXF文件的二维图形数据转换为数控加工G代码,
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:57.47kb
    • 提供者:jackhome
  1. RGB

    0下载:
  2. 用如求直立主图统计程序。RGB有3个座标,分别是R,G,B,其值从0-255。把0-255分成4段,那么每个座标有4种取值,共可以表示4*4*4=64种颜色。程序中主要是histogram函数,它有两个参数,第1个参数是一个64位数组,每一位表示一种颜色,其值是该颜色出现的次数。另外两个函数numbercolor是对每个像素计算它的颜色值,fenduan是对参数x返回0-255中的某一段。主函数测试一副图片的颜色直方图的统计。
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:15.88kb
    • 提供者:陈一工
  1. 二次B样条曲线的绘制

    0下载:
  2. 从用c语言编出程序要用文件输入数据。 绘制二次B样条曲线的表达式: P(0,2)(t)=P0*G(0,2)(t)+P1*G(1,2)(t)+P2*G(2,2)(t) 0<=t<=1-from using language out to document procedures with the input data. Drawing II B-spline curves of expression : P (0,2) (t) = P0 * G (0,2) (t) * G P1 (1,2
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:886byte
    • 提供者:李南宁
  1. cutedraw1

    0下载:
  2. 画图工具L c R G NONE End Enum Dim graph As Graphic Private Type Lnode’定义一个节点类型来 保存每个图形的信息 Sx As Single Sy As Single Tx As Single Ty As Single Bch As Graphic Color As Long End Type 画图:直线,圆跟矩形都用Line方法来实现,封装在Public Sub-drawing tools c R L G NONE End Enum Di
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:31.18kb
    • 提供者:魏衍斌
  1. 绘制用纹理填充的线条

    0下载:
  2. 本程序绘制用纹理填充的线条,一个很好的例子绝对值得收藏-texture mapping filled with the lines, a g#$#!88231#!#$noname.rar!#$#algorithm design curriculum in the Huffman tree search and mapping experiment
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:12.58kb
    • 提供者:邱波
  1. 2003010296_大作业1

    0下载:
  2. a CRect rc(x - 12, y - 12, x + 12, y + 12) pDC->Ellipse(&rc) str1.Format( \"%d\",j ) pDC->SetTextColor(RGB(255,0,0)) pDC->DrawText(str1,&rc,DT_CENTER DT_VCENTER DT_SINGLELINE) PaintArrow(pDC,RGB(255,0,0),G.vexs[prev[j]].x,G.vexs[p
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:502.05kb
    • 提供者:Bob
  1. ncdxf2

    0下载:
  2. 有人將dxf轉成nc程序.這個程序剛好相反.是將nc轉成dxf的.加工廠可以用來模擬nc,非常好用.-Some people will dxf into nc procedures. This procedure is exactly the opposite. Is to turn into a dxf of nc. Processing plant can be used to simulate the nc, very easy to use.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-28
    • 文件大小:3.76kb
    • 提供者:adsee1
  1. dxf2g

    1下载:
  2. DXF to Gcode conversion program
  3. 所属分类:Graph Drawing

    • 发布日期:2017-02-07
    • 文件大小:19.9kb
    • 提供者:Roger
  1. RGBandHLS

    0下载:
  2. 本实验实现RGB颜色与HLS颜色的相互转换;在此实验中,定义了函数void HSLtoRGB(UINT hue, UINT sat, UINT light, BYTE &r, BYTE &g, BYTE &b)实现HSL向RGB转换;void CPaletteDlg::RGBtoHSL(BYTE r, BYTE g, BYTE b, UINT &hue, UINT &sat, UINT &light)实现RGB向HSL转换-Experimental realization of the R
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-12
    • 文件大小:2.74mb
    • 提供者:伟明
  1. ColorPicker

    0下载:
  2. ColorPicker是一个基于对话框的应用程序,它具有以下功能:1. 色彩编辑功能用户可以通过可以调整R、G、B的值来编辑颜色,亦可通过调整H、S、V的值来选取颜色。颜色编辑的结果会马上反馈到颜色面板和颜色预览框中。 -the progarmm for color change
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-15
    • 文件大小:3.45mb
    • 提供者:keyule
  1. Gcodesys

    0下载:
  2. 标准CNC的G代码指令详解,用于基于windows系统下的数字控制技术中的CNC加工设备的软件编程-Standard CNC G-code instructions Xiang Jie, for windows systems based on digital control technology in CNC machining equipment, software programming
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-02
    • 文件大小:190.66kb
    • 提供者:ggggg
  1. NestProfessor

    2下载:
  2. NestProfessor SDK 可以智能地在板材上排版各种图形(零件). 1) 优化的排版结果以获得最高的板材利用率。 2) 高速的排版速度。 3) 支持Part-in-Part排版方式。 4) 支持利用板材余料进行排版。 5) 支持读写DXF/DWG文件。 6)支持添加图形辅助信息。例如在钣金加工行业中,可以在零件边界上添加导入导出,微连接等加工特征。-NestProfessor is a SDK and Tool which can nes
  3. 所属分类:绘图程序

    • 发布日期:2013-10-31
    • 文件大小:9.31mb
    • 提供者:nestprofessor
  1. tiaoseban

    0下载:
  2. 一个小小的调色板程序,通过改变R、G、B三个参数,便可以观察出具体颜色的视觉效果,方便在编程时选择颜色参数。-A small palette program, by changing the R, G, B three parameters, we can observe the visual effect of a specific color for easy color selection in the programming parameters.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-03
    • 文件大小:123.19kb
    • 提供者:荣绍伟
  1. Gompertz--curve-prediction

    1下载:
  2. Gompertz(龚伯次)曲线模型被广泛应用在预测中,该代码实现了G曲线的预测功能。-Gompertz curve is widely used in prediction, this code will help achieve the Gompertz curve prediction function.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-29
    • 文件大小:3.13kb
    • 提供者:啊呜
  1. Line

    2下载:
  2. 一个实现简单画图和G代码生成与仿真的应用软件,作为数控的一个小应用!-An implementation is simple and G code generation and drawing the simulation of the application software, as the numerical control a small application!
  3. 所属分类:Graph Drawing

    • 发布日期:2014-04-10
    • 文件大小:5.42mb
    • 提供者:San
  1. Color-value-and-Display

    0下载:
  2. 颜色值确定显示。通过拖拉滚动条来改变RGB的颜色值;通过十进制输入R、G、B的到相应的颜色状态;输入#******十六进制RGB(C#.net)值,显示对应颜色。-Determine the display color values​ ​ . Changed the RGB color value by dragging the scroll bar Through input decimal R, G, B to get the corresponding color
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-01
    • 文件大小:309.9kb
    • 提供者:第二圣贤
  1. G---P-algorithm-

    0下载:
  2. G-P算法计算关联维数,可以运用在混沌时间序列的瓦斯浓度预测研究中-GP algorithm to calculate the correlation dimension, you can use the gas concentration in the prediction of chaotic time series in
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-08
    • 文件大小:7.23kb
    • 提供者:张善
  1. NPCAM2011_1217

    0下载:
  2. 自动生成G代码的CAM软件完整程序,软件由用户自己规划加工路径后,生成加工G代码。同时,能够动态仿真加工过程。-G code is generated automatically complete CAM software programs, software the user s own plan after machining path generating process G code. At the same time, the process can be dynamic simul
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-17
    • 文件大小:4mb
    • 提供者:王万禄
« 12 »
搜珍网 www.dssz.com