-
C++实现运算符重载实现矩阵加减
#include "stdafx.h"
#include
#include
#include
#include
using namespace std;
const int m=2;
const int n=3;
class juzhen
{
private:
int x[m][n];
public:
juzhen();
juzhen operator+(juzhen &c2);
void display();
void putin();
}t;
void juzhen::putin(){
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-04-14 12:38:11下载
- 积分:1
-
OPNET包交换网络
说明: OPNET软件仿真包交换网络,并在其中加入排队模型并拓展网络拓扑,对于统计量有不同影响(OPNET software simulates packet switching network, adds queuing model and expands network topology, which has different influence on statistics)
- 2020-07-11 23:58:54下载
- 积分:1
-
Chess
简单实现人机对战,使用人工智能简单算法,通过人和机器的博弈,使机器通过迭代自己判断所走的步骤。(This code simply realizes man-machine combat in chess.)
- 2019-01-31 11:19:56下载
- 积分:1
-
OPenGL
OpenGL source code for program OpenGL source code
- 2012-07-08 05:17:26下载
- 积分:1
-
fuzzy
模糊控制的算法设计,本程序已经经过调试,程序中有中文解析;
(Fuzzy control algorithm design, this process has been debugging the program in Chinese analysis )
- 2021-01-13 20:58:47下载
- 积分:1
-
New-Text-Document
Tower of Hanoi in C++ Builder!
- 2015-11-30 20:06:58下载
- 积分:1
-
freescaleMC9S12G128
飞思卡尔16位单片机MC9S12G128开发板实践教程(Freescale 16-bit microcontroller MC9S12G128 development board practice tutorial
)
- 2020-06-28 17:00:01下载
- 积分:1
-
ICWork
Asp.net2.0任务分配系统
asp.net2.0+sqlserver2005 一个任务分配系统的雏形,当中用到自带的角色管理。
分三个角色:administrator(超级用户),Manager(项目经理),engineer(工程师).
角色是由网站管理工具生成。
分三种角色登录到系统:
administrator角色:admin 密码:123456
Manager角色:manager 密码:123456
engineer角色:engineer 密码:123456
登录界面有注册窗口,注册哦用户由超级管理员分配角色
membership数据库在app_data文件夹下,新手可以看一看。
任务数据库在DB_51aspx下
默认管理员帐号/密码:51aspx/51aspx.com(Task allocation system
asp.net2.0+sqlserver2005
A task allocation system prototype, which used the role of self-management.
)
- 2009-05-23 00:54:13下载
- 积分:1
-
snake
snake--用VC++写的游戏,按上下左右控制方向(snake with VC++ write the game, press the control up and down about the direction of)
- 2008-07-10 20:51:20下载
- 积分:1
-
demo3
基于脉冲反射法定位电缆故障的M128代码,组合采样法对固定波形数据采样提高采样率。(Based on the pulse reflection method to locate cable faults M128 code, fixed combination waveform sampling data sampling to increase the sampling rate.)
- 2013-12-31 23:16:06下载
- 积分:1