资源列表
[其他小程序] 5-18
说明:程序要求从键盘取得一个十进制数,然后把该数以十六进制的形式在屏幕上显示出来。该程序运用了寄存器传递参数的形式。-Procedural requirements from the keyboard to get a decimal number, and then the number to hexadecimal form displayed on the screen. The program uses the form of register transfer parameters.<shiqing> 在 2025-06-05 上传 | 大小:1kb | 下载:0
[其他小程序] chulijidiaodusuanfa
说明:处理机调度算法 程序先对进程进行读入,每读入一次将进程添加到队列中去,当读入结束的时候对读入的进程按照优先级排序,就实现了进程按优先级处理的结构。 通过一个临时的进程控制块存储输入的信息,然后将该临时进程控制块中的内容存储到队列中去-Processor scheduling algorithm procedures first time into the process, each one will be read into the process to add to the queue<苏> 在 2025-06-05 上传 | 大小:1kb | 下载:0
[其他小程序] houzixuandawang
说明:n只猴子要选大王,选举方法如下,所有猴子按1,2,... ,n编号围坐一圈,从第一好看是按照1,2,... ,m报数,凡报到m号的退 出圈外 ,如此循环,直到圈内只剩一只猴子时,这只猴子就是大王。-n monkeys to choose the king, the election is as follows, all the monkeys by 1,2, ..., n number around a circle, from the first look is in accordan<王靖> 在 2025-06-05 上传 | 大小:1kb | 下载:0
[其他小程序] jisuanmianji
说明:编写C++程序完成以下功能: 定义一个Point类,其属性包括点的坐标,提供计算两点之间距离的方法 定义一个矩形类,其属性包括左上角和右下角两个点,提供计算面积的方法 创建一个矩形对象,提示用户输入矩形左上角和右下角的坐标 观察矩形对象以及Point类成员的构造函数与析购函数计算其面积,并输出 -The preparation of C++ Process is complete the following functions: the definitio<王靖> 在 2025-06-05 上传 | 大小:1kb | 下载:0
[其他小程序] tfrppage
说明:cohen类信号的双线性信号时频分析,伪page分布,该函数用于计算离散时间信号X的伪page分布,或良信号的互page表示。-cohen category signals bilinear time-frequency analysis, pseudo-page distribution, the function used to calculate the discrete-time signal X pseudo-page distribution, or good signal that<马丁> 在 2025-06-05 上传 | 大小:1kb | 下载:0
[其他小程序] 01c++
说明:一个旅行者有一个最多能用m公斤的背包,现在有n件物品,它们的重量分别是W1,W2,...,Wn,它们的价值分别为C1,C2,...,Cn.若每种物品只有一件求旅行者能获得最大总价值。 -A traveler can have a maximum of m kilograms of backpack, there are n items, and their respective weights are W1, W2 ,..., Wn, respectively, the value of<lp> 在 2025-06-05 上传 | 大小:1kb | 下载:0
[其他小程序] a_d_1
说明:(一)基本任务:单频正弦波模拟信号的简单数字化。即对一个单频正弦波模拟信号进行抽样、均匀量化、PCM二进制自然编码。 1、主要步骤和要求: (1)单频正弦波模拟信号的抽样实现。要求输入信号的幅度A、频率F和相位P可变;要求仿真时间从0到2/F,抽样频率为Fs=20F;要求给出抽样信号samp的波形图。 (2)单频正弦波模拟信号均匀量化的实现。要求对抽样信号sampl归一化后再进行均匀量化;要求量化电平数D可变;要求输出信号为平顶正弦波;要求给出量化输出信号quant的波形图,并与抽样<Joseph> 在 2025-06-05 上传 | 大小:1kb | 下载:0