代码搜索:低功耗测试
找到约 10,000 项符合「低功耗测试」的源代码
代码结果 10,000
www.eeworm.com/read/197552/7986355
v one_pulse_test.v
//********************************************
// 可编程单脉冲发生器 测试程序
//*******************************************
`timescale 1us/1us
module ONE_PULSE_TEST;
reg CLK, RB, KEY;
reg
www.eeworm.com/read/396973/8081134
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "表达式编译类 VB 测试程序"
ClientHeight = 5655
ClientLeft = 60
ClientTop = 345
ClientWidth = 8295
LinkTop
www.eeworm.com/read/243240/12953073
frm mnuhp6611c.frm
VERSION 5.00
Begin VB.Form mnuhp6611c
Caption = "HP-6611C连机测试"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
Link
www.eeworm.com/read/140532/13077734
txt readme.txt
*************************************************
UCOS_II测试程序说明
By hugang, hgx2000@mail.china.com
*************************************************
1.文件说明
UCOS_II : UCOS_II代码,2.71版
Src
www.eeworm.com/read/325032/13229437
java layoutflow.java
import java.awt.*;
import java.awt.event.*;
class Layoutflow extends Frame
{
Layoutflow()
{
super("顺序布局测试");
setVisible(true);
setLayout(new FlowLayout());
setBackground(Color.yell
www.eeworm.com/read/325032/13229444
java layoutgridbag.java
import java.awt.*;
import java.awt.event.*;
class Layoutgridbag extends Frame
{
Button btn;
Layoutgridbag()
{
super("网格约束布局测试");
setVisible(true);
GridBagLayout g=new GridBagLayout(
www.eeworm.com/read/325032/13229448
java layoutbord.java
import java.awt.*;
import java.awt.event.*;
class LayoutBord extends Frame
{
LayoutBord()
{
super("边界布局测试");
setVisible(true);
setLayout(new BorderLayout());
setBackground(Color.ye
www.eeworm.com/read/306123/13752294
c test_lcd12864.c
/************************************************
试验名称:test_lcd12864
试验功能:测试LCD12864显示GDRAM内容
************************************************/
#include
#include
www.eeworm.com/read/127948/5993245
java testinetaddress.java
package apibook.c5.s1;
import java.net.*;
//测试InetAddress类
public class TestInetAddress {
public TestInetAddress() {
}
public static void main(String[] args) {
try{
InetAddress a =