登录
首页 » Visual C++ » gmelinflist

gmelinflist

于 2017-02-27 发布 文件大小:5211KB
0 471
下载积分: 1 下载次数: 5

代码说明:

  读取dxf文件,提取相关图元,可用于CAD CAM 数控方面,对从事数控朋友有所帮助。

文件列表:

gmelinflist
...........\Debug
...........\.....\CDLine.obj,44575,2017-02-27
...........\.....\CDLine.sbr,25942,2017-02-27
...........\.....\CEllipse.obj,60405,2017-02-27
...........\.....\CEllipse.sbr,30603,2017-02-27
...........\.....\CRectangle.obj,42125,2017-02-27
...........\.....\CRectangle.sbr,25198,2017-02-27
...........\.....\CRound.obj,45291,2017-02-27
...........\.....\CRound.sbr,26020,2017-02-27
...........\.....\CRoundRectangle.obj,43131,2017-02-27
...........\.....\CRoundRectangle.sbr,25578,2017-02-27
...........\.....\CUnit.obj,59696,2017-02-27
...........\.....\CUnit.sbr,26333,2017-02-27
...........\.....\def.obj,14706,2017-02-27
...........\.....\def.sbr,2153,2017-02-27
...........\.....\DxfReader.exe,2388074,2017-02-27
...........\.....\DxfReader.ilk,2667900,2017-02-27
...........\.....\DxfReader.obj,21303,2017-02-27
...........\.....\DxfReader.pch,6846288,2017-02-27
...........\.....\DxfReader.pdb,3851264,2017-02-27
...........\.....\DxfReader.res,11520,2017-02-27
...........\.....\DxfReader.sbr,28714,2017-02-27
...........\.....\DxfReaderDlg.obj,231477,2017-02-27
...........\.....\DxfReaderDlg.sbr,78453,2017-02-27
...........\.....\GraObject.obj,6329,2017-02-27
...........\.....\GraObject.sbr,2698,2017-02-27
...........\.....\HelpFile.obj,27684,2017-02-27
...........\.....\HelpFile.sbr,3888,2017-02-27
...........\.....\StdAfx.obj,106294,2017-02-27
...........\.....\StdAfx.sbr,1361583,2017-02-27
...........\.....\vc60.idb,238592,2017-02-27
...........\.....\vc60.pdb,372736,2017-02-27
...........\def.cpp,1105,2006-11-10
...........\def.h,517,2006-11-10
...........\dspflashGcode.cut,2576,2016-11-19
...........\DxfReader.aps,42260,2015-06-07
...........\DxfReader.clw,4283,2015-06-08
...........\DxfReader.cpp,2105,2006-10-16
...........\DxfReader.dsp,5620,2013-01-16
...........\DxfReader.dsw,543,2006-10-16
...........\DxfReader.h,1357,2006-10-16
...........\DxfReader.ncb,992256,2017-02-27
...........\DxfReader.opt,963072,2017-02-27
...........\DxfReader.plg,17939,2017-02-27
...........\DxfReader.rc,11239,2015-06-07
...........\DxfReaderDlg.cpp,79895,2015-06-07
...........\DxfReaderDlg.h,5151,2015-05-13
...........\DxfReaderDlg.i,2373580,2012-12-10
...........\examp01.bak,24465,2012-12-24
...........\GraObject.cpp,693,2006-10-16
...........\GraObject.h,638,2006-10-16
...........\GraphicUnits
...........\............\CDLine.cpp,8297,2006-10-24
...........\............\CDLine.h,614,2006-10-24
...........\............\CEllipse.cpp,15290,2006-10-23
...........\............\CEllipse.h,1373,2006-10-24
...........\............\CRectangle.cpp,7376,2006-10-23
...........\............\CRectangle.h,567,2006-10-24
...........\............\CRound.cpp,8801,2006-10-23
...........\............\CRound.h,607,2006-10-24
...........\............\CRoundRectangle.cpp,8034,2006-10-23
...........\............\CRoundRectangle.h,599,2006-10-23
...........\............\CUnit.cpp,4973,2006-10-24
...........\............\CUnit.h,4330,2006-10-24
...........\HelpFile.cpp,3095,2013-04-11
...........\HelpFile.h,1176,2013-01-16
...........\line.bak,40780,2012-12-17
...........\Line.cpp,574,2006-10-16
...........\Line.h,635,2006-10-16
...........\m_filepath.txt,0,2013-01-13
...........\res

...........\...\DxfReader.rc2,401,2006-10-16
...........\resource.h,3124,2015-05-13
...........\SNarc.arc,0,2013-01-13
...........\StdAfx.cpp,211,2006-10-16
...........\StdAfx.h,1054,2006-10-10
...........\txt,0,2013-01-13
...........\~VC136.tmp,16384,2013-05-17
...........\~VC137.tmp,0,2013-05-17
...........\机试dxf
...........\.......\dxffiles01.dxf,37465,2013-04-11

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Monitor
    自己写的模拟监控CPU和内存的小程序,可以指定检查某个进程(Write analog monitor CPU and memory applet, you can specify a process check)
    2011-01-08 23:14:17下载
    积分:1
  • PL0-The-compiler
    一、完成的实验内容及说明 基本内容 (1)扩充赋值运算:+ 和 - (2)扩充语句 REPEAT <语句序列> DOWHILE <条件> 其中,<条件>是循环条件,即条件成立时,重复执行循环体的< 语句序列> 选做内容 (1)增加运算:++ 和 。 (2)增加类型:① 字符类型; ② 实数类型。 (3)扩充函数:① 有返回值和返回语句;② 有参数函数。 (4)增加一维数组类型 (A, the experiment content and complete The basic content Operation: (1) expand the assignment+ and (2) REPEAT expansion statements < > statement sequence Conditions of DOWHILE < > Among them, the conditions of < > is loop condition, namely conditions founded, repeat the loop body < > statement sequence Choose to do content (1) operation:++ and . (2) types: (1) character types (2) real types. (3) the expansion of function: (1) has a return value and return statement (2) a parameter function. (4) increase a one-dimensional array type)
    2020-07-16 22:38:54下载
    积分:1
  • HomeWork
    生产者消费者实现进程的共享 CSemaphore(Producers and consumers)
    2009-11-22 10:27:23下载
    积分:1
  • TimeLimit
    VC 开发 限定程序的使用时限!您在编共享类软件时是不是想要一个限时代码呢,请看本文!(VC program development limit the use of the time limit! In the category of your sharing software is not like a time-limited code does, see this article!)
    2008-12-21 21:24:08下载
    积分:1
  • VBXITONGCIPAN
    VB代码 获得系统磁盘的属性 简明扼要! 很适合新手 (VB code access system disk attributes concise! Very suitable for novice! !)
    2006-11-30 11:21:08下载
    积分:1
  • BaseKeyDemo
    基本键盘操作的vc程序源码,感兴趣的可以看看,推荐!!!(Basic keyboard operation vc program source code, can be of interest to see, recommended! ! !)
    2011-09-21 22:20:11下载
    积分:1
  • meanshift
    Mean Shift,我们 翻译为“均值飘移”。其在聚类,图像平滑。图像分割和跟踪方面得到了比较广泛的应用。(Mean Shift)
    2013-11-21 13:29:26下载
    积分:1
  • DiskClean
    VC++垃圾文件清理工具源码,VC++垃圾文件清理工具源码(VC++ source code junk file cleanup tools, VC++ source code junk file cleanup tools)
    2011-05-25 21:19:53下载
    积分:1
  • direce3D
    语音3D特效器制作, 获取3D缓冲区对象,最大距离和最小距离等具体设置(3D audio effects device production, access to 3D buffer object, the maximum distance and minimum distance from a specific set)
    2009-11-06 16:29:55下载
    积分:1
  • MemoryMouseInfo
    利用VC程序实现系统编程中的跟踪内存状态的功能。(Procedures for system programming using VC in the state to track memory function.)
    2011-10-19 15:52:50下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载