-
用仿真的方法实现超宽带信号的产生,先产生一个带宽确定的矩形波行,将其调制到射频频率上去...
用仿真的方法实现超宽带信号的产生,先产生一个带宽确定的矩形波行,将其调制到射频频率上去 -Simulation method used to achieve ultra-wideband signal generation, to produce a bandwidth of the rectangular-wave line to determine its frequency modulation up to RF
- 2022-06-17 23:17:23下载
- 积分:1
-
Compilation mixed by C51 and realize four soft serial procedures, the interface...
用C51和汇编混合实现4个软串口的程序,接口是C51的-Compilation mixed by C51 and realize four soft serial procedures, the interface is the C51
- 2022-03-18 08:12:37下载
- 积分:1
-
一个由汇编实现的两个数相加,实现简单,比较适合学生
一个由汇编实现的两个数相加,实现简单,比较适合学生 -achieve a compilation by the sum of two numbers, achieving simpler, more suitable for students
- 2022-01-25 21:40:52下载
- 积分:1
-
TLV2544/48 Interface routine
TLV2544/48 Interface routine
- 2022-03-29 01:04:28下载
- 积分: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 curriculum design for a variety of courses required for the assembly language practice also very helpful Oh the Student
- 2022-10-26 06:35:03下载
- 积分:1
-
3、编写口令程序
要求:
1) 口令是随系统时间而变动的。(在输入口令前应先把当时的系统时间显示在屏幕上)
2)口令输入有次数限制。(口令与时间有关...
3、编写口令程序
要求:
1) 口令是随系统时间而变动的。(在输入口令前应先把当时的系统时间显示在屏幕上)
2)口令输入有次数限制。(口令与时间有关,但不能直接输与显示在屏幕上时间的数值,应进行运算。
3)、口令输入正确后进入选歌菜单,可选3首以上歌曲,可任意停止返回菜单。-3, the preparation of password procedures require: 1) The password is with the system changes over time. (Enter the password in the system at that time before the time displayed on the screen) 2) have a limited number of password input. (Password and time, but should not direct transmission and display on the screen time value calculations should be carried out. 3), enter the correct password selected songs backward menu options for more than three songs, free to stop the return of the menu.
- 2022-03-22 00:03:09下载
- 积分:1
-
这个程序主要是为了简单方便的改变屏幕的分辨率。
这个程序主要是为了简单方便的改变屏幕的分辨率。-This procedure is simple and convenient in order to change the screen resolution.
- 2022-03-15 06:28:50下载
- 积分:1
-
小孩子都会玩的极品飞车小游戏.汇编程序.原对大家的汇编学习有所帮助....
小孩子都会玩的极品飞车小游戏.汇编程序.原对大家的汇编学习有所帮助.-children will be playing the game Need for Speed small. Assembler. Members of the original compilation of learning some help.
- 2023-07-26 12:50:03下载
- 积分:1
-
tasm 环境下的汇编程序
tasm 环境下的汇编程序-Tasm environment compilation process
- 2022-12-04 00:20:03下载
- 积分:1