代码搜索:预置数

找到约 10,000 项符合「预置数」的源代码

代码结果 10,000
www.eeworm.com/read/131795/14126028

dat vb_code53.dat

Randomize语句 初始化随机数生成器。
www.eeworm.com/read/131795/14127305

dat funtc262.dat

函数名称: random 函数原型: int random(int num) 函数功能: 得到一个在0和参数num之间的随机数 函数返回: 一个在0和参数num之间的随机数 函数说明: num 最大的随机数取值 所属文件:
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/169320/9867045

sql 限制列数的交叉表.sql

/*--假设有数据 科目 学生1_上学期 学生1_下学期 学生2_上学期 学生2_下学期 学生3_上学期 学生3_下学期 学生4_上学期 学生4_下学期 学生5_上学期 学生5_下学期 ------ ------------ ----------- ----------- ------------ ------------ ------------ --------
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