-
我写的在DOS下枚举所有PCI设备的例子
我写的在DOS下枚举所有PCI设备的例子-I write DOS Enumerate all PCI devices example
- 2022-03-11 13:32:38下载
- 积分:1
-
IPOD wire Procedure (IPOD AND IPHONE information read out of the songs displayed...
IPOD 线控程序(将IPOD AND IPHONE 的歌曲信息读出来显示的LCD 屏幕上) 适应于 所有的 苹果 MP3 和手机的机型-IPOD wire Procedure (IPOD AND IPHONE information read out of the songs displayed on the LCD screen) to adapt to all Apple MP3 and mobile phone models
- 2022-07-26 14:13:33下载
- 积分:1
-
汇编移位操作,asm文件演示如何进行移位操作
汇编移位操作,asm文件演示如何进行移位操作-Compilation shift operation, asm files demonstrate how to carry out shift operation
- 2022-01-31 14:32:18下载
- 积分:1
-
用matlab编写的关于用传输矩阵法计算一维光子晶体的透射率随周期数变化的程序,感觉非常有用...
用matlab编写的关于用传输矩阵法计算一维光子晶体的透射率随周期数变化的程序,感觉非常有用-using Matlab prepared on the use of the transfer matrix method one-dimensional photonic crystal with the transmission cycle Change The procedure, a very useful
- 2022-09-11 19:30:03下载
- 积分:1
-
Guangxi M achinery No.2,2002 工程设计资料线图数据的MATLAB程序化...
Guangxi M achinery No.2,2002 工程设计资料线图数据的MATLAB程序化-Guangxi M achinery No. 162-163 engineering design information and map data MATLAB program
- 2022-08-18 12:30:03下载
- 积分:1
-
x86保护模式编程教程,简明易懂,进入低层编程的门槛,很不错的资料哦...
x86保护模式编程教程,简明易懂,进入低层编程的门槛,很不错的资料哦-x86 protected mode programming guides, simple, low-level programming to enter the threshold of very good information!
- 2022-02-16 03:32:28下载
- 积分:1
-
显示当前时间系统
显示当前系统时间-show the current time system
- 2023-06-26 20:45: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
-
单片机MIDI decode
单音的播放,MIDI播放,按键扫描,带数码管,数码管显示音色序号或者MIDI 的Index,音量控制,速度控制,改变音色,带功放输出
- 2022-03-05 09:32:24下载
- 积分:1
-
设从DATA开始的字节单元存入10个无符号数据,找出该组数据中的最大值和最小值,在屏幕上分别显示这10个数据和最大值、最小值。...
设从DATA开始的字节单元存入10个无符号数据,找出该组数据中的最大值和最小值,在屏幕上分别显示这10个数据和最大值、最小值。-established from the beginning byte DATA modules into 10 unsigned data, the data to find the maximum and minimum, the screens showed that 10 data and maximum and the minimum.
- 2022-10-29 07:40:03下载
- 积分:1