代码搜索:预置数

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

代码结果 10,000
www.eeworm.com/read/220519/14798106

txt diaodusuanfa.txt

#include #include #include #include const int MAXJOB=100;//定义表最大记录数 typedef struct node{ int start; int length; char tag[20]; }job;
www.eeworm.com/read/119491/14828113

asp chan_const.asp

www.eeworm.com/read/219945/14858501

c rand.c

#include #include #define Alpha 3.90 double initvalue(); double random(void)/*返回一个(0,1)之间的随机数*/ { static double f=-1.0; double initvlaue(); if(f==-1.0)
www.eeworm.com/read/117862/14900654

asp chan_const.asp

www.eeworm.com/read/218418/14921179

cpp p4-197.cpp

#include #include #include using namespace std; //返回一个Fibonacci数,其由generate_n()算法调用 int Fibonacci1(void) { static int r; static int f1 = 0; sta
www.eeworm.com/read/218104/14934812

asp newslist-1.asp

www.eeworm.com/read/218104/14935815

asp newslist-1.asp

www.eeworm.com/read/218104/14936527

asp newslist-1.asp

www.eeworm.com/read/115823/14999960

java littleprime.java

//输出小于等于用户输入之自然数的所有素数 import java.io.*; public class LittlePrime { public static void main(String args[]) throws IOException { System.out.print("Please input a natural number: "); Buffere
www.eeworm.com/read/114206/15065361

cpp 1.cpp

#include #include #include #include "windows.h" #define MAX_PROCESS 32 //最大进程数 #define MAX_COURCE 64 //最大资源类别 int MAX_FACT_PROCESS;