AutoCAD是美国Autodesk公司首次于1982年生产的自动计算机辅助设计软件,用于二维绘图、详细绘制、设计文档和基本三维设计。Autodesk公司借助世界领先的二维和三维设计软件之一--AutoCAD ,软件中强大、灵活的功能,实现卓越的设计和造型。 AutoCAD 2012特点: (1)具有完善的图形绘制功能。 (2)有强大的图形编辑功能。 (3)可以采用多种方式进行二次开发或用户定制。 (4)可以进行多种图形格式的转换,具有较强的数据交换能力。 (5)支持多种硬件设备。 (6)支持多种操作平台。 (7)具有通用性、易用性,适用于各类用户此外,从AutoCAD2000开始,该系统又增添了许多强大的功能,如AutoCAD设计中心(ADC)、多文档设计环境。 AutoCAD 2012官方简体中文正式版安装说明: 1.启动安装 Autodesk AutoCAD 2012 2.输入AutoCAD安装序列号: 666-69696969, 667-98989898, 400-45454545 3.输入AutoCAD密匙: 001D1 4.完成安装,重启AutoCAD。 5.点击激活按钮之前 你有两个选择: a)禁用您的网络或拔掉网线; b)点击激活后它会告诉您,您的序列号是错误的,这时点击上一步等一会再点击激活即可。 选择了a或b后看下一步。 6.在激活界面中选择我拥有一个Autodesk激活码 7.一旦到了激活屏幕:启动注册机如果你是32位的请启用32位的注册机如果是64位的请启动64位的注册机。 8.先粘贴激活界面的申请号至注册机中的Request中, 9.点击Generate算出激活码,在注册机里点Mem PATCH键,否则无法激活,提示注册码不正确。 10.最后复制Activation中的激活码至“输入激活码”栏中,并点击下一步,即会提示激活成功。
上传时间: 2013-12-16
上传用户:pioneer_lvbo
SLAX/FanX制作livecd的完全脚本,适合内核2.4.*版本。这个脚本经过linuxfans.org atfa的PATCH,主要作用是可以在制作initrd文件中挂载FAT磁盘时加上 -o iocharset=cp936的参数。FanX-0.1.1和0.2.0就是使用这个脚本制作出来的。
上传时间: 2014-11-30
上传用户:redmoons
hellow world rpm包的src文件,包含source,PATCH,spec提供给对linux rpm包有兴趣的linusir们交流
上传时间: 2014-05-23
上传用户:ddddddos
此软件支持多文档打开,支持多种程序语言语法高亮度显示:Delphi,SQL,Basic,C++, Perl,Java,HTML, TCL/tk,AWK Script,Python CA-Clipper MS-DOS PATCH File。多种选择模式支持,支持程序语言语法高亮度显示颜色的可视化调整,支持书签:十个书签,支持多级Undo和Redo操作,层次数可以自己设置。 支持最近文件列表,最近文件的数量可以自己设置。支持查找、替换:同Delphi: 支持直接编辑Delphi的窗体文件(dfm)。支持直接编辑二进制文件。支持直接将源程序文件导出为Word文档或超文本形式。支持代码模板和代码自动完成: 支持自动文件保存。 支持“编辑”命令键的自定义:支持行号显示:可以用指定颜色显示当前行:支持文件拖放。
上传时间: 2013-12-26
上传用户:gtf1207
VS1002D ADPCM RECORDING INSTRUCTIONS v 1.0 (C) 2004-09-23 VLSI SOLUTION OY This is a software package to PATCH VS1002d ADPCM recording capability. It is explained in VS10XX Application Notes, available at http://www.vlsi.fi/download/ See also source code src/microcontrol.c for example.
标签: INSTRUCTIONS RECORDING SOLUTION softwar
上传时间: 2014-01-05
上传用户:894898248
I. Introduction This code exploits a previously undisclosed vulnerability in the bit string decoding code in the Microsoft ASN.1 library. This vulnerability is not related to the bit string vulnerability described in eEye advisory AD20040210-2. Both vulnerabilities were fixed in the MS04-007 PATCH. II. Screenshots $ ./kill-bill.pl . kill-bill : Microsoft ASN.1 remote exploit for CAN-2003-0818 (MS04-007) by Solar Eclipse <solareclipse@phreedom.org> Usage: kill-bill -p <port> -s <service> host Services: iis IIS HTTP server (port 80) iis-ssl IIS HTTP server with SSL (port 443) exchange Microsoft Exchange SMTP server (port 25) smb-nbt SMB over NetBIOS (port 139) smb SMB (port 445) If a service is running on its default port you don t have to specify both the service and the port. Examples: kill-bill -s iis 192.168.0.1 kill-bill -p 80 192.168.0.1 kill-bill -p 1234 -s smb 192.168.0.1
标签: I. vulnerability Introduction undisclosed
上传时间: 2015-05-15
上传用户:xhz1993
很好的linux内核调试软件 兼辕马,没有密码。 The ia64 and ix86 directories contain versions of kdb prior to v2.0 (kdb version v2.0, not the kernel version). Older versions of kdb had complete PATCHes for each architecture it supported, each PATCH included all the common kdb code. This format was awkward to maintain and use for multiple platforms. Starting with kdb v2.0 there is a common PATCH against each kernel which contains all the architecture independent code plus separate architecture dependent PATCHes. Either use an old style (v1.8 or v1.9) kdb PATCH or use a new style (v2.0) common PATCH plus the corresponding architecture dependent PATCH.
上传时间: 2014-01-21
上传用户:wyc199288
Micro In-System Programmer Brief Installation Notes Enter the src directory. If uisp does not compile successfully, add switch -DNO_DIRECT_IO in the Makefile to remove support for direct I/O port access (that may be necessary on non-PC architectures). Parallel port access should still work if you have the Linux ppdev driver (PATCH for 2.2.17 is in the kernel directory, ppdev is standard in 2.4 kernels). Please lobby Alan Cox to include this tiny little driver in 2.2.x too :). To make it type: make and to install it: make install If you have any further doubts, please consult UISP s homepage: http://www.nongnu.org/uisp/
标签: Installation Programmer In-System directory
上传时间: 2013-12-23
上传用户:小儒尼尼奥
This documentation is based on the following versions:- pre-release of the wimax model developed by NIST (file PATCH-wimax-prerelease-092206)- ns-2.29 此程序是NS2下用C、C++编写的,主要对Wimax 802.16d和802.16e的MAC层协议的仿真,压缩文件内部有详细的说明。 由于NS2运行在Linux下而且是对网络的模拟,因此把它归在Linux/网络类中
标签: documentation pre-release developed following
上传时间: 2014-01-12
上传用户:钓鳌牧马
linux下视频采集程序,usb摄像头驱动PATCH,
上传时间: 2014-01-14
上传用户:Divine