代码搜索结果
找到约 10,000 项符合
3 的代码
3-3.htm
动态变换的链接
#subtickertape{; background-color:000000; position:absolute; border: 0px solid; width:110; height:15; ; font-family: "隶书"; font- size:3p
3-3.cpp
#include
using namespace std;
class Matrix
{
public: /*外部借口,公有成员函数*/
Matrix(int NewL,int NewR) /*构造函数*/
3-3.txt
/* 范例:3-3 执行前请确定my_Include.h存放在同一个目录 */
#include "my_Include.h" /* 自编的include文件位置与文件名,C会将其展开 */
void main(void)
{
show_big_or_small (2,1,3); /* 调用定义在自编include文件内的函数 */
/* stdio.h已由my_inc