代码搜索:efficient
找到约 1,594 项符合「efficient」的源代码
代码结果 1,594
www.eeworm.com/read/399935/7821166
vhd counters.vhd
-- MAX+plus II VHDL Example
-- Efficient Counter Inference
-- Copyright (c) 1994 Altera Corporation
ENTITY counters IS
PORT
(
d : IN INTEGER RANGE 0 TO 255;
clk : IN BIT;
clear
www.eeworm.com/read/197650/7982806
m sample_script_one.m
% sample_script_one
%
% This is an example of how to run the model on one image. This is
% rather slow (and not efficient when just running one image),
% because we need to create the default filter
www.eeworm.com/read/197234/8010366
m chap7a_func.m
%P7-17(a)
%Statistics of user mobility patterns are important for designing efficient hand-off
%management schemes. Due to the high degree of randomness in user movement patterns,
%it is in general
www.eeworm.com/read/333698/12664698
m dtw2.m
function dist = dtw2(test, ref)
% Compare two model using a efficient DTW
% inputs:
% test -- test model
% ref -- reference model
%
% output:
% dist -- matching score
% Copyright
www.eeworm.com/read/139580/13148329
c org_handpad.c
/* IME.c Chinese Input Method Support Routine
*
* Programmed By Chen Yang (chyang@sina.com)
*
* In order to improve efficient,The program first builds
* an Encoded Tree of PinYin so
www.eeworm.com/read/139580/13148337
c handpad.c
/* IME.c Chinese Input Method Support Routine
*
* Programmed By Chen Yang (chyang@sina.com)
*
* In order to improve efficient,The program first builds
* an Encoded Tree of PinYin so
www.eeworm.com/read/139580/13148344
c suc_handpad_printf.c
/* IME.c Chinese Input Method Support Routine
*
* Programmed By Chen Yang (chyang@sina.com)
*
* In order to improve efficient,The program first builds
* an Encoded Tree of PinYin so
www.eeworm.com/read/139580/13148364
c bak_handpad.c
/* IME.c Chinese Input Method Support Routine
*
* Programmed By Chen Yang (chyang@sina.com)
*
* In order to improve efficient,The program first builds
* an Encoded Tree of PinYin so
www.eeworm.com/read/139580/13148373
c one_suc_handpad.c
/* IME.c Chinese Input Method Support Routine
*
* Programmed By Chen Yang (chyang@sina.com)
*
* In order to improve efficient,The program first builds
* an Encoded Tree of PinYin so
www.eeworm.com/read/147766/5722908
s getuser.s
/*
* __get_user functions.
*
* (C) Copyright 1998 Linus Torvalds
*
* These functions have a non-standard call interface
* to make them more efficient, especially as they
* return an error value