代码搜索:预置数

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

代码结果 10,000
www.eeworm.com/read/465829/7046735

bas dimvb.bas

Attribute VB_Name = "dimvb" Public nknumber As Integer '每天的课数目 Public hang, hang1, ne1 As Integer Public kctable As String '当前操作表 Public numberkc As Integer '表列数 Public kcsave As Boolean Public
www.eeworm.com/read/465675/7051676

asm zhy_212.asm

*************************************************************** * IIR滤波器的DSP的实现 * * 2阶IIR滤波器的双操作数指令实现 * * IIR滤波器可用较少的阶数获得较好的选择性,
www.eeworm.com/read/182632/7122728

cpp cvariant.cpp

#include "stdafx.h" #include "CVariant.h" # if defined(_REENTRANT) static MyMutexPool zc_thread_mutexpool; # endif static string i_temp = "" ; static const int ntypes = 12;//支持的类型数 //类型对应的名字 static
www.eeworm.com/read/464544/7156392

asm 0804.asm

;0804的基本应用,转动电位器,P0口显示取到的数 ;*************************************************************************** ;* sxj1974@163.com (51c51 test web) www.8951.com * ;* Create by :石学军 www
www.eeworm.com/read/464287/7166712

m c63.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/460021/7258680

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/460016/7259017

m 例11-4.m

#include "mex.h" #include "string.h" #define MAXCHARS 80 /* 每个域所能包含的最大字符数 */ /* 入口子程序 */ void mexFunction(int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) { cons
www.eeworm.com/read/457079/7334339

h pso_learning.h

#include "stdafx.h" #include "stdio.h" #include "stdlib.h" #include "time.h" #include "math.h" //随机数定义 #define rdint(i) (rand()%(int)(i)) #define rdft() (double)((double)rdint(16384)/
www.eeworm.com/read/455996/7360070

txt 代码.txt

////////////////////////生成10个随机数,显示在编辑框中////////////// void CEeeDlg::OnButton2() { srand((unsigned)time(NULL)); for(int i=0;i
www.eeworm.com/read/454809/7382700

m 例11-4.m

#include "mex.h" #include "string.h" #define MAXCHARS 80 /* 每个域所能包含的最大字符数 */ /* 入口子程序 */ void mexFunction(int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) { cons