-
addpass.rar
addpass.rar
- 2023-06-19 02:40:03下载
- 积分:1
-
用传输矩阵法计算一维光子晶体的带结构的程序,用matlab所编,文件解压后,程序写在word文档中,并附有在matlab下画的图,本人感觉非常有用...
用传输矩阵法计算一维光子晶体的带结构的程序,用matlab所编,文件解压后,程序写在word文档中,并附有在matlab下画的图,本人感觉非常有用-use of the transfer matrix method one-dimensional photonic crystal with the structure of the program, prepared by Matlab. unpacks the files, procedures written in word document, together with the painting under Matlab plans, I feel very useful
- 2022-03-10 03:15:02下载
- 积分:1
-
can be used on a computer USB power, so the computer can use fatigue, spend more...
可以用于电脑上的USB端口的电源,这样可以在使用电脑疲劳时,用些按摩器以消除疲劳-can be used on a computer USB power, so the computer can use fatigue, spend more massage device to eliminate fatigue
- 2022-02-02 08:11:27下载
- 积分:1
-
常见汇编语言程序设计原代码!我编的!希望大家给点意见
常见汇编语言程序设计原代码!我编的!希望大家给点意见-The useful demo of assembly language for program design.I write it and hope you give advice!
- 2022-02-24 20:11:18下载
- 积分:1
-
数据库课程设计 题目:图书管理系统 里面详细的编程目的,设计方案...
数据库课程设计 题目:图书管理系统 里面详细的编程目的,设计方案-Database curriculum design topics: library management system, which detailed the purpose of programming, design
- 2022-03-10 11:47:45下载
- 积分:1
-
binarySearchRecursive
Recursive binary search in MIPS asm
- 2013-10-17 00:49:51下载
- 积分:1
-
用汇编语言实现将bx寄存器的内容以10进制形式在显示器上输出使用递归算法,共45条指令程序在masm5.1 link3.60 环境下调试通过...
用汇编语言实现将bx寄存器的内容以10进制形式在显示器上输出使用递归算法,共45条指令程序在masm5.1 link3.60 环境下调试通过-assembly language bx to register with the contents of 10 band forms on the screen output using recursive algorithm, a total of 45 procedures in order masm5.1 link3.60 through debugging environment
- 2022-05-09 07:40:43下载
- 积分: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
-
汇编判断正负的代码
汇编判断正负的代码-compilation of the code of plus or minus judgment
- 2022-03-11 01:57:56下载
- 积分:1
-
HackerDisassemblingUncovered
黑客反汇编大解密,一本介绍反汇编知识的好书,例子深入浅出,适合有一定汇编基础的人员(Hacker disassembly Uncovered, a book about disassembling, easy to understand examples for someone who knows some assembling)
- 2010-05-10 09:54:04下载
- 积分:1