-
Wang Shuang language after compilation of the answers, but also the answer to th...
王爽的汇编语言的课后答案,而且还有课程设计的答案,很值得下-Wang Shuang language after compilation of the answers, but also the answer to the curriculum design, it is worthy of the next
- 2022-01-28 03:51:12下载
- 积分:1
-
这个比较完整注释什么的都全还有开平方.
并且格式也很好看,干净.
这个比较完整注释什么的都全还有开平方.
并且格式也很好看,干净.-Note the relatively complete what are all still open square. And format is also very good looking, clean.
- 2022-07-04 14:52:23下载
- 积分:1
-
Bsqview原型+加入NDVI+加入最小距离法+Kmeans+PPI
高光谱处理、分类、NDVI计算。。。。。。。。。。。。。。。。。。。。(Hyperspectral image processing, classification and NDVI calculation)
- 2020-06-29 05:20:02下载
- 积分: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
-
输入一个数 然后可以得到比这个数小的所有素数 InTEL汇编程序设计书后的一道题目 天津大学实验...
输入一个数 然后可以得到比这个数小的所有素数 InTEL汇编程序设计书后的一道题目 天津大学实验 -Enter a number and then can get smaller than this number of all prime numbers InTEL assembly programming book for a test subject of Tianjin University
- 2023-08-26 13:35:11下载
- 积分:1
-
BIOS的BIOS Rootkit Rootkit
Bios Rootkit Bios Rootkit-Bios Rootkit
- 2023-07-10 07:45:04下载
- 积分:1
-
biansongqiziliao ,xuyao
biansongqiziliao ,xuyao -hopeyouneed
- 2022-04-29 22:32:38下载
- 积分:1
-
有用的代码
说明: 在MATLAB平台上,编写程序调用gamultiobj工具箱,实现多目标优化问题的求解(On the platform of MATLAB, the program is written to call gamultiobj toolbox to solve the multi-objective optimization problem)
- 2020-08-14 14:56:27下载
- 积分:1
-
两个十进制数相乘的实验
一. 实验目的 1.掌握乘法和循环指令的用法。 2.熟悉在PC机上建立、汇编、连接、调试和运行,8088/8086汇编语言程序的过程。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-08-25 13:45:03下载
- 积分:1
-
HPA磁盘隐藏分区的安装生成源码,在MASM编译上可以通过,主要调用BIOS中断,端口等实现操作。...
HPA磁盘隐藏分区的安装生成源码,在MASM编译上可以通过,主要调用BIOS中断,端口等实现操作。-HPA hidden disk partition to install to generate source code in MASM compiler can be passed, the main BIOS interrupt call, port and so realize the operation.
- 2022-05-13 13:55:22下载
- 积分:1