-
这是一个显示月份的汇编源代码,是汇编课程的一个实验,程序简单,但是汇编的基础,希望初学的可以看看。...
这是一个显示月份的汇编源代码,是汇编课程的一个实验,程序简单,但是汇编的基础,希望初学的可以看看。-This is a show in a compilation of source code, is a compilation of the experimental curriculum, procedures simple, but the basis of the compilation, the beginner can see.
- 2022-03-29 22:16:08下载
- 积分:1
-
A/D转换加1602显示proteus仿真
A/D转换加1602显示proteus仿真-A/D converter plus 1602 Show proteus simulation
- 2022-02-14 09:17:48下载
- 积分:1
-
that I write on the H.264 codec
这是我自己写的关于H.264解码反量化(IQ)部分的ARM汇编程序.请版主给以指教,多谢!-that I write on the H.264 codec- quantization (IQ) of ARM assembler. Please enlighten giving moderator, Thank you!
- 2022-04-02 05:03:07下载
- 积分:1
-
Count 24 points " as a mental poker game, a game content license from the Ki...
算24点”作为一种扑克牌智力游戏,游戏内容为从一副牌中抽去大小王2张,任意抽取4张牌(称牌组),用加、减、乘、除(可加括号)把牌面上的数算成24,每张牌必须用一次且只能用一次。我们可以人工计算,当然也可以用计算机来处理。本程序主要是借助计算机利用设计好的算法来计算24点问题。
该24点游戏程序内容主要包括界面显示,自动运算24点以及手动计算24点三部分,采用模块化开发方法,并汇编语言编写程序代码。-Count 24 points " as a mental poker game, a game content license from the King of removing the size 2, 4 samples of arbitrary license (a license that group), with add, subtract, multiply, divide (which can be bracketed ) to the surface of the card count as 24, each card must be used once and only once. We can manually, of course, can also be used to deal with the computer. This procedure is the use of the use of computer algorithms designed to calculate the 24 points. The 24-point games, including the contents of the main screen, automatic operation and manual calculation of 24 points, 24 points, three-part, modular development methodology, and assembly language programming code.
- 2022-09-03 01:05:03下载
- 积分:1
-
用C++实现矩阵连乘问题
用C++实现矩阵连乘问题-C matrix to achieve continually multiply problems
- 2022-02-13 16:03:36下载
- 积分:1
-
#include <iostream>
#include <stack>
#define MAX_SIZE...
非递归的快速排序算法-#include
#include
#define MAX_SIZE 11
using namespace std
typedef int elem
typedef std::stack Stack
int partition(elem*pData, int low, int high)
void swap(elem& a, elem& b)
void qsort(elem* pData, int low, int high)
int partition(elem*pData, int low, int high)
{
elem key = pData[low]
while(low < high)
{
while(low < high && pData[high] >= key)
high--
swap(pData[low], pData[high])
while(low < high && pData[low]
- 2022-05-08 16:41:43下载
- 积分:1
-
包含很多有用的程序,例如:随机加法运算,判断对错并算出总分,给出优良中差等级别,有较好的界面设计。...
包含很多有用的程序,例如:随机加法运算,判断对错并算出总分,给出优良中差等级别,有较好的界面设计。-contains many useful processes, such as : random addition operations, and calculated judgment wrong scores, given poor grades were excellent, a better interface design.
- 2022-03-23 20:08:30下载
- 积分:1
-
IDCT MMX技术的实现
idct mmx technology implement
- 2022-03-25 05:02:22下载
- 积分:1
-
用8251实现串行口异步通信,自发自收,波特率1200bps。采用查询方式发送与接收。从键盘输入发送字符。发送与接收的字符均在屏幕上显示。按esc键返回dos...
用8251实现串行口异步通信,自发自收,波特率1200bps。采用查询方式发送与接收。从键盘输入发送字符。发送与接收的字符均在屏幕上显示。按esc键返回dos-Achieved with the 8251 serial asynchronous communication, spontaneous self-income, the baud rate 1200bps. Way to send and receive using queries. To send characters from the keyboard. Send and receive characters are displayed on the screen. Press esc key to return to dos
- 2023-08-01 07:45:03下载
- 积分:1
-
本程序需在DOS下运行。每运行一次可执行程序random.exe,即可显示任意两个 16进制数的加法或减法表达式及其运算结果。在减法运算中,如果被减数小于减数,...
本程序需在DOS下运行。每运行一次可执行程序random.exe,即可显示任意两个 16进制数的加法或减法表达式及其运算结果。在减法运算中,如果被减数小于减数,显示 “Divide Overflow”的提示信息。-the process required under the DOS operating. Every time running executable random.exe can display any number of two 16-band addition or subtraction of expression and the results of operations. The subtraction operation, if less than subtrahend minuend, shows that the "Divide Overflow" message.
- 2022-01-26 07:00:58下载
- 积分:1