代码搜索结果

找到约 10,000 项符合 2 的代码

ch2_2_1.htm

MATLAB 的视窗环境

i2c.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,1, 0x0 File 1,1, 0x

xt7-2-2.cpp

#include using namespace std; int main() {float a[5]; int i; cout

xt2-4-2.cpp

//xt2-4-2.cpp(即student.cpp) #include "xt2-4.h" //在此文件中进行函数的定义 #include using namespace std; //不要漏写此行 void Student::display( ) { c

xt2-6-2.cpp

#include using namespace std; class Box {public: void get_value(); void volume(); void display(); public: float lengh; float width; float height; float vol; };