代码搜索:数字调频
找到约 10,000 项符合「数字调频」的源代码
代码结果 10,000
www.eeworm.com/read/287313/8695249
c playmusic.c
/*说明**************************************************************************
曲谱存贮格式 unsigned char code MusicName{音高,音长,音高,音长...., 0,0}; 末尾:0,0 表示结束(Important)
音高由三位数字组成:
个位是表示 1~7 这七
www.eeworm.com/read/428167/8886050
m tongjijieguo.m
function [cuowu wenjiangeshu percent]=tongjijieguo(file)
%统计该方法识别数字的正确率.
jishu=(48:57);
%filewz='D:\work\语音\1107\语音文件\t';
filewz=file;
cuowu=0;
wenjiangeshu=0;
for j=3:3
j;
for jj=1
www.eeworm.com/read/181272/9260801
cpp mydialog.cpp
// MyDialog.cpp : implementation file
//
#include "stdafx.h"
#include "毕业设计数字逻辑电子仿真器.h"
#include "MyDialog.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] =
www.eeworm.com/read/180926/9279270
html~1~ guess.html~1~
JBuilder Project Guess.jpr
Project Notes
Project: 点睛猜数字 Java 版
Author: 梁利锋
www.eeworm.com/read/180926/9279287
html guess.html
JBuilder Project Guess.jpr
Project Notes
Project: 点睛猜数字 Java 版
Author: 梁利锋
www.eeworm.com/read/166936/9988521
c io_in_out.c
#include "STC89C51RC_RD_PLUS.h"
#include "math.h"
#include "intrins.h"
#define uchar unsigned char
#define uint unsigned int
#define ulong unsigned long
void input_io(void); //数字量输入处理