代码搜索:误码测试
找到约 10,000 项符合「误码测试」的源代码
代码结果 10,000
www.eeworm.com/read/382761/9001815
dsw 测试template.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/382761/9001816
cpp 测试template.cpp
// 测试Template.cpp : Defines the entry point for the console application.
//
// 程序代码:
#include "stdafx.h"
#include
#include
using namespace std;
// 类BaseClass模板:
templat
www.eeworm.com/read/382761/9001819
dsp 测试template.dsp
# Microsoft Developer Studio Project File - Name="测试Template" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86
www.eeworm.com/read/185041/9059685
doc 常规测试方法.doc
www.eeworm.com/read/185004/9060445
txt 测试数据.txt
唐琳 01 68 74 65
安竹 02 74 81 60
张力 03 85 76 94
蓝洁 04 90 64 84
www.eeworm.com/read/185004/9060459
dat 测试数据.dat
唐琳 01 68 74 65
安竹 02 74 81 60
张力 03 85 76 94
蓝洁 04 90 64 84
www.eeworm.com/read/381625/9081724
mwp xmt命令测试.mwp
www.eeworm.com/read/184600/9092408
dot 07测试计划.dot
www.eeworm.com/read/182735/9193880
v testbench测试模块.v
`include "params.v"
`define D_PER
/************************************************************************************/
module VD();
reg CLOCK;
initial CLOCK = 0;
always #(
www.eeworm.com/read/181961/9223846
txt 测试数据.txt
Private Declare Function GetTickCount Lib "kernel32" () As Long
Private Enum IniCenterMethod '初始中心的方法
CreateRandom '随机的中心点
CreateByHcm '由HCM创建的中心点
C