代码搜索:匹配方式
找到约 10,000 项符合「匹配方式」的源代码
代码结果 10,000
www.eeworm.com/read/308433/3713795
c max7219.c
#include
/*********************** 定义MAX7219 内部寄存器 **********************/
#define REG_DECODE 0x09 // 译码方式寄存器
#define REG_INTENSITY 0x0a // 亮度寄
www.eeworm.com/read/296895/3897564
java request.java
import java.net.*;
import java.nio.*;
import java.nio.charset.*;
import java.util.regex.*;
/* 代表客户的HTTP请求 */
public class Request {
static class Action { //枚举类,表示HTTP请求方式
private String
www.eeworm.com/read/292520/3952342
cs 3-2.cs
//程序3-2
using System;
class InOutConv
{
static void Main(string[] args)
{ string strPrint,strTemp;
double dFirst,dSum;
int iSecond, iSum;
//简单的输入方式
Console.WriteLine("输入一个数,按回车:
www.eeworm.com/read/290309/3979761
java request.java
import java.net.*;
import java.nio.*;
import java.nio.charset.*;
import java.util.regex.*;
/* 代表客户的HTTP请求 */
public class Request {
static class Action { //枚举类,表示HTTP请求方式
private String
www.eeworm.com/read/283468/4078779
js index.js
Ext.BLANK_IMAGE_URL = 'lib/resources/images/default/s.gif';
Ext.onReady(function(){
/* 设置提示消息的显示方式 */
Ext.QuickTips.init();
Ext.form.Field.prototype.msgTarget = 'side';
/* 装载头部的模版 */