代码搜索:主电路设计
找到约 10,000 项符合「主电路设计」的源代码
代码结果 10,000
www.eeworm.com/read/152565/12104590
h option.h
#ifndef __OPTION_H__
#define __OPTION_H__
// ************* OPTIONS **************
#define MCLK 20000000 //系统主时钟设为64MHz
#define WRBUFOPT (0x8) //write_buf_on
#define SYSCFG_0KB (0x0|WRBUF
www.eeworm.com/read/151911/12162084
cpp inthrbitreemain.cpp
//线索二叉树的主函数,文件名为inthrbitreemain.cpp
#include
#include
#include"inthrbitree.cpp"
using namespace std;
ThrNode* pre;
void main()
{
InThrBiTree inbt;//构造一棵
www.eeworm.com/read/151911/12162345
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/150554/12286300
bak option.h.bak
#ifndef __OPTION_H__
#define __OPTION_H__
// ************* OPTIONS **************
#define MCLK 64000000 //系统主时钟设为64MHz
#define WRBUFOPT (0x8) //write_buf_on
#define SYSCFG_0KB (0x0|WRBUF
www.eeworm.com/read/150554/12286302
h option.h
#ifndef __OPTION_H__
#define __OPTION_H__
// ************* OPTIONS **************
#define MCLK 32000000 //系统主时钟设为32MHz
#define WRBUFOPT (0x8) //write_buf_on
#define SYSCFG_0KB (0x0|WRBUF
www.eeworm.com/read/149277/12389312
h option.h
#ifndef __OPTION_H__
#define __OPTION_H__
// ************* OPTIONS **************
#define MCLK 32000000 //系统主时钟设为32MHz
#define WRBUFOPT (0x8) //write_buf_on
#define SYSCFG_0KB (0x0|WRBUF
www.eeworm.com/read/234002/14126185
c i2c_s.c
#include
/* 主器件函数库 */
/*******************************************
设置总线函数
用于设置I2C控制寄存器,包括总线时钟,速率及从地址.不接受广播地址
********************************************/
void setbus(uns
www.eeworm.com/read/129601/14236465
h button.h
/* include file for button.c sample*/
/*主窗口属性*/
#define MAIN_WINDOW_X_POSITION 5
#define MAIN_WINDOW_Y_POSITION 5
#define MAIN_WINDOW_WIDTH 200
#define MAIN_WINDOW_HEIGHT 200
#define MAIN_
www.eeworm.com/read/128555/14291113
vb welcome.vb
Public Class Welcome '程序的主界面
Inherits System.Windows.Forms.Form
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.New()
'该调用是 Windows 窗体设计器所必需的。
Initia
www.eeworm.com/read/128347/14303818
s head.s
[BITS 32]
[extern _k_main]
[global _gdt]
[global _idt]
[global start]
;;
;主入口点
start:
cli
;; 重新设置所有的东西
mov eax, 0x18
mov ds, eax
mov es, eax
;mov ss , ea