代码搜索:盒维数
找到约 10,000 项符合「盒维数」的源代码
代码结果 10,000
www.eeworm.com/read/307908/13713251
doc 阿姆斯特朗数.doc
www.eeworm.com/read/307068/13731984
plg 幻方数.plg
Build Log
--------------------Configuration: 幻方数 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI~1\
www.eeworm.com/read/307068/13731985
dsw 幻方数.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/307068/13731986
opt 幻方数.opt
www.eeworm.com/read/307068/13731987
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) Conso
www.eeworm.com/read/307068/13731988
cpp 幻方数.cpp
#include
#include
#include
void showfangzhen(int n);
int main()
{
for (int n=0;n
www.eeworm.com/read/307068/13731989
ncb 幻方数.ncb
www.eeworm.com/read/303700/13810094
pdf 数电前言.pdf
www.eeworm.com/read/151133/5685899
c 阿姆斯特朗数.c
#include
main()
{
int i,t,k,a[3];
printf("There are following Armstrong number smaller than 1000: \n");
for(i=152;i=10;t++)
{
a[t]=(i%k)/(k/1
www.eeworm.com/read/484696/6572629
txt 随机数.txt
import java.util.Arrays;
import java.util.Random;
/**
* RandomUtil - Random Tool Class.
* @author SageZk
* @version 1.0
*/
public class RandomUtil {
private RandomUtil