代码搜索:预置数
找到约 10,000 项符合「预置数」的源代码
代码结果 10,000
www.eeworm.com/read/131795/14127305
dat funtc262.dat
函数名称: random
函数原型: int random(int num)
函数功能: 得到一个在0和参数num之间的随机数
函数返回: 一个在0和参数num之间的随机数
函数说明: num 最大的随机数取值
所属文件:
www.eeworm.com/read/376654/9310730
c 自然数可用不超过四个平方数之和来表示.c
www.eeworm.com/read/388569/8600183
cpp 1280 前m大的数.cpp
#include
#include
using namespace std;
int num[3001];
int pplus[10001];
int main()
{
int i,j,n,m,max,t;
while( scanf("%d %d",&n,&m)!=EOF )
{
memset(pplus,0,sizeof
www.eeworm.com/read/285104/8869600
c 扩充fibonacci数ex_fib.c
www.eeworm.com/read/183573/9153302
c 扩充fibonacci数ex_fib.c
www.eeworm.com/read/169320/9867045
sql 限制列数的交叉表.sql
/*--假设有数据
科目 学生1_上学期 学生1_下学期 学生2_上学期 学生2_下学期 学生3_上学期 学生3_下学期 学生4_上学期 学生4_下学期 学生5_上学期 学生5_下学期
------ ------------ ----------- ----------- ------------ ------------ ------------ --------
www.eeworm.com/read/364596/9903346
pdf 第2章-随机数.pdf
www.eeworm.com/read/364002/9926384
vi while循环_随机数曲线.vi
www.eeworm.com/read/361582/10044424
txt 三个数排序.txt
using System;
public class Test
{
public static void Main()
{
int x;
int y;
int z;
Console.WriteLine ("请输入三个数:");
x=int.Parse (Console.ReadLine ());
y=int.Parse (Console.ReadLi