代码搜索:sequential
找到约 1,846 项符合「sequential」的源代码
代码结果 1,846
www.eeworm.com/read/148343/12474525
txt readme.txt
Java implementation of SMO (Sequential Minimal Optimization) for SVM
Developed by
Xiaoqian Jiang (xiaoqian-jiang@uiowa.edu)
Hwanjo Yu (hwanjoyu@cs.uiowa.edu)
Using This Code:
This code is p
www.eeworm.com/read/389184/8544789
m jpeglike.m
function varargout = JPEGlike(arg1, arg2, arg3)
% JPEGlike Entropy encoding (or decoding) in a JPEG like manner
% Coding is very similar to sequential Huffman coding as described in
% William
www.eeworm.com/read/386607/8735763
java singlethreadwebserver.java
package net.jcip.examples;
import java.io.IOException;
import java.net.ServerSocket;
import java.net.Socket;
/**
* SingleThreadWebServer
*
* Sequential web server
*
* @author Br
www.eeworm.com/read/362142/10016367
m proc3.m
% Script file to run a simulation of the three-tank process system with
%moveable filling carriage
% This version uses the single-thread, sequential scheduler
% Created June, 1995, D. M. Auslander
www.eeworm.com/read/278099/10572515
c seqtouch.c
/* +++Date last modified: 05-Jul-1997 */
/*
** SEQTOUCH.C - Touch files in a directory with sequential time stamps.
**
** Public domain by Bob Stout
*/
#include
#include
www.eeworm.com/read/462763/7196505
h oled_cmd.h
#define ON 1
#define OFF 0
#define ALTERNATE 1
#define SEQUENTIAL 0
void SetLowerColumnAddress(char x);
void SetHigherColumnAddress(char x);
void SetupHorizontalScroll(char a,char b,char c,char
www.eeworm.com/read/309649/13667492
c seqtouch.c
/* +++Date last modified: 05-Jul-1997 */
/*
** SEQTOUCH.C - Touch files in a directory with sequential time stamps.
**
** Public domain by Bob Stout
*/
#include
#include
www.eeworm.com/read/486139/6543850
m jpeglike.m
function varargout = JPEGlike(arg1, arg2, arg3)
% JPEGlike Entropy encoding (or decoding) in a JPEG like manner
% Coding is very similar to sequential Huffman coding as described in
% William
www.eeworm.com/read/233917/4663523
v cordic_par_seq.v
// CORDIC_par_seq.v Core ALU of a CORDIC rotator,
// word-sequential implementation
//
// Revision information:
// 0.0 07-Jan-2004 Jonathan Bromley
// Initial coding of word-s
www.eeworm.com/read/411194/2191173
bat makent.bat
@setlocal
@set prompt=$g
@set cppflags=-Ox
@rem -DPARALLEL
@set parsecflags=%cppflags%
@rem -sync cons
@set linkflags=
@rem /F400000000
@rem /F is for setting the maximum stacksize (sequential)