代码搜索:OPERATION
找到约 10,000 项符合「OPERATION」的源代码
代码结果 10,000
www.eeworm.com/read/227740/14414548
h backupfile.h
//To set the Reset pin low automatically
//Because we need set the RST to low before a new DS operation
//So I add a reset command after the origin command
//And this will make the function call re
www.eeworm.com/read/227740/14414572
h backupfile.h
//To set the Reset pin low automatically
//Because we need set the RST to low before a new DS operation
//So I add a reset command after the origin command
//And this will make the function call re
www.eeworm.com/read/227740/14414622
h backupfile.h
//To set the Reset pin low automatically
//Because we need set the RST to low before a new DS operation
//So I add a reset command after the origin command
//And this will make the function call re
www.eeworm.com/read/227048/14442461
m chap10_1.m
%Generic Algorithm for function f(x1,x2) optimum
clear all;
close all;
%Parameters
Size=80;
G=100;
CodeL=10;
umax=2.048;
umin=-2.048;
E=round(rand(Size,2*CodeL)); %Initial C
www.eeworm.com/read/227046/14442708
m chap5_1.m
%Generic Algorithm for function f(x1,x2) optimum
clear all;
close all;
%Parameters
Size=80;
G=100;
CodeL=10;
umax=2.048;
umin=-2.048;
E=round(rand(Size,2*CodeL)); %Initial C
www.eeworm.com/read/226770/14452820
c error_str.c
/* Public domain. */
#include
#include "error.h"
#define X(e,s) if (i == e) return s;
const char *error_str(int i)
{
X(0,"no error")
X(error_intr,"interrupted system call")
X(error_
www.eeworm.com/read/125351/14497238
pas kbmmemresger.pas
unit kbmMemResGer;
interface
const
kbmMasterlinkErr = 'Die Anzahl der Hauptfelder stimmt nicht mit der Anzahl der Detailfelder 黚erein.';
kbmSelfRef = 'Zirkul鋜e Datenverbindungen sind nicht
www.eeworm.com/read/225665/14526491
m chap5_1.m
%Generic Algorithm for function f(x1,x2) optimum
clear all;
close all;
%Parameters
Size=80;
G=100;
CodeL=10;
umax=2.048;
umin=-2.048;
E=round(rand(Size,2*CodeL)); %Initial C
www.eeworm.com/read/225618/14529697
h errno.h
#ifndef _LIBERRNO_H
#define _LIBERRNO_H
#define EPERM -1 /* Operation not permitted */
#define ENOENT -2 /* No such file or directory */
#define ESRCH -3 /* No such process */
#define EINTR -
www.eeworm.com/read/225284/14545770
m ga_basicprogram.m
%This is basic program about genetic algorithm.
%Parameters
size=80;
G=100;
codel=10;
umax=2.048;
umin=-2.048;
E=round(rand(size,2*codel)); %Initial Code
%main pogram