代码搜索:主电路设计
找到约 10,000 项符合「主电路设计」的源代码
代码结果 10,000
www.eeworm.com/read/476785/6750283
c i2c_m.c
#include
/* 主器件函数库 */
/*******************************************
申请总线
功能:进行I2C总线的初始化--包括时钟速率,I2C使能,发送起始信号
********************************************/
void getbus()
www.eeworm.com/read/476528/6755556
java cust7.java
//by jxh
//1.6 实现调用主类中的函数Demo6.WelcomeNextTime();
import java.util.*;
class Cust7 {
int ID;
int PWD;
int money;
public Cust7(int ID,int PWD,int money){
this.ID=ID;
this
www.eeworm.com/read/265375/11265951
h fat.h
typedef struct _MBR_BLOCK { //主引导区结构体
INT8 Res[454];
unsigned long StartSector; //起始簇
unsigned long TotalSector; //簇的总数
INT8 Res1[50];
} MBR_BLOCK,* PMBR_BLOCK;
typedef struc
www.eeworm.com/read/264447/11314393
s inc.s
AREA Init,CODE,READONLY
ENTRY
ResetEntry
IMPORT Main /*声明主函数*/
BL Main
/*调用主函数*/ /*定义一个汇编的延迟函数 *相当于C语言的void delay(int time); *r0 time的值 */
EXP
www.eeworm.com/read/263398/11364842
cpp main.cpp
#include "ydh.h" //运动会
#include "zp.h" //纸牌
#include "mg.h" //迷官
void main() //主函数
{
char choose;
int a=1;
system("color 1a"); //改变背景,前景色
while(a!=0)
{
system("cls"); //清屏
cout
www.eeworm.com/read/263177/11372784
h gengine.h
#ifndef _GENGINE_H
#define _GENGINE_H
#include "gl.h"
#include "../common.h"
#include
#include
// 主画面的尺寸
#define WIN_WIDTH 640
#define WIN_HEIGHT 352
// tile的尺寸
www.eeworm.com/read/408142/11404399
c sinx.c
#include /*scanf和printf标准输入输出函数、main主函数,需要stdio.h */
/*include称为文件包含命令, 扩展名为.h的文件也称为头文件或首部文件*/
#include
www.eeworm.com/read/407559/11415531
c i2c_m.c
#include
/* 主器件函数库 */
/*******************************************
申请总线
功能:进行I2C总线的初始化--包括时钟速率,I2C使能,发送起始信号
********************************************/
void getbus()
www.eeworm.com/read/404926/11475684
_c delay._c
/* 文件名称:main.c 主函数 */
/* 编译:ICC-AVR application builder */
#include
#include
#include "delay.h"
#define xtal 9.8
/* 微秒级延时程序 */
void del(int time)
www.eeworm.com/read/404926/11475687
c delay.c
/* 文件名称:main.c 主函数 */
/* 编译:ICC-AVR application builder */
#include
#include
#include "delay.h"
#define xtal 9.8
/* 微秒级延时程序 */
void del(int time)