资源列表
Labview
- 详细描述了Labview中声卡的应用方法和注意事项,对于声音采集有很大帮助。-A detailed descr iption of the sound card in the Labview application methods and precautions for sound collection of great help....
A-simple-calculator
- 一个简易的计算器实现~对于学习微机原理的同学还是有些许帮助的~-A simple calculator to achieve,For students to learn Microcomputer Principle
LoanAnalyzer
- 房贷计算器,计算房贷还款额及周期,对每一次还款数额及时间进行列表显示-Mortgage calculator, calculate the mortgage repayment and the cycle, each time an amount and timing of the list shows
simple-calculator
- 利用MFC实现基本的简易计算器,基于对话框的简单实现,运行顺利。-Using MFC to basic simple calculator, based on the dialog simple to implement
interaction-interface
- Design of man-machine interaction interface
6
- 让用户从键盘输入若干个字符,将所有字符放入顺序表中,然后将顺序表第一个字符取出放在表中间,最后将顺序表在屏幕上显示。注意:顺序表的容量有限,因此程序中需要有异常处理机制,如果顺序表容量不能存放用户输入则提示用户输入内容过多。测试异常处理是否能正确运行。-Let the user enter the number of characters from the keyboard, all the characters into the sequence table, then the first c
jisuan
- 可以对物理实验数据进行分析,如计算方差,均值,判断坏值-Physical experimental data analysis, such as calculating the variance, the mean judgment bad value
DAQ
- 数据采集编程。基于labview的数据采集程序。简单。实用。适合初学者调试采集卡。-data acquisition
Jisuan1
- MFC简易计算器的编写(赋完整代码,调试已通过)-MFC a simple counter
chatroom
- erlang开发的聊天室,包括客户端和服务端-chatting room developed based erlang. include server & client
pic
- 图形化界面,基于LabVIEW的图形化设计,可能会有用的-graphical user interface,May be used based on the LabVIEW graphical design
lab
- 编写一个简单的学生成绩录入及显示系统,具体要求如下: 定义一个成绩结构体:至少包括C++、数学、英语; 定义一个学生结构体:至少包括姓名、性别、年龄、成绩结构体成员; 定义一个学生成绩录入函数,用于对学生进行成绩录入;采用动态分配的内存(new 和delete),对学生信息进行存储,要根据指定的输入数量进行内容分配; 重载函数的使用:定义二个比较函数,函数名为comp,该函数即可以对姓名进行比较也可以对成绩进行比较。 默认参数值的函数的使用:定义一个带有默认值参数的成绩排序函