代码搜索:误码测试
找到约 10,000 项符合「误码测试」的源代码
代码结果 10,000
www.eeworm.com/read/364309/9912968
h resource.h
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by 测试程序.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
#defi
www.eeworm.com/read/164460/10107652
dfm main.dfm
object mainfm: Tmainfm
Left = 93
Top = 10
BorderStyle = bsSingle
Caption = '测试'
ClientHeight = 480
ClientWidth = 671
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Col
www.eeworm.com/read/359494/10143182
h 6416test.h
/*%####################################################################
% File name: 6416测试程序自写头文件
% Discription: 寄存器初始化和变量常量定义
% Language: c
% Version: 1.0
% History: none
% Copyright:
www.eeworm.com/read/354720/10331383
c bookrs232.c
/* ****************************************************************
** 功能描述: 串口测试,发送一个数组到发送寄存器
*************************************************************** */
#include "p30f6014.h" //ds30f601
www.eeworm.com/read/280319/10340277
java constructortest.java
/**
* 测试类构造器的调用顺序
*/
public class ConstructorTest
{
public static void main(String[] args)
{
C c= new C("hello");
}
}
class A
{
public A()
{
System.out.println("this is A");
www.eeworm.com/read/280318/10340308
java basictypetest.java
/**
* 测试基本类型的类型转换
*/
public class BasicTypeTest
{
public static void main(String[] args)
{
int a = 10;
long b = a;
System.out.println("the value of b is:" + b);
}
}
www.eeworm.com/read/353765/10419517
c pwm.c
/********************************************
本程序使用2407的pwm单元产生非对称的pwm波形,
用来测试所有的PWM输出。
*********************************************/
#include "register.h"
initial()
{
asm(" setc INTM ");
www.eeworm.com/read/276301/10750726
java layouttest.java
import java.awt.*;
import java.awt.event.*;
public class LayoutTest implements ActionListener
{
Frame f=new Frame("正在测试布局!");
LayoutManager layout;
public LayoutTest()
{
Button btnW
www.eeworm.com/read/271226/11002510
cpp parsermain.cpp
// ----------------------------- parsermain.cpp ---------------------------------
// 语法分析器测试主程序
#include "parser.h"
void main(int argc, char *argv[])
{
parser_class parser;
if (argc < 2)