代码搜索:I2C配置
找到约 10,000 项符合「I2C配置」的源代码
代码结果 10,000
www.eeworm.com/read/463795/1535291
cs configdlg.cs
using System;
using System.Windows.Forms;
namespace Skyiv.Ben.PushBox.Window
{
///
/// “配置”对话框
///
public partial class ConfigDlg : Form
{
public ConfigDl
www.eeworm.com/read/334139/3372222
h exp_config.h
/********************************************************
*
* Copyright (c) 2007, BeiJing EFLAG Technology Co., LTD.
* All rights reserved.
*
* 文件名称 : EXP_CONFIG.h
* 摘 要 : 实验配置
*
*
www.eeworm.com/read/334139/3372235
h exp_config.h
/********************************************************
*
* Copyright (c) 2007, BeiJing EFLAG Technology Co., LTD.
* All rights reserved.
*
* 文件名称 : EXP_CONFIG.h
* 摘 要 : 实验配置
*
*
www.eeworm.com/read/312551/3670825
svn-base clientconfig.java.svn-base
package com.fetion.cmpp.client.conf;
/**
* 客户端的配置信息
* @author Administrator
*
*/
public class ClientConfig {
private String cmppServerName ;
private int cmppServerPort ;
public
www.eeworm.com/read/312551/3670828
java clientconfig.java
package com.fetion.cmpp.client.conf;
/**
* 客户端的配置信息
* @author Administrator
*
*/
public class ClientConfig {
private String cmppServerName ;
private int cmppServerPort ;
public
www.eeworm.com/read/309155/3706688
cs configfile.cs
using System;
using System.Configuration;
using System.IO;
using MonitorSystem.BasicClass;
namespace MonitorSystem.MonitorInterface
{
///
/// 平台配置信息.
///
public cla
www.eeworm.com/read/422733/2034380
dpr databaseini.dpr
program databaseini;
uses
Forms,
databaseunt in '..\source\databaseunt.pas' {databasefrm};
{$R *.res}
begin
Application.Initialize;
Application.Title := '配置数据库';
Application.Cr