代码搜索:低功耗测试
找到约 10,000 项符合「低功耗测试」的源代码
代码结果 10,000
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)
www.eeworm.com/read/271226/11002554
cpp scannermain.cpp
// ----------------------------- scannermain.cpp ---------------------------------
// 词法分析器测试主程序
#include "scanner.h"
void main(int argc, char *argv[])
{
scanner_class Scanner;
token_rec
www.eeworm.com/read/469105/6977400
frm form13.frm
VERSION 5.00
Begin VB.Form frmDanxuan
BackColor = &H00FFC0C0&
Caption = "单选题测试"
ClientHeight = 3150
ClientLeft = 60
ClientTop = 390
Clie
www.eeworm.com/read/461638/7222922
txt readme.txt
*************************************************
RTL8019测试程序说明
By hugang, hgx2000@mail.china.com
*************************************************
1.文件说明
Net : Rtl8019驱动代码
Src : 主程序代
www.eeworm.com/read/460954/7236973
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/424235/7344360
txt readme.txt
*************************************************
RTL8019测试程序说明
By hugang, hgx2000@mail.china.com
*************************************************
1.文件说明
Net : Rtl8019驱动代码
Src : 主程序代
www.eeworm.com/read/447205/7556465
txt readme.txt
*************************************************
RTL8019测试程序说明
By hugang, hgx2000@mail.china.com
*************************************************
1.文件说明
Net : Rtl8019驱动代码
Src : 主程序代
www.eeworm.com/read/438248/7733566
txt readme.txt
*************************************************
RTL8019测试程序说明
By hugang, hgx2000@mail.china.com
*************************************************
1.文件说明
Net : Rtl8019驱动代码
Src : 主程序代
www.eeworm.com/read/399227/7879702
dpr comm.dpr
program comm;
uses
Forms,
ucomm in 'ucomm.pas' {FComm};
{$R *.res}
begin
Application.Initialize;
Application.Title := '串通信测试';
Application.CreateForm(TFComm, FComm);
Applica