代码搜索:匹配方式
找到约 10,000 项符合「匹配方式」的源代码
代码结果 10,000
www.eeworm.com/read/421437/2052519
cpp dialog.cpp
#include
#include "dialog.h"
//!使用0毫秒定时器方式请打开下面的宏定义
//#define USET_TIME_EVENT
Dialog::Dialog(QWidget *parent)
: QDialog(parent)
{
isStop = false;
loadSize = 4*1024;
totalBytes
www.eeworm.com/read/416044/2129829
java welcometag.java
package ch10;
import javax.servlet.jsp.JspTagException;
import javax.servlet.jsp.PageContext;
import javax.servlet.jsp.tagext.Tag;
/**
*演示怎么实现Tag接口的方式来开发标签程序
*/
public class WelcomeTag im
www.eeworm.com/read/368130/2825183
cpp dialog.cpp
#include
#include "dialog.h"
//!使用0毫秒定时器方式请打开下面的宏定义
//#define USET_TIME_EVENT
Dialog::Dialog(QWidget *parent)
: QDialog(parent)
{
isStop = false;
loadSize = 4*1024;
totalBytes
www.eeworm.com/read/158412/5597287
h define.h
//define.h
#ifndef define_h_
#define define_h_
#define BLACKCHESS 1//黑方
#define REDCHESS 2//红方
//深度方式DepthSort
#define DS_DEFAULTSET 1
#define DS_USERDEFINE 2
#define CS_PCCHESS 1//
www.eeworm.com/read/193638/8210500
asm initiicm.asm
;********************INITIICM********************
;本程序实现IIC主控方式初始化并发送起始位,时钟频率为100KHZ。
SAVEW EQU 07FH ;现场保护中保存W的地址
SAVES EQU 07EH
IFNDEF