代码搜索:预置数

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

代码结果 10,000
www.eeworm.com/read/412487/11197870

h tool.h

#ifndef TOOL_H #define TOOL_H #if _MSC_VER > 1000 #pragma once #endif #include "inc.h" //宏 //随机数生成 #define GetRandom( min, max ) ((rand() % (int)(((max) + 1) - (min))) + (min)) //
www.eeworm.com/read/411704/11231634

java bigmathinterface.java

package mindsurf; public interface BigMathInterface { public String[][] bigmath={ {"1","下列的数中属于完全数的是哪个?","1.6","2.7","3.8"}, {"1","用10秒钟跑完100米的人的
www.eeworm.com/read/147930/12510157

c timer10ms.c

#include #include "ex.h" /* +------------------------------------------------------------------------------+ 函 数 名 : timer10ms_init() 功能描述 : timer10ms的初始化 函数原形 : void timer10ms_ini
www.eeworm.com/read/335295/12540904

cpp betsga.cpp

#include #include #include #include //------------------------------------------- //产生(0,1)均匀分布的随机数 double randnum() { double x; x = (double) rand
www.eeworm.com/read/334863/12567692

java findsafearea.java

import java.awt.Point; import java.util.Vector; public class FindSafeArea { public FindSafeArea() { } public Vector 确定无雷连通区(int i,int j,Block block[][],int 行数, int 列数) { Vec
www.eeworm.com/read/334825/12571281

cpp 01.cpp

#include #include #include #include templateclass BinaryTree; templateclass BTreeNode { private: BTreeNode*left;//左子数指针
www.eeworm.com/read/334680/12580862

txt jinchengtongbu.txt

#include #include #include /*time及stdlib:产生随机数*/ #include #include typedef int semaphore; typedef char products; typede
www.eeworm.com/read/147090/12587713

jsp example9_7.jsp

输入一个数,提交给servlet(post方式):
www.eeworm.com/read/146694/12617990

c 2-18.c

#include main() { int test; for(test=0; test
www.eeworm.com/read/333939/12651720

cpp isodata.cpp

// ISODATA.cpp #include "stdafx.h" #include "ISODATA.h" #include "Sort.h" using namespace std; // class ISODATA extern int N; extern int dim; ISODATA::ISODATA() { c = 2; // 预期的类数;