代码搜索:主电路设计

找到约 10,000 项符合「主电路设计」的源代码

代码结果 10,000
www.eeworm.com/read/339444/3309193

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/324537/3501024

h studentscore.h

// StudentScore.h : StudentScore 应用程序的主头文件 // /********************************************************************************* * * 系统名称:考试信息管理系统 * 主要功能:完成对一个年级或学校的学生历次考试的登记,查询 * 时间
www.eeworm.com/read/320517/3547109

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/318675/3566302

txt 170.txt

在门上绘制图像以吓阻鬼魅的习俗,据传在商周时代就有,演变至今成为寺庙不可或缺的彩绘艺术,并且依照主祀的神只,绘制不同种类的门神。
www.eeworm.com/read/317426/3580324

txt 获取对象type引用.txt

因使用操作符typeof替代反射。反射会有性能上的损失。 using System; namespace TestSystem { public class MyType {} class Class1 { /// /// 应用程序的主入口点。 /// [STAThread] static voi
www.eeworm.com/read/310846/3689382

c i2c_s.c

#include /* 主器件函数库 */ /******************************************* 设置总线函数 用于设置I2C控制寄存器,包括总线时钟,速率及从地址.不接受广播地址 ********************************************/ void setbus(uns
www.eeworm.com/read/306178/3756141

c zhong_wanchou.c

// NPC :zhong_wanchou.c 钟万仇 // By River 98/12 inherit NPC; void create() { set_name("钟万仇", ({ "zhong wanchou", "zhong", "wanchou"})); set("title","万劫谷谷主"); set("nickname","马王神
www.eeworm.com/read/306178/3759942

c wangcheng.c

// wangcheng.c inherit NPC; inherit F_MASTER; inherit F_UNIQUE; void create() { set_name("王诚", ({ "wang cheng","wang"}) ); set("gender", "男性" ); set("title", "日月神教风雷堂旗主"); set("age", 65
www.eeworm.com/read/298315/3868718

txt 170.txt

在门上绘制图像以吓阻鬼魅的习俗,据传在商周时代就有,演变至今成为寺庙不可或缺的彩绘艺术,并且依照主祀的神只,绘制不同种类的门神。
www.eeworm.com/read/288147/4009536

c interface.c

/**************************************************************************** * 文件名:Hello.C * 功能:MiniGUI应用例子。 * 创建一个主窗口,并在窗口中显示字符串"Hello World! --ZLGMCU"。 * 说明:使用MiniGUI for uC/OS-II,使用ADS 1.