虫虫首页|资源下载|资源专辑|精品软件
登录|注册

course

  • 6小时学会labview

    6小时学会labview, labview Six Hour course – Instructor Notes   This zip file contains material designed to give students a working knowledge of labview in a 6 hour timeframe. The contents are: Instructor Notes.doc – this document. labviewIntroduction-SixHour.ppt – a PowerPoint presentation containing screenshots and notes on the topics covered by the course. Convert C to F (Ex1).vi – Exercise 1 solution VI. Convert C to F (Ex2).vi – Exercise 2 solution subVI. Thermometer-DAQ (Ex2).vi – Exercise 2 solution VI. Temperature Monitor (Ex3).vi – Exercise 3 solution VI. Thermometer (Ex4).vi – Exercise 4 solution subVI. Convert C to F (Ex4).vi – Exercise 4 solution subVI. Temperature Logger (Ex4).vi – Exercise 4 solution VI. Multiplot Graph (Ex5).vi – Exercise 5 solution VI. Square Root (Ex6).vi – Exercise 6 solution VI. State Machine 1 (Ex7).vi – Exercise 7 solution VI.   The slides can be presented in two three hour labs, or six one hour lectures. Depending on the time and resources available in class, you can choose whether to assign the exercises as homework or to be done in class. If you decide to assign the exercises in class, it is best to assign them in order with the presentation. This way the students can create VI’s while the relevant information is still fresh. The notes associated with the exercise slide should be sufficient to guide the students to a solution. The solution files included are one possible solution, but by no means the only solution.

    标签: labview

    上传时间: 2013-10-12

    上传用户:zjwangyichao

  • 半导体器件物理与设计

    It would not be an exaggeration to say that semiconductor devices have transformed humanlife. From computers to communications to internet and video games these devices and the technologies they have enabled have expanded human experience in a way that is unique in history. Semiconductor devices have exploited materials, physics and imaginative applications to spawn new lifestyles. Of course for the device engineer, in spite of the advances, the challenges of reaching higher frequency, lower power consumption, higher power generation etc.

    标签: 半导体器件 物理

    上传时间: 2013-10-28

    上传用户:songnanhua

  • Algorithms(算法概论)pdf

    This book evolved over the past ten years from a set of lecture notes developed while teaching the undergraduate Algorithms course at Berkeley and U.C. San Diego. Our way of teaching this course evolved tremendously over these years in a number of directions, partly to address our students' background (undeveloped formal skills outside of programming), and partly to reect the maturing of the eld in general, as we have come to see it. The notes increasingly crystallized into a narrative, and we progressively structured the course to emphasize the “story line” implicit in the progression of the material. As a result, the topics were carefully selected and clustered. No attempt was made to be encyclopedic, and this freed us to include topics traditionally de-emphasized or omitted from most Algorithms books.

    标签: Algorithms 算法

    上传时间: 2013-11-11

    上传用户:JamesB

  • 这里是我在学校时所写的一些程序

    这里是我在学校时所写的一些程序,其中有些Java程序可能要重新编译一下才能运行,具体如下:C course Disign——C语言编写的时钟程序Very Simple CPU——CPU仿真工具StudentQuery——基于SQL语言数据库的学籍管理系统Theory of Computation——一些关于计算理论算法的实现,详见内附说明Hotel——酒店管理系统另外还有一些硬件VHDL方面的程序,整理好后会陆续上传

    标签: 校时 程序

    上传时间: 2013-12-26

    上传用户:onewq

  • Computer courseTsinghua计算机讲义

    \Computer course\Tsinghua计算机讲义

    标签: Computer course 计算机 讲义

    上传时间: 2014-12-07

    上传用户:chenjjer

  • Introduction to GPS ToolKit Pro 1.0 GPS ToolKit Pro is an ActiveX object that makes it easy to add

    Introduction to GPS ToolKit Pro 1.0 GPS ToolKit Pro is an ActiveX object that makes it easy to add GPS support to any Visual Basic, Visual C++, Delphi, Excel, or scripting project that supports ActiveX controls. GPS data (including lat/lon, speed, course, altitude, and dozens of other datasets) can be accessed through GPS ToolKit s properties, and GPS ToolKit s multithreaded event-based architecture notifies your application when data has been updated, saving you from having to write messy polling routines.

    标签: ToolKit Introduction GPS Pro

    上传时间: 2015-04-28

    上传用户:zhuoying119

  • This a set of notes I put together for my Computer Architecture class in 1990. Students had a proje

    This a set of notes I put together for my Computer Architecture class in 1990. Students had a project in which they had to model a microprocessor architecture of their choice. They used these notes to learn VHDL. The notes cover the VHDL-87 version of the language. Not all of the language is covered (about 95%). You may use this booklet for your own personal learning purposes. You may not use it for profit (eg, selling copies of it, using it in a course for which people pay, etc). If you want to make use of it beyond these conditions, contact me and we can come to some arrangement.

    标签: Architecture Computer Students together

    上传时间: 2014-01-15

    上传用户:wxhwjf

  • pop3代理服务器源代码One of the most powerful features of Pop3 Agent is a naive Bayes filter, that is capab

    pop3代理服务器源代码One of the most powerful features of Pop3 Agent is a naive Bayes filter, that is capable of recognizing spam e-mails after appropriate training. Pop3 Agent uses an embedded Firebird database server. Of course, you can configure Pop3 Agent to work with an existing server if there is another Interbase/Firebird installation available in your network. Open the Pop3 Agent home directory, delete or rename gds32.dll and ib_util.dll, and set the INI file parameter FBembedded=0.

    标签: features powerful filter Agent

    上传时间: 2014-01-09

    上传用户:yoleeson

  • the applet is used for Grocery Store Simulation,When you execute the main() method, the output shoul

    the applet is used for Grocery Store Simulation,When you execute the main() method, the output should match the output file provided in the course website. You will be graded according to the correctness of your output and your compliance to these specifications.

    标签: the Simulation Grocery execute

    上传时间: 2013-12-25

    上传用户:luopoguixiong

  • 程序功能: 1 管理员开设课程; 2 学生可以选择课程; 3 学生注册; 4 教师注册; 5 教师给选自己课程的学生给成绩; 6 管理员对学生成绩进行管理; 7 学生能够查询通过密码自己

    程序功能: 1 管理员开设课程; 2 学生可以选择课程; 3 学生注册; 4 教师注册; 5 教师给选自己课程的学生给成绩; 6 管理员对学生成绩进行管理; 7 学生能够查询通过密码自己的成绩; cpp9.cpp 主函数控制程序运行 teacher.cpp 教师类 course.cpp 课程类 Administrator.cpp 管理员类 delete_record.cpp 删除记录 save_lord.cpp 文件存取操作 short_record.cpp 生成简明文件 bad.cpp 生成均不及格的学生文件 find.cpp 查找学生信息 input_disp.cpp 输入、显示信息 Graph1.cpp 图形显示 学生成绩管理系统简介.doc 程序说明

    标签: 程序 查询 密码

    上传时间: 2014-11-07

    上传用户:shanml