代码搜索:数字中频

找到约 10,000 项符合「数字中频」的源代码

代码结果 10,000
www.eeworm.com/read/447069/7558597

h soundplay.h

/*说明************************************************************************** 曲谱存贮格式 unsigned char code MusicName{音高,音长,音高,音长...., 0,0}; 末尾:0,0 表示结束(Important) 音高由三位数字组成: 个位是表示 1~7 这七个音
www.eeworm.com/read/445963/7587134

cpp wanshang.cpp

#include #include #include #include FILE *keyword;//存放关键字 FILE *sourcefile;//存放源文件 char shuzi[100][20];//存数字 char biaoshifu[100][20];//存标识符 int sz;
www.eeworm.com/read/444712/7608054

m dlvboqi.m

clear handles=figure('name','数字滤波器设计演示'); set(handles,'unit','normalized','position',[0.1,0.2,0.5,0.5]); set(handles,'defaultuicontrolunits','normalized'); %坐标轴y一用来绘制低通滤波器 haxes1=axes('positi
www.eeworm.com/read/444053/7618972

c main.c

/***************************************************************************** * * 程序说明: * 斜度测试程序 * 程序对应的硬件设置为:利而达MSP430-Test44x实验板,斜度计使用的 * 是ADXL202E,数字y连接TA1/P1.2,数据x
www.eeworm.com/read/439176/7715343

vhd decoder_display.vhd

library ieee; use ieee.std_logic_1164.all; entity decoder_display is port( clk : in std_logic; data : in std_logic_vector(9 downto 0); --用于数字键0-9输入 q : out std_logic_vector(6 downto
www.eeworm.com/read/438832/7725401

sh numbers.sh

#!/bin/bash # numbers.sh: 几种不同数制的数字表示法. # 10进制: 默认情况 let "dec = 32" echo "decimal number = $dec" # 32 # 这没什么特别的. # 8进制: 以'0'(零)开头 let "oct = 032" echo "octal number = $oct"
www.eeworm.com/read/435783/7784834

cpp 1.cpp

#include #include #include #include #include int A,B; void get(char num[])//由游戏自动获取所猜数字 { int x; int i,j; srand(unsigned(time(0))); for(
www.eeworm.com/read/332434/12758325

h digitbp.h

#pragma once #ifndef __AFXWIN_H__ #error 在包含用于 PCH 的此文件之前包含“stdafx.h” #endif #include "resource.h" // 主符号 // CDigitBpApp: // 有关此类的实现,请参阅 手写数字识别系统.cpp // class CDigitBpApp : public
www.eeworm.com/read/332234/12772200

c 7-39.c

/* 将字符串a 与字符串b转换成数字后相加*/ #include main() { char *a="–100.23"; char *b="200e-2"; float c; c=atof(a)+atof(b); printf("c=%.2f\n",c); }
www.eeworm.com/read/329713/12937355

c shu_ma_guan.c

/********************************************* 实验任务:学习数码管的动态显示 实验功能:数码管显示1028四个数字 *********************************************/ #include code unsigned char seg7code[]={0xc0,0xf9