代码搜索:Num

找到约 10,000 项符合「Num」的源代码

代码结果 10,000
www.eeworm.com/read/272340/10962234

by c0301110434b.by

main(){ int num1; int num2; real s; real r; real p; char n; n='M'; num1=2; num2=4; if num1!=2 if num2
www.eeworm.com/read/418162/10962734

htm 16.15 身份证的验证.htm

标题页 function isCardNo(num) { if (isNaN(num)) {alert("输入的不全是数字!"); return fals
www.eeworm.com/read/272246/10964410

m myga.m

function [f,x]=myga(num,bounds,N,CP,P) %[f,x]=ga(num,bounds,fun,N,CP,P) %[f,x]=myga([],bounds,[],[],[]) %该遗传算法适用于: % 目标函数为求最大值,且解非负整数解 %bounds 边界约束 %Myfun 为目标函数 %num
www.eeworm.com/read/272246/10964418

m intinti.m

function [pop]=INTinti(num,bounds) %[pop]=INTinti(num,bounds) %inti 编码函数 %num 种群数 %bounds 边界约束 L=bounds(:,2)-bounds(:,1); p=rand(num,n); for i=1:num p(i,:)=round(p(i,:).*L');
www.eeworm.com/read/272015/10974129

cpp findnum.cpp

// findnum.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include "iostream.h" #define array {1,3,5,7,9;2,4,6,8,10;4,7,8,9,13;5,9,10,15,16;6,12,15,17,18;7,15,
www.eeworm.com/read/272015/10974136

cpp find.cpp

// find.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include main() {int m=6,n=5; int array[6][5]={{1,3,5,7,9},{2,4,6,8,10},{4,7,8,9,13},{5,9
www.eeworm.com/read/417725/10979135

cs dxfexport.cs

using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Collections; using System.Drawing; using System.IO; using System.Windows.Forms; namespace
www.eeworm.com/read/271760/10981917

m initializega.m

function [pop] = initializega(num, bounds, evalFN,evalOps,options) % function [pop]=initializega(populationSize, variableBounds,evalFN, % evalOps,options) % initializega c
www.eeworm.com/read/271747/10982509

m two2o.m

function res=two2o(intwo) temp=num2str(intwo); count=length(temp); for i=1:1:count if(temp(i)=='2') res(i)='0'; else res(i)='1'; end end res(count+1)='-';
www.eeworm.com/read/417365/10992628

c c5.c

/*5.3.4 源程序*/ #include #include #include #define LEFTPRESS 0xff01 #define LEFTCLICK 0xff10 #define LEFTDRAG 0xff19 #define MOUSEMOVE 0xff08 struct { int nu