代码搜索:Decode
找到约 10,000 项符合「Decode」的源代码
代码结果 10,000
www.eeworm.com/read/301829/13847741
c decode.c
/***********************************************
copyright by Haia Tech
www.haia2004.com
************************************************/
#include
//#include
#include
www.eeworm.com/read/301829/13847745
h decode.h
/***********************************************
copyright by Haia Tech
www.haia2004.com
************************************************/
#ifndef _DECODE_H_
#define _DECODE_H_
void deco
www.eeworm.com/read/301147/13865603
dsp decode.dsp
# Microsoft Developer Studio Project File - Name="decode" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Co
www.eeworm.com/read/301147/13865604
cpp decode.cpp
#include
#include
using namespace std;
//****************************************************************************
// 一个复数类(实现复数的加/减/乘/除/求模/与实数相乘/求共轭/求负共轭/赋值/显示)
//******
www.eeworm.com/read/301147/13865605
opt decode.opt
www.eeworm.com/read/301147/13865606
ncb decode.ncb
www.eeworm.com/read/301147/13865607
plg decode.plg
Build Log
--------------------Configuration: decode - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI
www.eeworm.com/read/301147/13865608
dsw decode.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# 警告: 不能编辑或删除该工作区文件!
###############################################################################
Project: "decode"=".\decode.d
www.eeworm.com/read/301147/13865609
dsp decode.dsp
# Microsoft Developer Studio Project File - Name="decode" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Co
www.eeworm.com/read/301147/13865610
cpp decode.cpp
#include
#include
using namespace std;
class complex
{
public:
complex(float r=1,float i=1):x(r),y(i){}//构造函数,实现初始化
//complex(float r,float i){x=0;y=0;}
//complex(float r