利用栈的基本操作实现将任意一个十进制整数N转化为R进制整数。
#include <stdlib.h> #include<stdio.h> #include <malloc.h> #define stack_init_size 100 #define stackincrement 10 typedef struct sqsta...
#include <stdlib.h> #include<stdio.h> #include <malloc.h> #define stack_init_size 100 #define stackincrement 10 typedef struct sqsta...
#include <iostream.h> #include <string.h> #include <iomanip.h> #include "Stud.h" Stud::Stud(){} char *Stud::getno() ...
#include<reg51.h> #define uchar unsigned char #define uint unsigned int uint i,j; sbit dula=P2^6; sbit wela=P2^7; uchar code table[]={0x3f,0x06...
% Computation of ST-ZCR and STE of a speech signal. % % Functions required: zerocross, sgn, winconv. % % Author: Nabin Sharma % Date: 2009/03/15 [x,F...
为提高对煤矿主扇风机的自动化控制能力,设计基于嵌入式处理器的煤矿主扇风机控制系统。系统主要由 AD 信息采集模块、总线控制模块、上位机通信模块、嵌入式调度模块和集成信息处理模块等结构构成,并采用人机交互技术进行控制过程中的指令交互和程序加载。以嵌入式集成处理器作为控制核心芯片构建主控模块;在 AD ...