代码搜索:误码测试
找到约 10,000 项符合「误码测试」的源代码
代码结果 10,000
www.eeworm.com/read/153626/5647555
java~3~ changepasswordapp.java~3~
package baseinforinterface;
import javax.swing.UIManager;
import java.awt.*;
public class ChangePasswordApp {
public ChangePasswordApp() {
//创建主窗口类,该类供测试使用
StockManagementMainFrame stockMa
www.eeworm.com/read/153626/5647684
java~5~ viewauthorityapp.java~5~
package baseinforinterface;
import javax.swing.UIManager;
import java.awt.*;
public class ViewAuthorityApp {
public ViewAuthorityApp() {
//创建主窗口类,该类供测试使用
StockManagementMainFrame s
www.eeworm.com/read/473355/6851496
m traintestsample.m
function [TrainFeature,TrainKnnTarget,...
TestFeature, TestKnnTarget]...
= TrainTestSample(interval,FeatureArray,KnnTarget);
% 将特征矩阵分解成:训练样本与测试样本
[row,column] = size(Featu
www.eeworm.com/read/472074/6878547
c 18b20.c
/********************************************************************
ATmega16L学习板18B20测试程序
晶振频率: 8MHz
编译: ICCAVR 6.31
编写: hanzhaowei@2911.net
**************************************
www.eeworm.com/read/295044/8188849
dfm main.dfm
object MainForm: TMainForm
Left = 205
Top = 73
BorderStyle = bsDialog
Caption = '函数测试'
ClientHeight = 326
ClientWidth = 353
Color = clBtnFace
Font.Charset = GB2312_CHARSET
F
www.eeworm.com/read/192740/8288979
c 1-1.c
/*1-1.c*/
#include "graphics.h"
main( )
{
int gdriver, gmode;
detectgraph(&gdriver, &gmode); /*自动测试硬件*/
printf("driver is %d, mode is %d\n", gd
www.eeworm.com/read/393275/8297912
c led_test.c
/****************************************************************************
【文 件 名 称】led_test.c
【功 能 描 述】三星S3C44B0X板测试程序
********************************************************************
www.eeworm.com/read/393275/8297928
c led_test.c
/****************************************************************************
【文 件 名 称】led_test.c
【功 能 描 述】三星S3C44B0X板测试程序
********************************************************************
www.eeworm.com/read/368058/9715545
dfm printcom1.dfm
object dy: Tdy
Left = 373
Top = 40
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = '打印机测试例程 '
ClientHeight = 237
ClientWidth = 432
Color = clBtnFace
Font.Char
www.eeworm.com/read/270043/11049893
c sintest.c
/*=============================
LM2035测试程序
文件名:SinTest.c
===============================*/
#include "LM2035.h"
#include "DelayTime.h"
void main()
{
unsigned char i;
whi