代码搜索:预置数
找到约 10,000 项符合「预置数」的源代码
代码结果 10,000
www.eeworm.com/read/473545/6846074
java ave.java
package cal;
import java.util.*;
import java.math.*;
public class Ave {
//计算平均数
public static double average(double[] shu){
double ave=0;
for(int i=0;i
www.eeworm.com/read/472009/6877978
cpp xt3-20-2.cpp
#include
using namespace std;
int main()
{int m,s,i;
for (m=2;m
www.eeworm.com/read/295512/8156473
cpp p3-148.cpp
#include
#include
#include
//main()函数的定义
void main( void )
{
double y;
int N;
//输入一个大于等于0的数
do {
coutN;
www.eeworm.com/read/295491/8158713
cpp p3-148.cpp
#include
#include
#include
//main()函数的定义
void main( void )
{
double y;
int N;
//输入一个大于等于0的数
do {
coutN;
www.eeworm.com/read/195327/8163697
cpp p3-148.cpp
#include
#include
#include
//main()函数的定义
void main( void )
{
double y;
int N;
//输入一个大于等于0的数
do {
coutN;
www.eeworm.com/read/295315/8170386
c d12ci.c
#include /* special function register declarations */
#include "mainloop.h"
#include "d12ci.h"
#include "absacc.h"
#include "epphal.h"
#define D12_DATA 0xfb02 //定义数
www.eeworm.com/read/395323/8185540
java stu.java
import java.io.*;
public class stu{
public static int count=0; //记录系统中实际存储的学生信息的记录数
public static int temp; //临时存储输入的数据
public static int temp1;
www.eeworm.com/read/294895/8195396
m de_m.m
%%%%%%%%%%%%%%% 控制参数 %%%%%%%%%%%%%%%%%%%%
DIMENSION_NUM=40;%定义维数
PIRTICLE_NUM=100;%粒子数目 NP=10*D(DIMENSION_NUM)
TIME=50;%循环次数
CIR_TIME=200;%叠代次数
F=0.5;
CR=0.99;
%%%%%%%%%%%%%%% 模型参数 %%%%%
www.eeworm.com/read/395034/8198351
h ring.h
struct Boy
{
int code;
Boy* next;
};
class Ring
{
public:
Ring(int n);
void Count(int m);//数m个小孩
void PutBoy(); //输出当前小孩的编号
void ClearBoy(); //将当前小孩从链表中脱钩
void Display(); /
www.eeworm.com/read/395034/8198371
h ring.h
struct Boy
{
int code;
Boy* next;
};
class Ring
{
public:
Ring(int n);
void Count(int m);//数m个小孩
void PutBoy(); //输出当前小孩的编号
void ClearBoy(); //将当前小孩从链表中脱钩
~Ring();
protected: