代码搜索:主电路设计
找到约 10,000 项符合「主电路设计」的源代码
代码结果 10,000
www.eeworm.com/read/459256/1571113
c i2c_s.c
#include
/* 主器件函数库 */
/*******************************************
设置总线函数
用于设置I2C控制寄存器,包括总线时钟,速率及从地址.不接受广播地址
********************************************/
void setbus(uns
www.eeworm.com/read/452570/1653878
java sample4_3.java
/*
* 示例程序Sample4_3: LEquations类的全选主元高斯-约当消去法
*/
package javaalgorithm.sample;
import javaalgorithm.algorithm.Matrix;
import javaalgorithm.algorithm.LEquations;
public class Sample4_3
{
www.eeworm.com/read/250117/4442039
cs pendulumperiod.cs
using System;
namespace Example_2
{
///
/// 此程序使用常量 PI 和由地球引力 ///引起的加速度 (g) 计算钟摆的周期。
///
class PendulumPeriod
{
///
/// 应用程序的主入口点。
///
www.eeworm.com/read/242824/4534024
cpp bisorttreemain.cpp
//二叉排序树的主函数,文件名为bisorttreemain.cpp
#include
#include"bisorttree.h"
using namespace std;
void main( )
{
int count = 0;
BiNode* searchnode;
BiNode* p = NULL;
int r[10] = {63,
www.eeworm.com/read/242824/4534059
cpp inthrbitreemain.cpp
//线索二叉树的主函数,文件名为inthrbitreemain.cpp
#include
#include
#include"inthrbitree.cpp"
using namespace std;
ThrNode* pre;
void main()
{
InThrBiTree inbt;//构造一棵
www.eeworm.com/read/237835/4619809
bas api_declarations.bas
Attribute VB_Name = "API_Declarations"
' **********************************************************************
' 描 述:巨牛的XP风格控件引擎,非常厉害
' Play78.com : 网站导航,源码之家,绝对开源
' 海阔天空收集整理
' 主站地址:http:
www.eeworm.com/read/235810/4645959
cs pendulumperiod.cs
using System;
namespace Example_2
{
///
/// 此程序使用常量 PI 和由地球引力 ///引起的加速度 (g) 计算钟摆的周期。
///
class PendulumPeriod
{
///
/// 应用程序的主入口点。
///
www.eeworm.com/read/222161/4822186
java simpleclass.java
/** 类的示例*/
public class SimpleClass{
/** 类的构造器,不写入实现代码 */
public SimpleClass(){
}
/* 类的主方法*/
public static void main (String[] args){
System.out.println("您好,这是一个示例类
www.eeworm.com/read/169773/5410911
txt 获取对象type引用.txt
因使用操作符typeof替代反射。反射会有性能上的损失。
using System;
namespace TestSystem
{
public class MyType
{}
class Class1
{
///
/// 应用程序的主入口点。
///
[STAThread]
static voi
www.eeworm.com/read/168081/5448599
pas unit9.pas
unit Unit9;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls, DB, ADODB, XPMenu;
//用于复合查询;其功能是为了与查询主窗口配合,一般不独立使用。