代码搜索:uncode
找到约 93 项符合「uncode」的源代码
代码结果 93
www.eeworm.com/read/193131/8252199
h includes.h
//============================
#include
#include
#include
#include
#include
#include
//============================
#def
www.eeworm.com/read/459243/7278322
opt sms.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
DaveTm { 0,0,0,0,0,0,0,
www.eeworm.com/read/193131/8252169
lnp sms.lnp
"main.obj",
"com0drv.obj",
"init.obj",
"modemdrv.obj",
"sms.obj",
"Uncode2Gb2312.obj"
TO "sms"
RAMSIZE(256)
XDATA( 0X0000-0X0FFF )
www.eeworm.com/read/148446/12465864
cpp code.cpp
#include "code.h"
#include
#include
#include
#include
using namespace std;
code_uncode::code_uncode()
{
for(int i=0;i
www.eeworm.com/read/346423/11748640
txt tsp.txt
Private Sub Command1_Click()
Dim code(200, 8) As Integer '编码,种群数为200
Dim code1(200, 8) As Integer
Dim uncode(200, 8) As Integer '解码
Dim lj(200, 8) As Integer '路径
Dim d(200) As Single '每条路径的距离
Di
www.eeworm.com/read/193131/8252072
bak sms_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/193131/8252121
opt sms.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/193131/8252157
uv2 sms.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (header)
Group (source)
File 1,5, 0x0
File 1,5,
www.eeworm.com/read/193131/8252203
bak sms_uv2.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (header)
Group (source)
File 1,5, 0x0
File 1,5,
www.eeworm.com/read/177648/9443145
c main.c
#include
#include
#include "chcode.c"
main()
{ unsigned char * instream;
long i,length;
FILE * fp;
fp=fopen("c:\\test.txt","r");
fseek(fp,0L,2);