代码搜索:sequential
找到约 1,846 项符合「sequential」的源代码
代码结果 1,846
www.eeworm.com/read/234219/14118890
changelog
* Mon Jan 21 2002 Brent Ely
- Building 0.9.8 release
- Add support for Sequential File Save.
- Add preference for changing toolbar between Text&Icon, TextOnly, & IconOnly.
- Change "Network Interface"
www.eeworm.com/read/214167/15112320
cpp prg3_1.cpp
// File: prg3_1.cpp
// the program compares the efficiency of the sequential
// and binary search by timing algorithm execution using the
// timer class. two integer arrays list1 and list2
// of s
www.eeworm.com/read/213492/15133673
m smo.m
function model = smo( data, options, init_model)
% SMO Sequential Minimal Optimization for binary SVM with L1-soft margin.
%
% Synopsis:
% model = smo( data )
% model = smo( data, options )
% model
www.eeworm.com/read/206041/15302069
txt mult16.v.txt
// **** Here's a simple, sequential multiplier. Very simple, unsigned..
// Not very well tested, play with testbench, use at your own risk, blah blah blah..
//
//
// Unsigned 16-bit multiply (m
www.eeworm.com/read/9549/170099
v instruction_memory.v
module instruction_memory(clk, instruction, addr, read, enable); //it's a rom, output 4 sequential bytes beginning at address of addr
input clk;
input[31:0] addr;
input read, enable;
output re
www.eeworm.com/read/13605/279591
txt mult16.v.txt
// **** Here's a simple, sequential multiplier. Very simple, unsigned..
// Not very well tested, play with testbench, use at your own risk, blah blah blah..
//
//
// Unsigned 16-bit multiply (m
www.eeworm.com/read/13911/287316
m smo.m
function model = smo( data, options, init_model)
% SMO Sequential Minimal Optimization for binary SVM with L1-soft margin.
%
% Synopsis:
% model = smo( data )
% model = smo( data, options )
% model
www.eeworm.com/read/34862/890968
files
This directory contains architecture and compiler specific stuff for porting lwIP
to the C16x and ST10 microcontrollers. The compiler specifics are for Tasking EDE
v7.5r2.
The sequential API has
www.eeworm.com/read/32161/1032457
v mult16.v
// **** Here's a simple, sequential multiplier. Very simple, unsigned..
// Not very well tested, play with testbench, use at your own risk, blah blah blah..
//
//
// Unsigned 16-bit multiply (m
www.eeworm.com/read/38898/1117585
v mult16.v
// **** Here's a simple, sequential multiplier. Very simple, unsigned..
// Not very well tested, play with testbench, use at your own risk, blah blah blah..
//
//
// Unsigned 16-bit multiply (m