代码搜索:盒维数
找到约 10,000 项符合「盒维数」的源代码
代码结果 10,000
www.eeworm.com/read/463456/7180552
bat 取得硬盘数.bat
@echo off
cd.>script.txt
>>script.txt echo list disk
for /f %%i in ('diskpart /s script.txt^|find /c ^"联机^"') do Set HardDrivers=%%i
del script.txt /q
echo 您的计算机上硬盘安装数量为:%HardDrivers%
pause
www.eeworm.com/read/458654/7292158
e 判断回文数.e
www.eeworm.com/read/457549/7322955
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/450798/7476667
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/449694/7497953
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/446914/7562933
doc 猜数游戏.doc
www.eeworm.com/read/440225/7691791
bat 取得硬盘数.bat
@echo off
cd.>script.txt
>>script.txt echo list disk
for /f %%i in ('diskpart /s script.txt^|find /c ^"联机^"') do Set HardDrivers=%%i
del script.txt /q
echo 您的计算机上硬盘安装数量为:%HardDrivers%
pause
www.eeworm.com/read/436204/7775261
cpp 随机数.cpp
// 随机数
#include
#include
#include
int main()
{
int n,MAX;
srand((unsigned)time(NULL));
MAX=1000000;
n=rand()%MAX+1;
printf("%d\n",n);
www.eeworm.com/read/435802/7784145
cpp 猜数游戏.cpp
//猜数
#include
main()
{
srand(1);
int a,b,c;
c=1;
a=65536;
b=(rand())%a;
int k,e;
e=1;
cout
www.eeworm.com/read/435802/7784146