代码搜索:预置数
找到约 10,000 项符合「预置数」的源代码
代码结果 10,000
www.eeworm.com/read/389274/8537614
m example71_figure.m
%example71_figure
%==============
%==============
figure('name','初始分布图示','numbertitle','off');
X=[0 1;0 1];
cluster=8;%%分类数
points=10;
std_dev=0.05;
P=nngenc(X,cluster ,points,std_dev);
www.eeworm.com/read/285784/8817973
dfm zero.dfm
object Frmzero: TFrmzero
Left = 2
Top = 135
Width = 783
Height = 403
Caption = '查询库存数为0的药品'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.He
www.eeworm.com/read/427751/8923654
m mutation.m
%变异
function [newpop]=mutation(pop,pm)
[px,py]=size(pop);
newpop=ones(size(pop));
for i=1:px
if(rand
www.eeworm.com/read/380924/9122507
c uart0.c
#include
#include "eeprom.h"
#include
typedef unsigned char uchar;
/*******************************************
函数名称:InitUART
功 能:初始化UART端口
参 数:无
返回值 :无
*****
www.eeworm.com/read/183055/9180183
h genetic.h
#pragma once
#define MAX_LENGTH 8 //染色体的最大长度,变量的个数;
#define POPULATION_SIZE 50 //最大的种群数;
#define LARGE_SCALE true
#define SMALL_SCALE false
//***********
www.eeworm.com/read/377337/9280532
java update.java
package cn.casia.ailab.ldy.cmt;
import java.io.*;
/**
* 通过比对当前的评论数,更新评论信息
* @author Ellen
*
*/
public class Update {
private String crawlDir="";
private String encoding="gb18030";
pub
www.eeworm.com/read/180707/9297387
cpp ex16.cpp
//第16章 数据的共享和流通
//[例16.1]深拷贝方式
#include
#include
class CDeep
{ public: int n; //描述动态数组的动态维数
int *p;
www.eeworm.com/read/376777/9306912
h message.h
#include"stdio.h"
#include"stdlib.h"
#include "time.h"
#define MAX 100
#define MIN 50
int randomN()
{
int a;
srand((int)time(0));
a = rand()%MAX; //rand()函数用于生成随机数
return a;
www.eeworm.com/read/178641/9389703
txt dim4000.txt
规模4000 尺寸266,241
盒边长 delta 维数近似值
8 0.030075 1.734241
7 0.026316 1.727043
6 0.022556 1.713613
5 0.018797 1.698927
4 0.015038 1.681500
3 0.011278 1.653180
2 0.007519 1.605542