-
AD about the company' s chips course ADSP21020 models to VISUAL DSP++ as a de...
关于AD公司的ADSP21020型号芯片的历程,以VISUAL DSP++为开发环境-AD about the company" s chips course ADSP21020 models to VISUAL DSP++ as a development environment
- 2023-04-10 11:15:03下载
- 积分:1
-
电子密码锁 源程序
电子密码锁 源程序
电子密码锁 源程序
电子密码锁 源程序-Electronic Code Lock source
- 2023-07-20 09:25:03下载
- 积分:1
-
试下发的上来不,同时,哎哟,搞点资料哦,好难
试下发的上来不,同时,哎哟,搞点资料哦,好难-Examination of the table is not issued at the same time, Oh, come up with something the information Oh,好难
- 2022-06-30 13:29:22下载
- 积分:1
-
在C语言中使用汇编语言设计边框范例 .zip
在C语言中使用汇编语言设计边框范例 .zip-in the C language used assembly language frame design paradigm. Zip
- 2022-03-12 07:28:18下载
- 积分:1
-
用汇编语言编写的驱动程序
用汇编语言所写的光驱弹出程序,小巧使用-assembly language written in the drive pop-up procedures, the use of compact
- 2023-05-21 16:20:03下载
- 积分:1
-
Data acquisition program
数据采集器程序,可以试试看数据采集器程序,可以试试看-Data acquisition program
- 2023-08-20 22:05: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
-
俄罗斯方块的汇编语言实现,完全在DOS环境中实现。
俄罗斯方块的汇编语言实现,完全在DOS环境中实现。-A good one nice one ,a program in DOS.
- 2022-01-27 09:43:57下载
- 积分:1
-
要求程序建立一个可存放50项的电话号码表,每项包括人名(20个字符)及电话号码(8个字符)两部分;
程序可接受输入人名及相应的电话号码,并把它们加入电话号码...
要求程序建立一个可存放50项的电话号码表,每项包括人名(20个字符)及电话号码(8个字符)两部分;
程序可接受输入人名及相应的电话号码,并把它们加入电话号码表中;
凡有新的输入后,程序应按人名对电话号码表重新排序;
程序可接受需要查找电话号码的人名,并从电话号码表中查出其电话号码,再在屏幕上以如下格式显示出来。
-Require the establishment of a process to deposit the telephone number of the table 50, each including the name (20 characters) and telephone number (8 characters) in two parts program acceptable to enter the names and corresponding telephone numbers and telephone numbers to join them in the table where a new input, the program should list the names of the telephone number to re-sort procedures acceptable to the need to find phone numbers names, phone numbers from their telephone numbers found in the table, and then on the screen in the following format displayed.
- 2023-06-23 10:25:03下载
- 积分:1
-
汇编程序案例9音乐演奏music.rar
汇编程序案例9音乐演奏music.rar-Nine cases assembler music music.rar
- 2022-04-22 01:49:52下载
- 积分:1