代码搜索:计算表
找到约 10,000 项符合「计算表」的源代码
代码结果 10,000
www.eeworm.com/read/382761/9001898
dsp 矩阵计算.dsp
# Microsoft Developer Studio Project File - Name="矩阵计算" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Cons
www.eeworm.com/read/382761/9001899
cpp 矩阵计算.cpp
// 矩阵计算.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
class Matrix
{
public:
int x,y; //x,y分别表示矩阵的列数与行数
double** element; //我们用二维数组来代表矩阵
www.eeworm.com/read/382761/9001900
ncb 矩阵计算.ncb
www.eeworm.com/read/382761/9001904
dsw 矩阵计算.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/382761/9001923
dsp 复数计算.dsp
# Microsoft Developer Studio Project File - Name="复数计算" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Cons
www.eeworm.com/read/382761/9001925
opt 复数计算.opt
www.eeworm.com/read/382761/9001926
ncb 复数计算.ncb
www.eeworm.com/read/382761/9001927
plg 复数计算.plg
Build Log
--------------------Configuration: 复数计算 - Win32 Debug--------------------
Command Lines
Results
复数计算.exe - 0 error(s)
www.eeworm.com/read/382761/9001931
cpp 复数计算.cpp
// 复数计算.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "stdio.h"
#include "math.h"
class Complex
{
public:
double Re,Im; //成员变量,分别表示复数的实部与虚
www.eeworm.com/read/382761/9001935
dsw 复数计算.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################