代码搜索:耳机接口
找到约 10,000 项符合「耳机接口」的源代码
代码结果 10,000
www.eeworm.com/read/463608/7177428
h projectmanageview.h
// ProjectManageView.h : CProjectManageView 类的接口
//
#pragma once
#include "User.h"
#include "TabSheet.h"
#include "BaseInfo.h"
#include "UserCost.h"
#include "CarList.h"
#include "StuffLis
www.eeworm.com/read/463608/7177496
h mainfrm.h
// MainFrm.h : CMainFrame 类的接口
//
#pragma once
#include "ChildFrm.h"
#include "searchDlg.h"
#include "EditDlg.h"
#include "TreeList.h"
class CMDIAutoHideFrame;
class CAboutDlg;
class CM
www.eeworm.com/read/460885/7238793
cs database.cs
using System;
using System.Data;
using System.Collections;
using System.Data.SqlClient;
using System.Configuration;
namespace MyLibrary.DataAccessLayer
{
// 数据库接口类
public class DataBase
www.eeworm.com/read/458552/7294544
cs iaffiche.cs
using System;
using System.Data;
using System.Text;
using StudentManager.Model;
namespace StudentManager.IDAL
{
///
/// 公告接口
/// 创建者:余洪
/// 时间:2008-3
///
www.eeworm.com/read/454667/7385621
pas u_estimateint.pas
unit u_EstimateInt;
{可靠性参数估计接口}
interface
type
TSample=record
Time:Double;
Failed:Boolean;//失效为True
end;
TTimeList=Array of TSample;
TSampleR=record
Time:Double;
R
www.eeworm.com/read/449564/7500804
java wavetext.java
import java.awt.*;
import java.applet.*;
public class WaveText extends Applet implements Runnable { //有线程运行接口
String myString = null;
int direct = 1;
int Hrad = 12;
int Vrad = 1
www.eeworm.com/read/434297/7876267
ini flash.ini
//=====================================================================//
// 该文件为ARM编译器的仿真包设置初始化文件
// Edit By Xinqiang Zhang(小丑)
//
//
// Flash.ini :外部Flash总线接口的初始化文件
//
//===================
www.eeworm.com/read/197685/7976988
h atlweb~1.h
// ATLWebServer.h : 定义 ATL Server 请求处理程序类
//
#pragma once
namespace ATLWebServerService
{
// webservice 的所有 struct、enum 和 typedefs 应进入命名空间
// IATLWebServerService - Web 服务接口声明
//
[
uuid(
www.eeworm.com/read/197685/7977950
h thread~3.h
// ThreadExp1View.h : CThreadExp1View 类的接口
//
typedef struct tagPARAM {
int xPos;
int yPos;
} PARAM;
#pragma once
class CThreadExp1View : public CView
{
protected: // 仅从
www.eeworm.com/read/296079/8124328
h klineview.h
// KLineView.h : CKLineView 类的接口
//
#pragma once
#include ".\klineobject.h"
#include ".\klinedata.h"
class CKLineView : public CView
{
protected: // 仅从序列化创建
CKLineView();
DECLARE_DY