代码搜索:based

找到约 10,000 项符合「based」的源代码

代码结果 10,000
www.eeworm.com/read/232885/6285913

txt readme.txt

//////////////////////////////////////////////////////////////////////// July 17, 2005: Started to new driver sriver architecture based on the main-2 branch Linux driver. FEATURE NAME: MAE WinCE
www.eeworm.com/read/491039/6439437

m est.m

function [est_coefs,signal]=est(signal,ch_coefs,frames,sim_options) %************************************************************************** %This file carriers out channel estimation based on
www.eeworm.com/read/488860/6478627

m chow_algo.m

% Chow's Algorithm % ---------------- % This is based on the paper by Chow et al titled % % A Practical Discrete Multitone Transceiver Loading Algorithm % for Data Transmission over Spectrally Shaped
www.eeworm.com/read/487897/6501702

txt readme.txt

Description This is an implementation of a sparse Levenberg-Marquardt optimization procedure and several bundle adjustment modules based on it. There are three versions of bundle adjustment: 1) Pure
www.eeworm.com/read/487033/6522584

txt readme.txt

WAPIDE 1.0 README Copyright (C) 2003 Mark Busman WAPIDE - a java based Integrated Development Environment this code is provided in the hope that it will be useful, with no warranties, express
www.eeworm.com/read/486139/6543855

m huffcode.m

function HK = HuffCode(HL,Display) % HuffCode Based on the codeword lengths this function find the Huffman codewords % % HK = HuffCode(HL,Display); % HK = HuffCode(HL); % ---------------------
www.eeworm.com/read/486139/6543879

m hufflen.m

function HL = HuffLen(S) % HuffLen Find the lengths of the Huffman code words % Based on probability (or number of occurences) of each symbol % the length for the Huffman codewords are calcula
www.eeworm.com/read/485513/6552128

c octagon-5066.c

/* ###################################################################### Octagon 5066 MTD Driver. The Octagon 5066 is a SBC based on AMD's 586-WB running at 133 MHZ. It comes with a builti
www.eeworm.com/read/485356/6559824

m chow_algo.m

% Chow's Algorithm % ---------------- % This is based on the paper by Chow et al titled % % A Practical Discrete Multitone Transceiver Loading Algorithm % for Data Transmission over Spectrally Shaped
www.eeworm.com/read/484542/6579559

m redblacktree.m

classdef RedBlackTree < handle % NOTE: Inheriting from handle class provides reference behavior % % Red/Black tree implementation based on Algorithms in C++, % Sedg