代码搜索:USC2
找到约 29 项符合「USC2」的源代码
代码结果 29
www.eeworm.com/read/265751/11254688
c hzkcode.c
#include
#include "config.h"
#include "pindef.h"
#include "types.h"
#include "gdefs.h"
#include "hzkdef.h"
const __HZ_CharCode code _HZ_CodeMaps[] = {
{0x00,0x00,0x00,0x00,0x00,0x00
www.eeworm.com/read/242883/12975017
pas usc2.pas
unit usc2;
interface
uses
Windows, Messages, SysUtils;
function UnicodeToAnsi(Unicode: string):string;
function AnsiToUnicode(Ansi: string):string;
implementation
function ReadHex
www.eeworm.com/read/375255/6285435
cs pdu.cs
/////////////////////////////////////
///文 件:PDUdecoding.cs
///概 要:针对国内短信解码(USC2)
///组成结构:包含四个函数:
/// 1、GetEverySMS(string SMS)
/// 2、GetTelphone
www.eeworm.com/read/375255/6285443
cs pdu.cs
/////////////////////////////////////
///文 件:PDUdecoding.cs
///概 要:针对国内短信解码(USC2)
///组成结构:包含四个函数:
/// 1、GetEverySMS(string SMS)
/// 2、GetTelphone
www.eeworm.com/read/143751/12847668
cs pduencoder.cs
/////////////////////////////////////
///程 序 员:Honor Cheung
///
///文 件:PDUEncoder.cs
///概 要:针对国内短信编码(USC2)
///组成结构:包含四个函数:
/// GetSMSCenterNumberAfterEncoded(string cent
www.eeworm.com/read/375255/6285441
cs pdudecoding.cs
////////////////////////////////////
///文 件:PDUdecoding.cs
///概 要:针对国内短信编码(USC2)
///组成结构:包含四个函数:
/// smsDecodedCenterNumber(string srvCenterNumber) 短信中心号编码
///
www.eeworm.com/read/375255/6285449
cs pdudecoding.cs
////////////////////////////////////
///文 件:PDUdecoding.cs
///概 要:针对国内短信编码(USC2)
///组成结构:包含四个函数:
/// smsDecodedCenterNumber(string srvCenterNumber) 短信中心号编码
///
www.eeworm.com/read/242883/12974983
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, usc2;
type
TForm1 = class(TForm)
Memo1: TMemo;
Memo
www.eeworm.com/read/242883/12975022
~pas unit1.~pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, usc2;
type
TForm1 = class(TForm)
Memo1: TMemo;
Memo
www.eeworm.com/read/399066/2366133
cs smscontrol.cs
using System;
using System.Collections.Generic;
using System.Text;
/////////////////////////////////////
///文 件:PDUdecoding.cs
///概 要:针对国内短信编码(USC2)
///组成结构:包含四个函数:
/// smsDecode