-
audible voice an assembler
voice发声汇编程序1-audible voice an assembler
- 2022-05-27 04:15:17下载
- 积分:1
-
图形显示:一个五角星,按一键,变一种颜色 代码
图形显示:一个五角星,按一键,变一种颜色 代码
-graphics : a five-pointed star, according to a key, a color code change
- 2023-05-16 06:00:02下载
- 积分:1
-
汇编课程设计 图形编辑器
汇编课程设计 图形编辑器-compilation curriculum design graphics editor
- 2023-02-07 22:55:04下载
- 积分:1
-
这是一个汇编的程序包,所包含了一般的汇编初学者所要参考的汇编小程序...
这是一个汇编的程序包,所包含了一般的汇编初学者所要参考的汇编小程序-This is a compilation of the package, which contains a compilation of the general beginners by reference to the compilation of small programs
- 2022-02-02 19:46:07下载
- 积分:1
-
题目:利用条件运算符的嵌套来完成此题:学习成绩>=90分的同学用A表示,60...
题目:利用条件运算符的嵌套来完成此题:学习成绩>=90分的同学用A表示,60-89分之间的用B表示,60分以下的用C表示。 1.程序分析:(a>b)?a:b这是条件运算符的基本例子。-Title: the use of nested conditional operator to complete this question: academic> = 90 points with A classmate said that 60-89 between the use of B said that the 60 points or less with C said. 1. Program analysis: (a> b)? A: b This is a conditional operator s basic example.
- 2022-03-15 13:45:59下载
- 积分:1
-
数控电源,包括程序。硬件原理图。已经通过调试可以使用。...
数控电源,包括程序。硬件原理图。已经通过调试可以使用。-NC power supply, including the program. Hardware schematic diagrams. Have been through the debugger can be used.
- 2022-10-01 21:20:04下载
- 积分:1
-
OpenGL Cube, Asm x86.
Simple sample, which describes how to use OpenGL GAPI in...
OpenGL Cube, Asm x86.
Simple sample, which describes how to use OpenGL GAPI in Assembler. Requires MASM32 kit for building.
- 2023-03-19 23:15:03下载
- 积分:1
-
一个不怕掉电的超级万年历源程序及文件,非常有意思,大家还可以提出修改意见!...
一个不怕掉电的超级万年历源程序及文件,非常有意思,大家还可以提出修改意见!-A super-power-down calendar is not afraid of the source code and documentation, very interesting, everyone can make changes!
- 2022-08-11 06:17:09下载
- 积分:1
-
停车场管理系统
数据结构栈的应用,希望对大家有所帮助!...
停车场管理系统
数据结构栈的应用,希望对大家有所帮助!-C
- 2022-03-17 20:20:42下载
- 积分:1
-
//float abnormal control
//浮点异常的控制位 #define FPUEM_INVALIDOP 0x01 #define FPUEM_DENORMALOP 0x02 #define FPUEM_ZERODIVIDE 0x04 #define FPUEM_OVERFLOW 0x08 #define FPUEM_UNDERFLOW 0x10 #define FPUEM_PRECISON 0x20 #define __FORCE_INLINE__ __inline /*---------------------------------------------------------- 打开指定的浮点异常 关闭指定的浮点异常-//float abnormal control-# define FPUEM_INVALIDOP 0x01# define FPUEM_DENORMALOP 0x02# define FPUEM_ZERODIVIDE 0x04# define FPUEM_OVERFLOW 0x08# define FPUEM_UNDERFLOW 0x10# define FPUEM_PRECISON 0x20# define __FORCE_INLINE __ __inline /*---------------------------------------------------------- designated open abnormal closure of the floating-point designated float anomalies
- 2023-05-15 01:00:03下载
- 积分:1