代码搜索:2
找到约 10,000 项符合「2」的源代码
代码结果 10,000
www.eeworm.com/read/263359/11366305
m hex2bin.m
function output = hex2bin (input)
% Converts a 8-bit Hex number string to 32-bit binary number string
% Hex number must be of the following form
% input = [ '67','45','23','01']
byte1 = de
www.eeworm.com/read/347740/11638921
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/346938/11712213
h ustring.h
#include "../inc/marco.h"
//int 到Unicode字符串的转换
void Int2Unicode(int number, U16 str[]);
//Unicode字符串到int的转换
int Unicode2Int(U16 str[]);
//char类型包括GB编码,到Unicode的编码转换
void strChar2Unicode(U16 ch
www.eeworm.com/read/345247/11824328
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/154835/11924251
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/256237/12012234
m myconvert.m
function [ num1, num2 ] = myconvert( str )
% Function to convert the vector string to numbers
% By Kyriakos Tsourapas
% You may contact me through the Mathworks site
% University of Essex 2002
% CR
www.eeworm.com/read/152711/12090794
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/338470/12305880
txt 安装说明.txt
1。按正常方法把JAD和JAR文件用MIDWAY装入手机。
<mark>2</mark>。关掉MIDWAY,重新连线,运行P<mark>2</mark>KMAN或P<mark>2</mark>kCommander,读取手机资料,看KJAVA目录下,比较大小,确定哪个是你安装进入的3Dphonebook程序。比如是j<mark>2</mark>me3或j<mark>2</mark>me4或是j<mark>2</mark>me几,然后记下j<mark>2</mark>me后的数字。
3。回到电脑里,把解压缩得来的j<mark>2</mark>me3.attr,j<mark>2</mark>me3.pat, ...
www.eeworm.com/read/336644/12426983
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/148550/12460595
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[