资源列表
0-100timing
- 0-100计时单片机实现,0-100计时-0-100 timing
liushuideng
- 用verilog语言编写程序使流水灯依次闪烁,并包含textbench文件-Verilog language used to write programs in order to make water lights flashing, and the file contains textbench
Matlabnn
- Matlab模糊逻辑工具箱与专家系统的结合
shiyan1
- 运用递归下降子程序法,实现整数四则运算表达式的语法分析程序。如果输入的表达式分析正确,则输出表示分析正确的信息;否则,输出表示分析错误的信息。-Subroutine using recursive descent method to achieve parser integer arithmetic expressions. If the expression entered the analysis is correct, then the output indicates the corre
chaos
- FRACTIONAL ORDER CODE系统数据模拟程序-fractional order code
Time-Picker
- Android Time picker-Android Time picker
Untitled3
- matlab m file program
PAOMADENG
- 跑马灯的设计程序,介绍了跑马灯的工作原理。-Marquee design process, the working principle of the Marquee.
Programa_Teste_ClpPic40-v3
- test program for plc pic with 40 pines
arbiter
- dynamic An arbiter is a logical element serving to the order of access to a shared resource. An arbiter would typically employ a scheduling algorithm to decide which one on several requestors would be serviced. Arbiter provides arbitration between bu
student
- .编写一个控制台应用程序,程序中有两个类定义,一个是创建程序时系统自动创建的类Class1,一个是用户自定义的Student类,要求该类包含私有字段:学号(字符串)、姓名(字符串)和性别(字符),具有三个属性:学号(读写)、姓名(只读)、性别(读写),具有有参构造方法、具有同时显示学生个人信息的方法。在Class1类的Main方法中完成以下功能: 1)从键盘上输入一个学生的个人信息(学号、姓名、性别)。 2)修改该学生的学号和性别。 3)打印修改前后该学生的个人信息。-Write a