代码搜索:预置数
找到约 10,000 项符合「预置数」的源代码
代码结果 10,000
www.eeworm.com/read/376627/9311548
c 二进制数.c
/*递归法求二进制数*/
#include
void printb(int x,int n);
void main()
{
int x;
printf("input number:");
scanf("%d",&x);
printf("number of decimal form: %d\n",x);
www.eeworm.com/read/371005/9571680
ppt 2.随机数.ppt
www.eeworm.com/read/363342/9958098
c 二进制数.c
/*递归法求二进制数*/
#include
void printb(int x,int n);
void main()
{
int x;
printf("input number:");
scanf("%d",&x);
printf("number of decimal form: %d\n",x);
www.eeworm.com/read/359346/10154364
ppt 第3章 数 组.ppt
www.eeworm.com/read/279550/10421128
txt pku 1221 凸回文数.txt
#include
#include
#include
#include
#include
#include
using namespace std;
#define PB push_back
//PKU 1221 凸回文数
#define NMAX 10
www.eeworm.com/read/279550/10421242
txt pku 3321 子树孩子数.txt
#include
#include
#include
#include
#include
#include
using namespace std;
#define PB push_back
//PKU 3321 子树孩子数
#define NMAX 1
www.eeworm.com/read/423817/10531189
ppt 第3章 数 组.ppt
www.eeworm.com/read/422731/10615594
htm 14.2 创建随机数.htm
标题页
rnd.today=new Date(); //获取当前时间
rnd.seed=rnd.tod
www.eeworm.com/read/351377/10656070
html 数型dp2.html
树型DP 经典2题(转载)_想飞
.error{color:#FF0000;font-size:12px}