代码搜索:主电路设计
找到约 10,000 项符合「主电路设计」的源代码
代码结果 10,000
www.eeworm.com/read/177433/9452989
c i2c_s.c
#include
/* 主器件函数库 */
/*******************************************
设置总线函数
用于设置I2C控制寄存器,包括总线时钟,速率及从地址.不接受广播地址
********************************************/
void setbus(uns
www.eeworm.com/read/169636/9848423
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/169636/9848426
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/167500/9967496
vb
☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆
VB编程乐园
http://www.vbeden.net (主站点、速度快)
http://www.vbeden.com (副站点、速度很快)
http://vbeden1.126.com (镜像站1、网易、速度快)
http://vbeden2.1
www.eeworm.com/read/362396/10000652
cpp 字符串查找.cpp
//在主串s中查找字串t
#include
int find(char s[],char t[]);
const int MAXLINE=256;
int main()
{
char source[MAXLINE],target[MAXLINE];
cout
www.eeworm.com/read/166185/10030421
h studentscore.h
// StudentScore.h : StudentScore 应用程序的主头文件
//
/*********************************************************************************
*
* 系统名称:考试信息管理系统
* 主要功能:完成对一个年级或学校的学生历次考试的登记,查询
* 时间
www.eeworm.com/read/164660/10098212
java ch6_e6_25.java
public class ch6_e6_25 //定义主类
{
public static void main(String args[])
{
LinkList list = new LinkList(new Integer(-1)); //创建链表,含有一个节点
for(int i=0;i
www.eeworm.com/read/164334/10117077
cpp bisorttreemain0.cpp
//二叉排序树的主函数,文件名为bisorttreemain.cpp
#include
#include"bisorttree.h"
using namespace std;
const int N=6;
void main( )
{
/*int count = 0;
BiNode* searchnode;
BiNode* p = NULL;
www.eeworm.com/read/359871/10119468
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/359560/10139163
cpp mvc2_1.cpp
//例2.1
#include
int add(int a, int b); //函数原型的说明
int main( ) //主函数
{ int x,y,sum; //定义三个整型变量
cout