-
以前我对汇编语言学习一些,在此提供一些源码,大家可试一下。...
以前我对汇编语言学习一些,在此提供一些源码,大家可试一下。-I used to learn some of the assembly language, in this to provide some source code, we can try.
- 2022-01-26 00:58:26下载
- 积分:1
-
DIALOGIC 会议的测试代码,很有用的,希望对你有帮助。
DIALOGIC 会议的测试代码,很有用的,希望对你有帮助。
-Dialogic meeting the test code, very useful, I hope you have help.
- 2022-03-10 18:06:09下载
- 积分:1
-
有整数乘法、除法、加法及减法的使用汇编语言子程序
有整数乘法、除法、加法及减法的使用汇编语言子程序-There is an integer multiplication, division, addition and subtraction of the use of assembly language subroutines
- 2022-04-17 19:35:15下载
- 积分:1
-
串口键盘的程序
串口键盘的程序 -serial keyboard procedures
- 2023-01-14 02:55:04下载
- 积分:1
-
多路移位寄存器dsasg asgagvgdafgadtgertgdafgdafgda
多路移位寄存器dsasg asgagvgdafgadtgertgdafgdafgda-multi-shift registers dsasgasgasgagvgdafgadtgertgdafgdafgda
- 2022-04-22 11:48:17下载
- 积分:1
-
重要的文件 重要的文件
重要的文件 重要的文件 -重要的文件重要的文件重要的文件重要的文件
- 2023-08-12 23:25:03下载
- 积分: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
-
MSC v5.1库的补充
MSC v5.1库的补充 -MSC version 5.1 for the supplementary
- 2022-12-23 17:30:04下载
- 积分:1
-
Calculator c# programming development environment, because there is no c# no oth...
计算器c#编程
由于开发环境没有c#只好选择c-Calculator c# programming development environment, because there is no c# no other choice than c++
- 2023-04-15 17:05:03下载
- 积分:1
-
文件服务器
文件服务器,文件里有详细的服务器源代码和客户端源代码 非常实用
- 2022-08-07 22:06:57下载
- 积分:1