-
Assembly code is the ASM code, require the use of SCM. This is an example of sin...
汇编代码 是ASM的代码,要求使用单片机的。这是单片机的一个实例汇编语言程序,可以作为参考-Assembly code is the ASM code, require the use of SCM. This is an example of single-chip assembly language procedure, can be used as reference
- 2022-01-31 01:01:32下载
- 积分:1
-
计算器的VFP源代码,共享一下经验,希望大家能一起在这方面成为朋友...
计算器的VFP源代码,共享一下经验,希望大家能一起在这方面成为朋友-camputer
- 2022-04-18 01:02:56下载
- 积分:1
-
湿空气参数计算
根据已知湿空气的任意2个参数计算其他参数,如已知空气干湿球温度计算焓值之类,操作简单,适合制冷专业使用。运行结果都根据nist软件比较过,比较精确。
- 2022-12-03 19:25:03下载
- 积分:1
-
c语言编译的计算器
为了方便了解流程,在程序中把计算过程也输出了.而且栈操作的实现部分也是自己实现的.
程序用两个栈,optr寄存运算符,opnd寄存操
c语言编译的计算器
为了方便了解流程,在程序中把计算过程也输出了.而且栈操作的实现部分也是自己实现的.
程序用两个栈,optr寄存运算符,opnd寄存操作数和运算结果.输入的表达式以等号结束,例如:2*(1+2)=
-c language compiler of the calculator in order to facilitate the understanding of flow, in the procedure to calculate the output of the process. but Stack is the realization of part of their realization. procedures with two stacks, optr storage operator, opnd operand storage and computing the results of . enter the expression in order to equate the end of, for example: 2* (1+ 2) =
- 2022-10-25 02:00:03下载
- 积分:1
-
如果要进行农历跟正历的转换 那么这个程序就是用来转换的...
如果要进行农历跟正历的转换 那么这个程序就是用来转换的-to the Lunar calendar is with the conversion Well, this procedure is used for conversion
- 2022-02-02 05:29:38下载
- 积分:1
-
从键盘读入一个4进制数,CRT显示等效双…
从键盘读入一个四位的十六进制数,CRT显示等值的二进制数.
由于每个十六进制数位对应4个二进制,所以每读入一个十六进制位后,即可将其对应的4个二进制位依次输出。由于数字‘0’~ ‘9’的ASCⅡ码为30H~39H,字母‘a’~‘f’与 ‘A’~‘F’的ASCⅡ码为61H~66H 与41H~46H ,因此,如果输入的字母为数字‘0’~‘9’,则其低4位即为对应的二进制位;如果输入的字符为字母‘a’~‘f’或‘A’~‘F’,则需要减7,然后通过移位将低4位依次输出。
-Reading from the keyboard into a 4 hexadecimal number, CRT display equivalent binary number. Since each hexadecimal number of the corresponding 4-bit binary, so every time into a hexadecimal places, can be its corresponding 4-bit binary sequence output. Due to the number
- 2022-12-17 12:35:03下载
- 积分:1
-
编译的c++原代码
编译的c++原代码-the original code
- 2022-12-18 07:45:03下载
- 积分:1
-
排序(适合新手)
在3000h输入10个数,接着运行,在到3100h看排序结果...
排序(适合新手)
在3000h输入10个数,接着运行,在到3100h看排序结果-order (for newcomers) in the importation of 10 3000h number, and then run in order to see results 3100h
- 2022-03-20 11:34:13下载
- 积分:1
-
Code for initializing HIWIN motion controller PCI
4P
Code for initializing HIWIN motion controller PCI
4P
- 2022-05-29 20:31:15下载
- 积分:1
-
Do STC89C52 learning remote control, infrared remote control can keep eight of i...
STC89C52做的学习型遥控器,可存八个红外遥控信息,只要再把按键用定时器中断2完成就可以用于商业生产了-Do STC89C52 learning remote control, infrared remote control can keep eight of information, as long as the button and then use Timer 2 interrupt can be completed for commercial production of the
- 2022-02-09 12:04:42下载
- 积分:1