登录
首页 » Java » AUTOCAD2007PPT

AUTOCAD2007PPT

于 2013-06-12 发布 文件大小:5870KB
0 222
下载积分: 1 下载次数: 2

代码说明:

  CAD的基础教程,十分适合新手学习,希望可以帮助到大家(CAD-based tutorial, very suitable for beginners to learn, I hope you can help to)

文件列表:

AUTOCAD2007教程PPT版
....................\第10章 创建文字和表格.ppt,512000,2009-03-13
....................\第11章 标注基础与样式设置.ppt,554496,2009-03-13
....................\第12章 标注尺寸与编辑标注对象.ppt,315392,2009-03-13
....................\第13章 三维绘制基础与简单图形的绘制.ppt,698368,2009-03-13
....................\第14章 绘制三维网格和实体.ppt,563712,2009-03-13
....................\第1章 AutoCAD 2007入门基础.ppt,1917440,2009-03-13
....................\第2章 绘制简单二维图形对象.ppt,300032,2009-03-13
....................\第3章 选择与夹点编辑二维图形对象.ppt,524288,2009-03-13
....................\第4章 使用修改命令编辑对象.ppt,598016,2009-03-13
....................\第5章 规划和管理图层.ppt,560640,2009-03-13
....................\第6章 控制图层显示.ppt,568320,2009-03-13
....................\第7章 精确绘制图形.ppt,361984,2009-03-13
....................\第8章 绘制与编辑复杂二维图形对象.ppt,273408,2009-03-13
....................\第9章 使用面域与图案填充.ppt,347648,2009-03-13

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

发表评论

0 个回复

  • javaweb宿舍管理系统ssh框架
    对于新手,是一种练习吧  采用SSH  tomcat 8.5  jdk1.8的  myeclipse开发  勿吐槽,谢谢  mysql5.6的数据库
    2022-02-04 10:11:06下载
    积分:1
  • Android socket通信
    本程序是socket通信框架,实现Android终端与示 波器等仪器间的socket通信,达到终端控制仪器的目的。
    2022-02-15 02:54:14下载
    积分:1
  • 常用地图坐标系转换
    自己工作中整理的常用坐标系转换大法。包含 * 百度地图API        百度坐标 (BD09坐标系:即百度坐标系,GCJ02坐标系经加密后的坐标系。)  * 腾讯搜搜地图API        火星坐标 (GCJ02坐标系:即火星坐标系,WGS84坐标系经加密后的坐标系。)  * 阿里云地图API        火星坐标 (GCJ02坐标系:即火星坐标系,WGS84坐标系经加密后的坐标系。)  * 高德MapABC地图API 火星坐标 (GCJ02坐标系:即火星坐标系,WGS84坐标系经加密后的坐标系。)
    2022-10-13 11:30:02下载
    积分:1
  • 使用 Swing 控件,实现上图所示的图形化界面,并完成初步功能...
    使用 Swing 控件,实现上图所示的图形化界面,并完成初步功能-The use of Swing controls, to achieve the figure shown in graphical interface, and complete the initial function
    2022-02-10 04:28:53下载
    积分:1
  • Is to introduce a basis for application of java books Java For Artists targets b...
    是一本介绍java基础应用的好书 Java For Artists targets both the undergraduate computer science or information technology student and the practicing programmer. It is both an introductory-level textbook and trade book. As a textbook it employs learning objectives, skill-building exercises, suggested projects, and self-test questions to reinforce the learning experience. The projects offered range from the easy to the extremely challenging. It covers all the topics you’d expect to find in an introductory Java programming textbook and then some. As a trade book it goes purposefully deeper into topics cut short or avoided completely in most introductory textbooks. Its coverage of advanced GUI programming techniques, network programming and object-oriented theory will enable you to take your skills to a higher level.-Is to introduce a basis for application of java books Java For Artists targets both the undergraduate computer science or information technology student and the practicing progr
    2023-02-10 03:30:12下载
    积分:1
  • 问道PAK打包解包
    Asked ETC to play the unpacking tool, can be used to modify the ETC file
    2020-12-25 06:29:04下载
    积分:1
  • sqlite的增删改查
    package com.fenghuo.service;import java.util.ArrayList;import java.util.List;import android.content.Context;import android.database.Cursor;import android.database.SQLException;import android.database.sqlite.SQLiteDatabase;import com.fenghuo.db.DBHelper;import com.fenghuuo.pojo.Product;public class ProductService {private DBHelper helper;public ProductService(Context context){helper =new DBHelper(context);}//查询商品 按价格升序排序                 升序price asc  降序:price  descpublic ListfindAll(){List list=new ArrayList();SQLiteDatabase db=helper.getReadableDatabase();Cursor c=db.rawQuery("select id ,name,price,address from product order by pric
    2022-03-25 01:25:14下载
    积分:1
  • 一个计算器代码,能够进行连加连减连乘连除
    一个计算器代码,能够进行连加连减连乘连除-a calculator code, is capable of reducing even the company continually multiply even among
    2022-12-02 17:40:03下载
    积分:1
  • JAVA学生管理系统
    主要开发环境:JDK1.7、myeclipse、 Mysql、Sqlyog          主要功能:学生:能完成登录、查看开设课程、选课(是否订购教材)、查看已选课程、退选已选课程的功能;                    教师:能完成登录、查看开设课程(选课人数)的功能;                    管理员:能够完成登录、管理教师信息、管理学生信息、管理课程信息、管理教材信息的功能;         
    2022-02-20 01:30:19下载
    积分:1
  • aixuexiao-master
    部署到微信公众平台的一个校园管理系统 是基于新浪SAE的 (Deployed to the micro channel public platform for a campus management system is based on Sina SAE)
    2015-07-20 16:33:43下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载