代码搜索:预置数
找到约 10,000 项符合「预置数」的源代码
代码结果 10,000
www.eeworm.com/read/154133/5640535
vbw 平均数检验v.vbw
modMethod = 110, 110, 627, 478, C
frmOption = 0, 0, 480, 368, C, 154, 154, 671, 522, C
frmTwo = 2, 7, 667, 575, , 0, 0, 636, 499, C
frmCalculate = 66, 10, 606, 522, , 112, 27, 517, 503, C
www.eeworm.com/read/154133/5640536
bas 平均数检验m.bas
Attribute VB_Name = "modMethod"
'平均数的假设检验
Option Explicit
'求正态分布的分位数
'Q:上侧概率
'x:分位数
Public Sub PNorm(Q As Double, x As Double)
Dim p As Double, y As Double, Z As Double
Dim b0 As Dou
www.eeworm.com/read/154133/5640538
vbp 平均数检验v.vbp
Type=Exe
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINNT\System32\stdole2.tlb#OLE Automation
Module=modMethod; 平均数检验M.bas
Form=平均数检验F0.frm
Form=平均数检验F2.frm
Form=平均数检验F1.frm
St
www.eeworm.com/read/473191/6858047
txt 各数位不重复的数.txt
#include
#include
#include
using namespace std;
long fac[10];
long howmany[9];
/*
题目:各数位不重复的数
输入:
10000
输出:
26057
*/
//思路:通过二分法查找,找到所要的数
void getfac()
www.eeworm.com/read/472271/6875095
doc 中山大学99数.doc
www.eeworm.com/read/394633/8215402
cpp 排序后第k位置数.cpp
double select(int low,int high,int k)
{
if(low==high) return a[low];
int r = low+rand()%(high-low+1);
double t=a[r];a[r]=a[low];a[low]=t;
int t1,t2;
t1=
www.eeworm.com/read/368819/9676966
c 扩充fibonacci数ex_fib.c
www.eeworm.com/read/414839/11100598
sql 限制列数的交叉表.sql
/*--假设有数据
科目 学生1_上学期 学生1_下学期 学生2_上学期 学生2_下学期 学生3_上学期 学生3_下学期 学生4_上学期 学生4_下学期 学生5_上学期 学生5_下学期
------ ------------ ----------- ----------- ------------ ------------ ------------ --------
www.eeworm.com/read/414392/11114984
sql 限制列数的交叉表.sql
/*--假设有数据
科目 学生1_上学期 学生1_下学期 学生2_上学期 学生2_下学期 学生3_上学期 学生3_下学期 学生4_上学期 学生4_下学期 学生5_上学期 学生5_下学期
------ ------------ ----------- ----------- ------------ ------------ ------------ --------