代码搜索:匹配方式
找到约 10,000 项符合「匹配方式」的源代码
代码结果 10,000
www.eeworm.com/read/213563/15130352
java webreceivertest.java
package ch09.section08;
import java.util.*;
import com.huawei.mms.pdu.*;
import com.huawei.mms.vas.*;
//Web方式接收多媒体消息
public class WebReceiverTest
extends MMServlet {
/**
* 本方法是在抽象
www.eeworm.com/read/212770/15150266
txt 8-20.txt
/* 范例:8-20 */
#include
#define HI int a; a=3; printf("a=%d\n",a);
/* 取代标记也可以用此种方式表示 */
#define GG int i;\
for(i=1;i
www.eeworm.com/read/210545/15196859
txt 8-20.txt
/* 范例:8-20 */
#include
#define HI int a; a=3; printf("a=%d\n",a);
/* 取代标记也可以用此种方式表示 */
#define GG int i;\
for(i=1;i
www.eeworm.com/read/209499/15218089
m deturbo_lin.m
function [hard_out,soft_out]=deturbo_lin(in,alphain,num_iterate)
%****************************************************************
% 内容概述:turbo解码器,in是RSC编码器输出
% 利用硬件化的方式实现TURBO码的Linear-LOG
www.eeworm.com/read/209499/15218125
m com_decoder_semith.m
function [soft_out,ex_info]=com_decoder_SemiTh(in,app)
%****************************************************************
% 内容概述:子译码器。
% 利用硬件化的方式实现TURBO码的MAX-LOG-MAP译码
% 生成矩阵按照3GP
www.eeworm.com/read/209499/15218240
m decoder.m
function [hard_out,soft_out]=decoder(in,alphain,num_iterate)
%****************************************************************
% 内容概述:turbo解码器,in是RSC编码器输出
% 利用硬件化的方式实现TURBO码的MAX-LOG-MAP译码
www.eeworm.com/read/209499/15218267
m decoder_semith.m
function [hard_out,soft_out]=decoder_SemiTh(in,alphain,num_iterate)
%****************************************************************
% 内容概述:turbo解码器,in是RSC编码器输出
% 利用硬件化的方式实现TURBO码的MAX-LOG
www.eeworm.com/read/209329/15223197
java sendmail.java
/*
这个类主要是以Telnet的方式发送命令和邮件
*/
import java.io.*;
import sun.misc.BASE64Encoder;
import java.net.*;
import java.util.*;
public class SendMail{
private Socket mailSocket;
www.eeworm.com/read/207532/15268943
txt i2c.txt
//EEPROM start
void EEP_start(void)
{
*pdddr|=0x0030; //SDA,SCL为输出方式
delly(50);
asm(nop);
*pddr|=EEP_SDA;
delly(50);
asm(nop);
*pddr|=EEP_SCL;
delly(50);
asm(nop);