代码搜索:匹配方式
找到约 10,000 项符合「匹配方式」的源代码
代码结果 10,000
www.eeworm.com/read/343136/11970428
#1 main.#1
主程序
/***********************************/
/* LCM(RT-240128TA)显示程序 */
/* LCM 控制芯片 T6963C 带32KRAM */
/* MCU 型号: STC 89C52RD2 */
/* 时钟频率: 11.0592 MHz */
/* 接口方式: 直接接口(总
www.eeworm.com/read/343136/11970433
txt main.txt
主程序
/***********************************/
/* LCM(RT-240128TA)显示程序 */
/* LCM 控制芯片 T6963C 带32KRAM */
/* MCU 型号: STC 89C52RD2 */
/* 时钟频率: 11.0592 MHz */
/* 接口方式: 直接接口(总
www.eeworm.com/read/256636/11982475
cpp bfs.cpp
#include "stdafx.h"
#include "bfs.h"
extern HASH tree;
CString BFS::getIntroduction(){
CString intro = "广度优先搜索\r\n\r\n"
"能保证找到最优解,搜索方式为逐层搜索。";
return intro;
}
int BFS::searc
www.eeworm.com/read/256054/12031738
cpp proj9_06.cpp
#include
#include
class string
{
public:
string(char *s=""); //构造函数
string& operator=(string & ); //重载赋值运算符
string(string &);//复制构造函数的参数只能用传引用方式
~strin
www.eeworm.com/read/341108/12107947
cpp 9_12.cpp
#include
#include
void display(int a[],int n);//函数声明
int main()
{
int fib[10],i;
ifstream file;
file.open("b.dat",ios::in|ios::binary);//二进制方式
if(!file)
{
cerr
www.eeworm.com/read/341038/12112148
c main.c
#include "system.h"
void main(void)
{
SystemInit();
TMOD = 0x11; //设定time0 and time1工作模式为方式1
TL0 = (65536-2000)&0xff; //time1定时时
www.eeworm.com/read/151515/12203822
txt at89c51与字符型液晶模块16x2联接的c语言源程.txt
AT89C51与字符型液晶模块16x2联接的C语言源程
/*===========================================================================
KS0070(44780) 16x2 字符液晶屏驱动演示程序总线方式 晓奇
==========================================
www.eeworm.com/read/252270/12290001
txt suse linux 7.1 professional.txt
作者:studyboy
email: studyboy@21cn.com
日期:8/26/2001 11:46:56 AM
----------------------------------------------------------------------------
----
CNET 评分: 9
优点:包含一个出色的软件目录;简便的安装和设置.
缺点:分区方式有些古怪,所
www.eeworm.com/read/132090/14110873
h lcd.h
#ifndef LCD_H
#define LCD_H
extern char DrawType; //作图方式
enum{
DrawType_Normal=0, //覆盖
DrawType_NotNormal=1, //覆盖取反,非
// DrawType_Xor=2, //异或,不同则显示
DrawType_And=3, //与