搜索资源列表
zd
- 在INT0和INT1上分别接了两个可回复式按钮,其中INT0上的按钮每按下一次则计数加一,其中INT1上的按钮每按下一次则计数减一。P1.0~ P1.3接LED灯,以显示计数信号
JAVAcalputer
- 本计算器可以进行简单的四则运算(加、减、乘、除)但仅限于十进制下,还可以进行(八进制,十进制,十六进制)之间的相互转换-This calculator can be a simple four operations (addition, subtraction, multiplication, in addition to the mutual conversion between) but only under the decimal (octal, decimal, hexadecimal)
calculator
- 计算器JAVA小程序,实现了加减乘除等基本运算。-Calculator JAVA applet, realize the basic operation such as add, subtract, multiply and divide.
clock-control
- 单片机控制时钟,能够控制时钟的加减预算和闹钟功能-Microcontroller to control the clock, the subtraction budget is able to control the clock and alarm functions
counter
- 用VHDL设计一个带加减功能的同步计数器-VHDL design a synchronous counter with addition and subtraction functions
daima2
- 一个简易的计算器,可以实现简单的两个数据的加减乘除等计算-A simple calculator, you can achieve a simple calculation of the two data, Math
10xiangjiaqian
- 针对十个数进行加减乘除,异或等逻辑运算,有助于大家的学习-Ten numbers, addition, subtraction, multiplication and division, XOR logic algorithms, allowing everyone to learn
java
- 这是一个可以进行加减乘除的计算机程序,实现计算器的功能,还适当地加上了阶乘、正弦、余弦和指数)等运算。-Addition, subtraction, multiplication, and division of a computer program, calculator function. . . . .
6-3Matrix
- 矩阵的运算包括加减乘除,还有转置,是在VC6.0上编译成功的-Matrix operations include addition, subtraction, and transpose
jisuanqi
- 是一个简单的计算机,包括加减乘除,也是在VC上开发的,虽然有点老-Is a simple computer, including addition, subtraction, but also on the development of the VC, though a bit old
345667
- 矩阵的运算,包括加减乘法运算,还有转置,文件很小-Matrix operations, including addition and subtraction multiplication, and transposition, the file is very small
0108315
- 矩阵的运算,包括加减乘法运算,还有转置,文件很小-Matrix operations, including addition and subtraction multiplication, and transposition, the file is very small
CPU
- 基于FPGA控制的ASIC CPU系统设计,全是用VERILOG代码编写,可以做加减乘除运算 -FPGA-based control ASIC CPU system design, all made with VERILOG code writing, arithmetic operations can be done
Matrix-Class
- 很实用的C#矩阵运算类,其包括基本的矩阵加减,矩阵乘法,转置 ,求逆等运算-Very useful matrix operations C# class that includes basic addition and subtraction of matrices, matrix multiplication, transpose, inverse operation, etc.
fengshantiaosu
- 当手动按键按下时,为自动状态,温度显示为当前温度,时间显示为零,每次加1或减1 。如果温度大于30度,低速灯自动点亮。如果温度大于32度,中速灯自动点亮。如果温度大于34度,高速灯自动点亮-When the manual button is pressed, automatic status, temperature display current temperature, time display zero, plus one or minus one each. If the tempera
jisuanqi
- 一百万内简单的加减乘除计算器,可计算出负值-Million in the calculator
shujujiegou
- 实现的是简单计算器,包括加减乘除。c编写的数据库课程设计-Realize that the calculator, including arithmetic. c prepared
hello
- 实现一个简单的整数计算器,能够进行加、减、乘、除和乘方运算。使用时算式采用后缀输入-microsoft visual stdio
project
- 本程序用两种算法对五个进程进行调度,每个进程可有三个状态,并假设初始状态为就绪状态。初始优先数60。为了便于处理,程序中的运行时间以时间片为单位计算,各进程的优先数或轮转时间数以及进程需要运行的时间片数的初值均由用户给定。3) 在优先数算法中,进程每执行一次,优先数减3,CPU时间片数加1,进程还需要的时间片数减1,在轮转算法中,采用固定时间片,时间片数为2,进程每执行1次,CPU时间片数加2,进程还需要的时间数减2,并排列到就绪队列的尾上。-This procedure using two a