代码搜索:3.5mm接口
找到约 10,000 项符合「3.5mm接口」的源代码
代码结果 10,000
www.eeworm.com/read/258608/11850462
txt 例四.txt
class Bank implements Runnable
{
private int money=0;
Thread zhang,cheng;
Bank()
{
//创建的bank对象是zhang的目标对象,Bank类必须实现Runnable接口。
zhang=new Thread(this);
www.eeworm.com/read/258562/11854862
f90 ex0833.f90
program ex0833
implicit none
interface ! 说明函数func的使用接口
elemental real function func(num)
implicit none
real, intent(in) :: num
end function
end interface
integer i
re
www.eeworm.com/read/257901/11908665
h mainfrm.h
// MainFrm.h : CMainFrame 类的接口
//
#pragma once
#include "BGColorWnd.h"
#include "NongCheManageDoc.h"
#include "InputDoc.h"
#include "QueryDoc.h"
class CMainFrame : public CMDIFrameWnd
{
DECL
www.eeworm.com/read/255623/12068236
h egaview.h
// EGAView.h : CEGAView 类的接口
//
#include "cega.h"
#pragma once
class CEGACntrItem;
class CEGAView : public CRichEditView
{
protected: // 仅从序列化创建
CEGAView();
DECLARE_DYNCREATE(CEGAVi
www.eeworm.com/read/151966/12155525
h cdexporerset.h
// CDExporerSet.h: CCDExporerSet 类的接口
//
#pragma once
// 代码生成在 2003年7月12日, 11:38
class CCDExporerSet : public CRecordset
{
public:
CCDExporerSet(CDatabase* pDatabase = NULL);
DECLARE
www.eeworm.com/read/339391/12238722
c 1602api.c
/***********************************************
液晶显示器1602与单片机接口,
ds18B20测温
************************************************/
#include
#include
#define uchar unsigned char
www.eeworm.com/read/131836/14122964
h sprite2d.h
/*
* BREW Extension Library
* Copyright (c) 2003-2005 ANYSOFT.CN
* All Rights Reserved.
*/
/*!-----------------------------------
@file
@brief [Sprite2D]2D精灵工厂
对Sprite接口的
www.eeworm.com/read/225652/14527430
java uimessager.java
/*
* @(#)UIMessager.java 2006/11/13
*
* Copyright (c) ZhiYang.
* All rights reserved.
*/
package his;
/**
* 用户信息输出接口
* @version 1.0
* @author 杨智 (MSE2006B-06250145)
*
www.eeworm.com/read/124627/14556581
c cli_cmdreg.c
/************************************************************************
Copyright 200X - 200X+1.
filename : CLI_Cmdreg.c
description : 命令行的命令树构造与命令注册接口的提供
author : Woodhead
m
www.eeworm.com/read/124627/14556589
c cli_webif.c
/************************************************************************
Copyright 200X - 200X+1.
filename : Cli_WebIf.c
description : 命令行模块提供给web网管的接口的源文件;
author : Woodhead