登录
首页 » C# » AutoCAD--pane

AutoCAD--pane

于 2020-11-06 发布 文件大小:55KB
0 337
下载积分: 1 下载次数: 195

代码说明:

  用.NET技术写的增强型CAD面板代码,CAD二次开发的朋友可模仿实现自己的特色面板(Use NET technology enhanced writing code CAD panel)

文件列表:

ExtensionApplicationBlock
.........................\ExtensionApplicationBlock
.........................\.........................\ApplicationServices
.........................\.........................\...................\CustomAttribute.cs,2392,2007-04-13
.........................\.........................\...................\ExceptionThunk.cs,1989,2007-04-12
.........................\.........................\...................\ExtensionApplicationInfo.cs,6869,2007-04-13
.........................\.........................\bin
.........................\.........................\...\Debug
.........................\.........................\ExtensionApplicationBlock.csproj,4895,2007-04-13
.........................\.........................\ExtensionApplicationBlock.csproj.user,375,2007-04-13
.........................\.........................\License.txt,4696,2007-04-11
.........................\.........................\obj
.........................\.........................\...\Debug
.........................\.........................\...\.....\Refactor
.........................\.........................\...\.....\TempPE
.........................\.........................\PaletteSet
.........................\.........................\..........\PaletteSet.cs,19520,2007-04-13
.........................\.........................\..........\PaletteSetSupport.cs,6982,2007-04-13
.........................\.........................\PaletteSetSamples
.........................\.........................\.................\Controls
.........................\.........................\.................\........\UserControl1.cs,1502,2007-04-13
.........................\.........................\.................\........\UserControl1.Designer.cs,1826,2007-04-13
.........................\.........................\.................\........\UserControl1.resx,5814,2007-04-10
.........................\.........................\.................\........\UserControl2.cs,338,2007-04-12
.........................\.........................\.................\........\UserControl2.Designer.cs,1773,2007-04-13
.........................\.........................\.................\........\UserControl2.resx,5814,2007-04-10
.........................\.........................\.................\........\UserControl3.cs,338,2007-04-12
.........................\.........................\.................\........\UserControl3.Designer.cs,1773,2007-04-13
.........................\.........................\.................\........\UserControl3.resx,5814,2007-04-10
.........................\.........................\.................\MultiPaletteSet.cs,2851,2007-04-13
.........................\.........................\.................\MyApplication.cs,1934,2007-04-12
.........................\.........................\.................\MyPaletteSet.cs,5647,2007-04-13
.........................\.........................\.................\MyPaletteSet2.cs,6029,2007-04-13
.........................\.........................\.................\MyPaletteSet3.cs,3985,2007-04-13
.........................\.........................\.................\MyPaletteSet4.cs,2640,2007-04-13
.........................\.........................\Properties
.........................\.........................\..........\AssemblyInfo.cs,1567,2007-04-11
.........................\ExtensionApplicationBlock.sln,964,2007-04-10
.........................\License.txt,6236,2007-04-13
PaletteUtils.cs,6974,2008-07-03

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

发表评论

0 个回复

  • speckle
    对图像进行斑点噪声的添加,用方程f=f+n*f将乘性噪音添加到图像f上,其中n是均值为零,方差为var的均匀分布的随机噪声。(Image speckle noise addition, the equation f = f+ N* f will be added to the multiplicative noise on the image f, in which n is zero mean, variance var of the uniform distribution for the random noise.)
    2008-07-16 18:49:41下载
    积分:1
  • Socket
    socket 通讯 事例 源码,不多哦,大家可以看看(socket sourse code,this is veay good)
    2014-01-15 11:46:42下载
    积分:1
  • SBASrc
    使用CMakeList重新组织的SBA,即稀疏矩阵光束法平差算法,希望对大家有用(Use CMakeList reorganize the SBA, namely sparse matrix bundle adjustment algorithm, we hope to useful)
    2014-02-15 14:34:03下载
    积分:1
  • IIC_EEPROM(STM32神舟IV号-库函数版)
    在本章节,我们以最常见的I2C(I2C也叫IIC)接口的EEPROM芯片AT24C02为例进行 学习研究。它采用PHILIPS公司开发的两线式串行总线(I2C总线)。通过本章节实验,我们将 对I2C总线有一个深入的了解,对常用的存储设备进行初步的了解,掌握如何读写访问 AT24CXX这一系列I2C接口的EEPROM(In this chapter, we take the most common I2C (I2C also known as IIC) interface EEPROM chip AT24C02 as an example to study. It adopts the two wire serial bus developed by PHILIPS company (I2C bus). Through the experiment in this chapter, we will have a deep understanding of I2C bus, a preliminary understanding of the commonly used storage devices, how to read and write access to AT24CXX, a series of I2C interface EEPROM.)
    2018-10-24 10:58:53下载
    积分:1
  • 链表生成的银行系统带xml
    链表生成的银行系统带xml,分别用.cpp文件实现
    2022-07-04 10:02:37下载
    积分:1
  • 杆单元的有限元程序
    此程序是针对杆单元的程序,是有限元的程序,并且是并行化的程序,对于初步学习有限元编程的是很有帮助的,里面涉及的算法也是很简单的,很便于大家理解,希望可以帮到大家。
    2022-09-03 15:55:03下载
    积分:1
  • BP_Algorithm
    用VC++实现的BP(反向传播负反馈)神经网络算法(with VC BP (BP negative feedback) neural network algorithm)
    2007-07-03 22:20:18下载
    积分:1
  • ARM7-LPC213x-214x
    深入浅出ARM7-LPC213x_214x(上)(Layman ARM7-LPC213x_214x (on))
    2011-10-26 22:15:05下载
    积分:1
  • shiyan14
    利用51单片机控制HC-SR04超声波测距模块,实现用其测距的功能(HC-SR04 ultrasonic ranging module 51 MCU control, with its functionality ranging)
    2012-11-26 20:18:03下载
    积分:1
  • jpg_function
    // RGB -> YCbCr // Y = Coef. for red*Red+Coef. for green*Green+Coef. for blue*Blue // Cb = (Blue-Y)/(2-2*Coef. for blue) // Cr = (Red-Y)/(2-2*Coef. for red) // YCbCr -> RGB // Red = Cr*(2-2*Coef. for red)+Y // Green = (Y-Coef. for blue*Blue-Coef. for red*Red)/Coef. for green // Blue = Cb*(2-2*Coef. for blue)+Y (// RGB-> YCbCr // Y = Coef. for red*Red+Coef. for green*Green+Coef. for blue*Blue // Cb = (Blue-Y)/(2-2*Coef. for blue) // Cr = (Red-Y)/(2-2*Coef. for red) // YCbCr-> RGB // Red = Cr*(2-2*Coef. for red)+Y // Green = (Y-Coef. for blue*Blue-Coef. for red*Red)/Coef. for green // Blue = Cb*(2-2*Coef. for blue)+Y )
    2008-11-03 16:38:34下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载