代码搜索:盒维数
找到约 10,000 项符合「盒维数」的源代码
代码结果 10,000
www.eeworm.com/read/277819/4150550
cpp 6_20.cpp
#include
int main()
{
static char diamond[][5]={{' ',' ','*'},{' ','*',' ','*'}, {'*',' ',' ',' ','*'},{' ','*',' ','*'}, {' ',' ','*'}};
//二维字符数组的声明和初始化
int i,j;
for (i=0;i
www.eeworm.com/read/277819/4150688
cpp 6_15.cpp
#include
int main()
{
static char diamond[][5]={{' ',' ','*'},{' ','*',' ','*'}, {'*',' ',' ',' ','*'},{' ','*',' ','*'}, {' ',' ','*'}};
//二维字符数组的声明和初始化
int i,j;
for (i=0;i
www.eeworm.com/read/436051/1855127
c main.c
//=========================================================================================
//作 者:浙江大学 杜维 张建敏 陈勋
//题 目:悬挂运动控制系统
//备 注:
// 2005年全国大学生电子竞赛
//=======================
www.eeworm.com/read/384473/2600146
cs program.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace ArrayExample1
{
class Program
{
static void Main()
{
//声明一维数组Artists,并赋初始值;
www.eeworm.com/read/475959/6771332
cpp 7_7.cpp
#include
#include
using namespace std;
class TwoDShape // 二维图形类
{ double width,height;
public:
TwoDShape(double w, double h) { width = w; height = h; } //构造函数.
v
www.eeworm.com/read/268481/11136836
cpp 6_20.cpp
#include
int main()
{
static char diamond[][5]={{' ',' ','*'},{' ','*',' ','*'}, {'*',' ',' ',' ','*'},{' ','*',' ','*'}, {' ',' ','*'}};
//二维字符数组的声明和初始化
int i,j;
for (i=0;i
www.eeworm.com/read/248954/12530031
cpp 7_7.cpp
#include
#include
using namespace std;
class TwoDShape // 二维图形类
{ double width,height;
public:
TwoDShape(double w, double h) { width = w; height = h; } //构造函数.
v
www.eeworm.com/read/235666/14057552
c v.c
void Vigenere() /*维吉利亚密码*/
{
char c[100], key[100];
int lenc, lenk, i=0, j=0, tmp;
clrscr();
printf("********Vigenere Cipher********\nPlease input primal sentence: ");
gets(c);
lenc =
www.eeworm.com/read/109555/15554370
cpp 6_15.cpp
#include
int main()
{
static char diamond[][5]={{' ',' ','*'},{' ','*',' ','*'}, {'*',' ',' ',' ','*'},{' ','*',' ','*'}, {' ',' ','*'}};
//二维字符数组的声明和初始化
int i,j;
for (i=0;i
www.eeworm.com/read/109554/15554487
cpp 6_20.cpp
#include
int main()
{
static char diamond[][5]={{' ',' ','*'},{' ','*',' ','*'}, {'*',' ',' ',' ','*'},{' ','*',' ','*'}, {' ',' ','*'}};
//二维字符数组的声明和初始化
int i,j;
for (i=0;i