代码搜索:预置数
找到约 10,000 项符合「预置数」的源代码
代码结果 10,000
www.eeworm.com/read/281330/9161938
pas u_crypt.pas
unit U_Crypt;
interface
USES
Classes, SysUtils;
const
C1 = 52845; //此二常量用于生成随机数
C2 = 22719;
SA:array[0..61] of char=
('0','1','2','3','4','5','6','
www.eeworm.com/read/182678/9195692
cpp p3-140.cpp
#include
#include
#define MAX 30
//main()的定义
int main(void)
{
char str[MAX],*p;
//从键盘上输入int数
cout
www.eeworm.com/read/182678/9195832
cpp p1-6.cpp
#include //包含iostream.h头文件
main()
{
//声明整型变量
int a,b;
//从键盘上为整型变量赋值
couta;
coutb;
//整型数的算术运算
cout
www.eeworm.com/read/379054/9210164
c randomnum.c
#define _WIN32_WINNT 0x400
#include
#include
//随机数生成函数
int random_number(unsigned char *dst, int len, void *dat)
{
HCRYPTPROV hCryptProv;
if(!CryptAcquireCont
www.eeworm.com/read/378440/9230826
h huffman.h
const unsigned int n=256; //字符数
const unsigned int m=256*2-1; //结点总数
struct HTNode{ //压缩用Huffman树结点
unsigned long weight; //字符频度(权值)
unsigned int parent,lchild,rchild;
};
www.eeworm.com/read/180877/9282112
cpp p3-140.cpp
#include
#include
#define MAX 30
//main()的定义
int main(void)
{
char str[MAX],*p;
//从键盘上输入int数
cout
www.eeworm.com/read/180877/9282245
cpp p1-6.cpp
#include //包含iostream.h头文件
main()
{
//声明整型变量
int a,b;
//从键盘上为整型变量赋值
couta;
coutb;
//整型数的算术运算
cout
www.eeworm.com/read/180494/9305138
m example5_42.m
function ObjVal = objharv(Chrom,sswitch);
% 目标函数的维数
Dim = 20;
% 参数设置
a = 1.1;
x0 = 100;
xend = x0;
XENDWEIGHT = 0.4/(Dim^0.6);
% 种群的大小
[Nind,Nvar] = size(Chrom);
% 种
www.eeworm.com/read/179957/9326293
cpp p3-140.cpp
#include
#include
#define MAX 30
//main()的定义
int main(void)
{
char str[MAX],*p;
//从键盘上输入int数
cout
www.eeworm.com/read/179957/9326440
cpp p1-6.cpp
#include //包含iostream.h头文件
main()
{
//声明整型变量
int a,b;
//从键盘上为整型变量赋值
couta;
coutb;
//整型数的算术运算
cout