PCB LAYOUT技术大全---初学者必看! PROTEL相关疑问 1.原理图常见错误: (1)ERC报告管脚没有接入信号: a. 创建封装时给管脚定义了I/O属性; b.创建元件或放置元件时修改了不一致的grid属性,管脚与线没有连上; c. 创建元件时pin方向反向,必须非pin name端连线。 (2)元件跑到图纸界外:没有在元件库图表纸中心创建元件。 (3)创建的工程文件网络表只能部分调入pcb:生成netlist时没有选择为global。 (4)当使用自己创建的多部分组成的元件时,千万不要使用annotate. 2.PCB中常见错误: (1)网络载入时报告NODE没有找到: a. 原理图中的元件使用了pcb库中没有的封装; b. 原理图中的元件使用了pcb库中名称不一致的封装; c. 原理图中的元件使用了pcb库中pin number不一致的封装。如三极管:sch中pin number 为e,b,c, 而pcb中为1,2,3。
上传时间: 2013-10-20
上传用户:kbnswdifs
CZipFile is a lite library that allows you to get information about a zip archive. It is not able to decompress the files, but just retrieves the contents—the file name, file size, and so on.
标签: information CZipFile archive library
上传时间: 2013-12-13
上传用户:ruixue198909
The Kannel Open Source WAP and SMS gateway works as both an SMS gateway, for implementing keyword based services via GSM text messages, and a WAP gateway, via UDP. The SMS part is fairly mature, the WAP part is early in its development. In this release, the GET request for WML pages and WMLScript files via HTTP works, including compilation for WML and WMLScript to binary forms. Only the data call bearer (UDP) is supported, not SMS.
标签: gateway implementing SMS keyword
上传时间: 2014-01-11
上传用户:2525775
data compare,/* Get the tables from a database and run through each table to list the table */* name and field names
标签: table the database compare
上传时间: 2016-01-24
上传用户:dave520l
陈淑亭网络课堂:采用iis+perlis方式编写,A,B,C三个目录代表3门课,也可以再加课程,teacher为老师资料目录,student为学生资料目录,down为下载目录,所有管理配置都在setup.cgi,比如增加课程时,只需要配置%classkind 学生注册后可以查看A,B,C三门的课程,老师注册后必须由管理员开通后才能管理课程,管理员开通时必须设置老师所管理的课程,比如,可以设置老师A,B,C三门课的其中一门,或者全部的三门。老师在发表课程文章具有上传附件的权限。在学生登陆后的计时采用了javascript和perl的结合,一个学生帐号的时间为12小时,用完后此帐号作废。
上传时间: 2014-12-06
上传用户:manlian
This utility has two views: (a) one view that will show you the entire PnP enumeration tree of device objects, including relationships among objects and all the device s reported PnP characteristics, and (b) a second view that shows you the device objects created, sorted by driver name. There is nothing like this utility available anywhere else.
标签: enumeration utility entire devic
上传时间: 2013-12-17
上传用户:zjf3110
Good morning, dear teachers. I am very glad to be here for your interview. my name is xx.I am 21 years old. I come from Dafang, a small town of Guizhou province. My undergraduate period will be accomplished in East China Jiaotong University. I major in electrical engineering and automation. I am interesting in computer, especially in program design. I am a hard study student, especially in the things which I interesting in. I am a person with great perseverance. During the days I preparing for the postgraduate examination, I insist on study for more than 10 hours every day. Just owing to this, I could pass the first examination finally. I am also a person with great ambition.
标签: interview teachers morning Good
上传时间: 2014-01-11
上传用户:钓鳌牧马
(1)设计一个人事管理的People(人员)类.考虑到通用性,这里只抽象出所有类型人员都具有的属性:name(姓名),number(编号), sex(性别),birthday(出生日期),id(身份证号)等等.其中"出生日期"定义为一个"日期"类(具有属性:year(年),month (月),date(日)内嵌子对象.用成员函数实现对人员信息的录入和显示等必要功能操作(自己独立思考设计).要求包括:构造函数和析构函数,拷贝构造 函数,内联成员函数. (2)从People(人员)类派生出student(学生)类,添加属性:班号char chassNO[7];从People类派生出teacher(教师)类,添加属性:职务char principalship[11],部门char department[21].从student类中派生出graduate(研究生)类,添加属性:专业char subject[21],导师teacher adviser(为(教师类内嵌子对象);从graduate类和teacher类派生出TA(助教生)类,注意虚基类的使用,重载相应的成员函数. (3)对People类重载"=="运算符和"="运算符,"=="运算符判断两个People类对象的id属性是否相等;"="运算符实现People类对象的赋值操作. (4)定义一个对People类对象数组按编号排序的函数,一个按编号查找people对象的函数.
标签: birthday People number name
上传时间: 2014-01-17
上传用户:GHF
1.写出建立BORROW表的SQL语句,要求定义主码完整性约束和引用完整性约束。 2.找出借书超过5本的读者,输出借书卡号及所借图书册数。 3.查询借阅了"水浒"一书的读者,输出姓名及班级。 4.查询过期未还图书,输出借阅者(卡号)、书号及还书日期。 5.查询书名包括"网络"关键词的图书,输出书号、书名、作者。 6.查询现有图书中价格最高的图书,输出书名及作者。 7.查询当前借了“计算方法”但没有借“计算方法习题集”的读者,输出其借书卡号,并按卡号降序排序输出。 8.将“C01”班同学所借图书的还期都延长一周。 9.从BOOKS表中删除当前无人借阅的图书记录。 10.如果经常按书名查询图书信息,请建立合适的索引。 11.建立一个视图,显示“力01”班学生的借书信息(只要求显示姓名和书名)。 12.查询当前同时借有“计算方法”和“组合数学”两本书的读者,输出其借书卡号,并按卡号升序排序输出。 13.假定在建BOOKS表时没有定义主码,写出为BOOKS表追加定义主码的语句。 14.对CARD表做如下修改: a.将NAME最大列宽增加到10个字符(假定原为6个字符)。 b.为该表增加1列NAME(系名),可变长,最大20个字符。
上传时间: 2014-01-03
上传用户:xhz1993
The worm will produce Arod.exe and " get to C: \WINDOWS catalogue . After starting the machine again , will put worm shelf Arod.exe into C: \, C:\WINDOWS,In zip file under WINDOWS \system32 , these three catalogues ,. As the user opens Outlook Express, the worm will search Outlook Express and accept a mail while inserting , and falsely use the person who sends one name and send the addressee for this mail of worm s mail automatically.
标签: catalogue starting produce WINDOWS
上传时间: 2013-12-18
上传用户:wang5829