资源列表
systemview
- 基于SystemView软件的仿真实例 里面有很多原理图 对于学习通信专业的或学习SystemView的有很大的帮助作用-SystemView software-based simulation there are a lot of schematics for communications professionals to learn or learning SystemView of great help to the role of
baogao
- 09大学生电子设计大赛报告样例,给你提供点写报告的样板,很实用-09 university electronic design competition, the report offers you point to write a report template, very practical
MultiView
- 单文档多视图切换(总结了2种方法),切换的视图可以是CView及其派生的多个类。-Single-document multi-view switching (summed up the two kinds of methods), switching the view can be derived from CView and its various categories.
XLCNC
- VB读取dxf文件并转换为单片机能识别的圆心坐标数据。
PLC
- 利用LabVIEW和PLC通讯,相对其他软件更加简单-The use of LabVIEW and the PLC communications, compared with other software more simple
SCOMM
- 利用SerialPort类编的串口程序,可以设置波特率、校验位、停止位等参数,还可进行文本文本文档内容的传输-Compiled using the serial port SerialPort class program, you can set the baud rate, parity, stop bits and other parameters, but also for the transmission of the text content of text documents
SDI(multiview)
- VC++6.0 单文档多视图 源代码 非常的简单实用 可以用作学习参考-VC++6.0 multiple view single document source code
Communication
- labwindows/CVI串口通信程序-port communication
linebar
- 折线图,加入到自己的Web页面,为别人提供服务-acquire
KML
- 下载的是别人做好的,可以动态生成KML数据,加载到GOGOLEEARTH上-Download someone else to do, you can dynamically generate KML data, loaded on to GOGOLEEARTH
dbvgrids
- delphi中的可以横竖排列的表格,很有参考价值-delphi that can be if they had arranged in the form of great reference value to
20064350132
- 通过设计,编制,调试一个语法及语义分析程序,加深对语法及语义分析原理的理解。 IF 〈布尔表达式〉 THEN 〈赋值语句〉 ELSE 〈赋值语句〉 其中 (1)、可以选择递归下降法、LL(1)、算符优先分析法、LR法完成以上任务,中间代码选用四元式。 (2)、 写出符合分析方法要求的文法,给出分析方法的思想,完成分析程序设计。 (3)、 编制好分析程序后,设计若干用例,上机测试并通过所设计的分析程序。 目 录 一.系统需求分析 二.概念模型设计 三.