代码搜索:uncode
找到约 93 项符合「uncode」的源代码
代码结果 93
www.eeworm.com/read/439305/7712806
exe 汉字编码转换uncode汉字.exe
www.eeworm.com/read/360256/10105433
m crc_table_code.m
% Author:lidongshi
% input must be integer multiples of 8
% CRC-CCITT encode in table
% 07.11.30
function [crc_coded_sequence] = crc_table_code(uncode_sequence)
% uint16 bitshift bitand d
www.eeworm.com/read/174848/9573024
cpp fangshe.cpp
#include
#include
void encode(int a, int b);
void uncode(int a, int b);
int getUncode(int a);
int main()
{
int a, b,c,d;
cout
www.eeworm.com/read/362752/9982198
c huffmanuncoding.c
#include "head.h"
#include "struct.h"
#include "declare.h"
int HuffmanUncoding(HuffmanTree HT,char *filename,CharArr *ch)//译码
{
FILE *code,*uncode;
char uncodename[]="uncodefile";
char c;
int m,n
www.eeworm.com/read/446362/7580794
pas recvmessage.pas
unit recvmessage;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs,qsocket2,winsock,DePacket,packetstruct,unit2,unit1,queue;
var
coco:a
www.eeworm.com/read/459243/7278329
uv2 sms.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (source)
Group (header)
File 1,1,
File 1,1,
www.eeworm.com/read/459243/7278331
lnp sms.lnp
"main.obj",
"init.obj",
"com0drv.obj",
"modemdrv.obj",
"sms.obj",
"Uncode2Gb2312.obj"
TO "sms"
RAMSIZE(256)
www.eeworm.com/read/459243/7278337
h includes.h
//===========================================
//------------------------------------------------
#define uchar unsigned char
#define uint unsigned int
#define ulong unsigned long
www.eeworm.com/read/446362/7580789
pas idmessgae.pas
unit idmessgae;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs,qsocket2,winsock,packetstruct,packetstruct1,DePacket,unit2,unit3;
var