代码搜索:映射网络
找到约 10,000 项符合「映射网络」的源代码
代码结果 10,000
www.eeworm.com/read/380008/9168713
cpp lexer.cpp
/// 任晶磊
/// 2007-12-9
/// renjinglei@163.com
#include "Lexer.h"
using namespace C0::Lexer;
//单词语义映射类的静态成员
std::map
www.eeworm.com/read/167536/9964692
txt 代入法加密文件.txt
1、字母映射:
X--Y--Z--A--B--C--D--E--F--G--H--I--J--K--L--M--N--O--P--Q--R--S--T--U--V--W
2、明文输入框:
Passage One
11. Both John and Sue joined the
staff of a successful public relations firm in
www.eeworm.com/read/163851/10142474
cmd 5416.cmd
-c /*ROM自动初始化模型*/
-m xhfx.map /*产生存储器映射文件*/
-o xhfx.out /*输出文件名*/
/*main.obj /*主程序模块*/
-l rts.lib /*运行时间支持库*/
MEMORY
{
/* Partition the memory ---------------------------
www.eeworm.com/read/437499/7747380
cpp bus.cpp
#include
#include
#include
#include
#include "pmplatform.h"
#include "s2440.h"
#include "ceddk.h"
#include "pkfuncs.h"
//BANK1 映射虚拟地址 对应的物理地址
#defi
www.eeworm.com/read/404222/11489875
c main.c
/****************************************************************************
* 文 件 名:REMAP.C
* 功 能:将存储器重映射到片内RAM(0x40000000~0x4000003F),然后更改0x40000000~
* 0x4000003F的内容。
* 说 明:观察0x
www.eeworm.com/read/156071/11831059
c main.c
/****************************************************************************
* 文 件 名:REMAP.C
* 功 能:将存储器重映射到片内RAM(0x40000000~0x4000003F),然后更改0x40000000~
* 0x4000003F的内容。
* 说 明:观察0x
www.eeworm.com/read/214032/15115813
asv map_module.asv
function output=map_module(input,map_flag)%按照map_flag指示完成各种星座映射,input为输入比特块
[N,NL]=size(input);
N=N/map_flag;
output=zeros(N,NL);
for j=1:NL
for n=1:N
for ic=1:map_flag
www.eeworm.com/read/214032/15115995
m map_module_adp.m
function output=map_module_adp(input,map_flag)%按照map_flag指示完成各种星座映射,input为输入比特块
[N,NL]=size(input);
if map_flag==0
output=[];
else
N=N/map_flag;
output=zeros(N,NL);
for j=1:NL
for n=