代码搜索:2
找到约 10,000 项符合「2」的源代码
代码结果 10,000
www.eeworm.com/read/157259/5606932
h ustring.h
#include "..\inc\def.h"
//int 到Unicode字符串的转换
void Int2Unicode(int number, U16 str[]);
//Unicode字符串到int的转换
int Unicode2Int(U16 str[]);
//char类型包括GB编码,到Unicode的编码转换
void strChar2Unicode(U16 ch2[], cons
www.eeworm.com/read/155856/5618233
c tst_crol.c
#include
void tst_crol (void) {
char a;
char b;
a = 0xA5;
b = _crol_(a,3); /* b now is 0x2D */
}
void tst_irol (void) {
int a;
int b;
a = 0xA5
www.eeworm.com/read/193575/8216544
h ustring.h
#include "..\inc\def.h"
//int 到Unicode字符串的转换
void Int2Unicode(int number, U16 str[]);
//Unicode字符串到int的转换
int Unicode2Int(U16 str[]);
//char类型包括GB编码,到Unicode的编码转换
void strChar2Unicode(U16 ch2[
www.eeworm.com/read/193568/8217111
h ustring.h
#include "..\inc\def.h"
//int 到Unicode字符串的转换
void Int2Unicode(int number, U16 str[]);
//Unicode字符串到int的转换
int Unicode2Int(U16 str[]);
//char类型包括GB编码,到Unicode的编码转换
void strChar2Unicode(U16 ch2[
www.eeworm.com/read/393949/8253129
h ustring.h
#include "..\inc\def.h"
//int 到Unicode字符串的转换
void Int2Unicode(int number, U16 str[]);
//Unicode字符串到int的转换
int Unicode2Int(U16 str[]);
//char类型包括GB编码,到Unicode的编码转换
void strChar2Unicode(U16 ch2[
www.eeworm.com/read/393946/8253225
h ustring.h
#include "..\inc\def.h"
//int 到Unicode字符串的转换
void Int2Unicode(int number, U16 str[]);
//Unicode字符串到int的转换
int Unicode2Int(U16 str[]);
//char类型包括GB编码,到Unicode的编码转换
void strChar2Unicode(U16 ch2[
www.eeworm.com/read/393940/8253741
h ustring.h
#include "..\inc\def.h"
//int 到Unicode字符串的转换
void Int2Unicode(int number, U16 str[]);
//Unicode字符串到int的转换
int Unicode2Int(U16 str[]);
//char类型包括GB编码,到Unicode的编码转换
void strChar2Unicode(U16 ch2[
www.eeworm.com/read/392898/8319790
h ustring.h
#include "..\inc\def.h"
//int 到Unicode字符串的转换
void Int2Unicode(int number, U16 str[]);
//Unicode字符串到int的转换
int Unicode2Int(U16 str[]);
//char类型包括GB编码,到Unicode的编码转换
void strChar2Unicode(U16 ch2[], cons
www.eeworm.com/read/203024/15367722
h ustring.h
#include "..\inc\def.h"
//int 到Unicode字符串的转换
void Int2Unicode(int number, U16 str[]);
//Unicode字符串到int的转换
int Unicode2Int(U16 str[]);
//char类型包括GB编码,到Unicode的编码转换
void strChar2Unicode(U16 ch2[], cons
www.eeworm.com/read/391726/8388518
txt twofft.txt
Procedure TWOFFT(DATA1, DATA2:array of real;
var FFT1, FFT2:array of real; N:integer);
var
C1R,C1I,C2R,C2I,CONJR,CONJI,H1R,H1I,H2R,H2I:real; N2,J,J2:integer;
begi