代码搜索:notation
找到约 2,214 项符合「notation」的源代码
代码结果 2,214
www.eeworm.com/read/464264/7167132
txt readme_gbk.txt
ConvertZ ver 8.02 2005年6月2日
(仅供个人免费使用,不得作任何商业用途)
用途: 中文 Big5/GBK/Unicode/UTF8 内码转换器。
注意:档案转换只能将纯文字格式的文件(例如 txt, html 等)转码,
并不适用于如 MS Word, Excel 等 binary 档案。
www.eeworm.com/read/443565/7630574
m advantage_csit.m
% comparision of mimo with and without having CSIT
clear all; close all;
clc;
Nt=2; Nr=2;
N0 = 1e-4; % noise spectral density
B = 1;% normalized channel bandwidth
N_it = 1e3; % No.of iterat
www.eeworm.com/read/238743/13327766
txt readme_gbk.txt
ConvertZ ver 8.02 2005年6月2日
(仅供个人免费使用,不得作任何商业用途)
用途: 中文 Big5/GBK/Unicode/UTF8 内码转换器。
注意:档案转换只能将纯文字格式的文件(例如 txt, html 等)转码,
并不适用于如 MS Word, Excel 等 binary 档案。
www.eeworm.com/read/403933/11498610
html help.set-flow.html
Instruction : set-flow
set-flow
This instruction moves the flow-head to the memory position denoted in t
www.eeworm.com/read/403933/11498615
html help.mov-head.html
Instruction : mov-head
mov-head
This instruction will cause the ?IP? to jump to the position in m
www.eeworm.com/read/208620/15242013
txt readme_gbk.txt
ConvertZ ver 8.02 2005年6月2日
(仅供个人免费使用,不得作任何商业用途)
用途: 中文 Big5/GBK/Unicode/UTF8 内码转换器。
注意:档案转换只能将纯文字格式的文件(例如 txt, html 等)转码,
并不适用于如 MS Word, Excel 等 binary 档案。
www.eeworm.com/read/133772/5901726
man inet_addr.man
NAME
inet_aton, inet_addr, inet_ntoa - Internet address
manipulation routines
SYNOPSIS
#include
int inet_aton(const char *cp, struct in_addr *inp);
www.eeworm.com/read/109026/6176748
man inet_addr.man
NAME
inet_aton, inet_addr, inet_ntoa - Internet address
manipulation routines
SYNOPSIS
#include
int inet_aton(const char *cp, struct in_addr *inp);
www.eeworm.com/read/403933/11498603
html help.if-n-equ.html
Instruction : if-n-equ
if-n-equ
This instruction compares the ?BX? register to its
www.eeworm.com/read/136879/13356105
cpp fig05_21.cpp
// Fig. 5.21: fig05_21.cpp
// Copying a string using array notation
// and pointer notation.
#include
void copy1( char *, const char * );
void copy2( char *, const char * );
int