代码搜索:盒维数
找到约 10,000 项符合「盒维数」的源代码
代码结果 10,000
www.eeworm.com/read/279841/4132753
java coordinates.java
package cn.org.matrix.gmatrix.gameLab.util;
/**
* 坐标类:表示对象的位置(可以是在x,y坐标系坐标,也可以是在图层中的行列数)
* @author cleverpig
*
*/
public class Coordinates {
//x轴坐标或者列数
private int x=0;
//y轴坐标或者行数
www.eeworm.com/read/428100/1962227
cpp main.cpp
#include "lei.h"
#include
#include
void main()
{
cout
www.eeworm.com/read/424146/2018277
cpp 6_5.cpp
//6_5.cpp
#include
using namespace std;
int main()
{
int *i_pointer; //声明int型指针i_pointer
int i; //声明int型数i
i_pointer=&i; //取i的地址赋给i_pointer
i=10; //int型数赋初值
cout
www.eeworm.com/read/363284/2921785
properties header_zh_cn.properties
#inc/header.jsp
today_count=今日贴数
topic_count=主题贴数
post_count=贴子总数
online=在线图示
online_detail=在线情况
home=首 页
forum=论 坛
login=登 录
regist=注 册
user_cen
www.eeworm.com/read/353058/3090745
properties header_zh_cn.properties
#inc/header.jsp
today_count=今日贴数
topic_count=主题贴数
post_count=贴子总数
online=在线图示
online_detail=在线情况
home=首 页
forum=论 坛
login=登 录
regist=注 册
user_cen
www.eeworm.com/read/174328/9595226
cpp cpp1.cpp
#include
#include
void main()
{
float a[10][10],b[10],d=0,t=0,sum=0;
int k=1,l=0,i=0,j=0,m,n;
cout
www.eeworm.com/read/133056/14056323
asp 控制输出字符长度的函数.asp
max-dian then
response.write left(all,max-dian)
for i=1 to dian
response.write ".
www.eeworm.com/read/110478/15533052
cpp 水仙花.cpp
//水仙花数算法
#include
#include
#include
//函数声明
int arm_number(int max);
//此函数的功能是求小于max的所有水仙花数
int main()
{
int max;
int second;
time_t t;
cout
www.eeworm.com/read/432821/8570045
m ex313.m
%***********************************************************
%程序:EX313.M
%功能:绘制不同类型的三维直方图
%***********************************************************
Z=[15,35,10;20,10,30] %设置坐标轴范围
subplot(2,
www.eeworm.com/read/430092/8767517
m ex313.m
%***********************************************************
%程序:EX313.M
%功能:绘制不同类型的三维直方图
%***********************************************************
Z=[15,35,10;20,10,30] %设置坐标轴范围
subplot(2,