代码搜索:无线参数
找到约 10,000 项符合「无线参数」的源代码
代码结果 10,000
www.eeworm.com/read/193638/8210533
asm scobcdtu.asm
;********************SCOBCDTU********************
;本程序实现单字节压缩BCD码数转化为双字节非压缩BCD码。
;入口参数:原BCD码数在SOU中。
;出口参数:结果在SOUH:SOU中。
;占用资源:W,STATUS,024H,025H,一重堆栈。
IFNDEF SCOBCDTU1
www.eeworm.com/read/192685/8299198
html 15460.html
Re: 如何让VB写出来的执行档可以接参数?(无内文)
Re: 如何让VB写出来的执行档可以接参数?(无内文)
www.eeworm.com/read/369456/9647906
h drv_uart.h
//-----------发送给DSP板,进行放大器参数设置-------
typedef union{
fp32 fat;
uint16 word[2];
uint8 byte[4];
}set_parm;
extern set_parm SET[5];
#define canshu0 SET[0].fat//放大器标定参数
#defin
www.eeworm.com/read/172503/9704827
txt 3-14.txt
例3.14 通过不带参数的构造函数或带有缺省参数的构造函数给对象数组元素赋值。
#include
class point{
private:
int x,y;
public:
point(){x=5; y=5;}
point(int a,int b){x=a; y=b;}
int getx(){return x;}
int gety(){r
www.eeworm.com/read/172294/9714979
cpp fileinout.cpp
#include "fileinout.h" //文件输入输出类头文件
int CFileInOut::m_nTime = 0; //初始化静态变量
//函数功能:构造函数什么也不做
//输入参数:无
//输出参数:无
//返回值: 无
//修改人:邹明上
//修改时间:2006.06.25
CFileInOut::CFileInOut()
{
}