代码搜索:三维数组
找到约 10,000 项符合「三维数组」的源代码
代码结果 10,000
www.eeworm.com/read/103046/15747293
cpp 数组倒置.cpp
#include
main ()
{
static int a[5][1] = {34,45,56,67,89};
static int b[1][5], i,j;
printf("array a:\n");
for(i=0;i
www.eeworm.com/read/103038/15748317
txt 数组列表.txt
using System;
using System.Collections;
namespace ConsoleApplication1
{
///
/// Class1 的摘要说明。
///
class Class2
{
public int number;
public Class2(int iN)
{
www.eeworm.com/read/101253/15839428
c 数组操作.c
#include
void main()
{
char strg[40],*there,one,two;
int *pt,list[100],index;
strcpy(strg,"This is a character string.");
one = strg[0]; /* one 和
www.eeworm.com/read/100753/15865334
c 数组操作.c
#include
void main()
{
char strg[40],*there,one,two;
int *pt,list[100],index;
strcpy(strg,"This is a character string.");
one = strg[0]; /* one 和
www.eeworm.com/read/396448/8107278
doc 4-字符串数组、元胞数组和构架数组.doc
www.eeworm.com/read/279904/10378859
h 三维变换.h
// 三维变换.h : main header file for the 三维变换 application
//
#if !defined(AFX__H__99CAE6A7_F1C2_401B_85B8_3D743A7E58E2__INCLUDED_)
#define AFX__H__99CAE6A7_F1C2_401B_85B8_3D743A7E58E2__INCLUDED_
#
www.eeworm.com/read/279904/10378861
cpp 三维变换.cpp
// 三维变换.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "三维变换.h"
#include "MainFrm.h"
#include "三维变换Doc.h"
#include "三维变换View.h"
#ifdef _DEBUG
#def
www.eeworm.com/read/279904/10378872
ico 三维变换.ico
www.eeworm.com/read/279904/10378889
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) Appl
www.eeworm.com/read/279904/10378902
clw 三维变换.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CMyView
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "三维变换.h"
L