代码搜索:Operator

找到约 10,000 项符合「Operator」的源代码

代码结果 10,000
www.eeworm.com/read/301147/13865604

cpp decode.cpp

#include #include using namespace std; //**************************************************************************** // 一个复数类(实现复数的加/减/乘/除/求模/与实数相乘/求共轭/求负共轭/赋值/显示) //******
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
www.eeworm.com/read/301147/13865634

h complex.h

class complex //编写复数类 { public: complex(double r=1,double i=1):real(r),imag(i){}//构造函数,实现初始化 complex (double r) {real= r;imag=0;}//转换构造函数 operator double(){return real;}//类型转换函数 fr
www.eeworm.com/read/136177/13868572

h pointer.h

/* * Copyright (C) 2001-2003 Jacek Sieka, j_s@telia.com * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as publ
www.eeworm.com/read/136146/13871567

h head.h

#include #include struct Week{ int first; //起始周 int last; //结束周 }; struct Ctime{ int weekday; //星期几上课 int start; //起始节数 int end; //结束节数 }; class Co
www.eeworm.com/read/238561/13875574

bas 计算器.bas

'项目:4*4键盘1602液晶显示的计算器 '结果:在proteus仿真运行成功 '时间:2007年8月20日 '开发软件:bascom-avr 11.8.5 '作者:あ邂逅记忆あ '宜昌AVR单片机 http://ycavr.cn $regfile = "m16def.dat" $crystal = 8000000 Config Lcdpin = Pin , Db4 = Port
www.eeworm.com/read/300969/13876765

group

operator:*:0: daemon:*:1: bin:*:2: other:*:3: tty:*:4: uucp:*:5: news:*:6: ftp:*:7: kmem:*:8: nogroup:*:99:
www.eeworm.com/read/136019/13878392

h stl_pair.h

/* * * Copyright (c) 1994 * Hewlett-Packard Company * * Permission to use, copy, modify, distribute and sell this software * and its documentation for any purpose is hereby granted without fee,
www.eeworm.com/read/136019/13878419

h stl_function.h

/* * * Copyright (c) 1994 * Hewlett-Packard Company * * Permission to use, copy, modify, distribute and sell this software * and its documentation for any purpose is hereby granted without fee,
www.eeworm.com/read/136019/13878483

h stl_stack.h

/* * * Copyright (c) 1994 * Hewlett-Packard Company * * Permission to use, copy, modify, distribute and sell this software * and its documentation for any purpose is hereby granted without fee,