代码搜索:预置数
找到约 10,000 项符合「预置数」的源代码
代码结果 10,000
www.eeworm.com/read/312803/13604198
cpp 十数计算.cpp
// 十数计算.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "十数计算.h"
#include "十数计算Dlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static cha
www.eeworm.com/read/311771/13626526
c 记字符数.c
#include
#include
int upper=0,lower=0,diqit=0,space=0; /*注意,因为upper,space等并没有成为形参,它们只是局部变量,在不同的函数中互不干扰,所以不将其设为全局变量就不能起作用*/
void count(char str[])
{ int i;
char c;
for(i
www.eeworm.com/read/308157/13707104
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/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