代码搜索:OPERATION
找到约 10,000 项符合「OPERATION」的源代码
代码结果 10,000
www.eeworm.com/read/493630/6396848
c dsp2833x_i2c.c
// TI File $Revision: /main/1 $
// Checkin $Date: August 18, 2006 13:46:27 $
//###########################################################################
//
// FILE: DSP2833x_I2C.c
//
// TITL
www.eeworm.com/read/492363/6421756
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/491125/6440936
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/490511/6446934
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/490601/6449434
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/490438/6456429
eqn jianzhong.map.eqn
--clk is clk
--operation mode is input
clk = INPUT();
--clr is clr
--operation mode is input
clr = INPUT();
--s0 is s0
--operation mode is input
s0 = INPUT();
--s1 is s1
--
www.eeworm.com/read/488436/6487192
cpp dianpai.cpp
// 3 8 6 4 9 5 7 4 8 3 5 2 8 5 4 1 1 1 1 1 6 7 2 7
#include
using namespace std;
int n=0;
double operation(double a,double b,char ch);
void process(double
www.eeworm.com/read/486925/6520416
java subb.java
package com.javapatterns.doubledispatch.mixed;
public class SubB extends Super
{
public void operation(SubB b)
{
System.out.println("This is SubB.operation(SubB);");
}
www.eeworm.com/read/486925/6520418
java suba.java
package com.javapatterns.doubledispatch.mixed;
public class SubA extends Super
{
public void operation(SubA a)
{
System.out.println("This is SubA.operation(SubA);");
}