代码搜索:OPERATION
找到约 10,000 项符合「OPERATION」的源代码
代码结果 10,000
www.eeworm.com/read/320130/13432551
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/319967/13438298
eqn adc.fit.eqn
-- Copyright (C) 1991-2005 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and any o
www.eeworm.com/read/319472/13451310
h list.h
/* list.h -- header file for a simple list type */
#ifndef LIST_H_
#define LIST_H_
#include /* C99 feature */
/* program-specific declarations */
#define TSIZE 45
www.eeworm.com/read/319472/13451313
h queue.h
/* queue.h -- interface for a queue */
#ifndef _QUEUE_H_
#define _QUEUE_H_
#include
/* INSERT ITEM TYPE HERE */
/* FOR EXAMPLE, */
/* use the following for use_q.c */
/* typedef i
www.eeworm.com/read/319472/13451319
h tree.h
/* tree.h -- binary search tree */
/* no duplicate items are allowed in this tree */
#ifndef _TREE_H_
#define _TREE_H_
#include
/* redefine Item a
www.eeworm.com/read/318888/13467880
asm ex5p13.asm
**********************************************************************
*
* This program computes multiply and accumulate using the MAC
* instruction
*
* y(n) = h(0)x(n) + h(1)x(n-1) +h
www.eeworm.com/read/318884/13467928
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/318104/13488615
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/315699/13537970
h list.h
/* list.h -- header file for a simple list type */
#ifndef LIST_H_
#define LIST_H_
#include /* C99 feature */
/* program-specific declarations */
#define TSIZE 45