代码搜索:efficient
找到约 1,594 项符合「efficient」的源代码
代码结果 1,594
www.eeworm.com/read/216443/15006759
m comp_wfac.m
function gf=comp_wfac(g,a,M)
%COMP_WFAC Compute window factorization
% Usage: gf=comp_wfac(g,a,M);
%
% REFERENCES:
% P. L. Søndergaard. An efficient algorithm for the discrete Gabor transform
www.eeworm.com/read/486037/1255449
h unaligned.h
#ifndef __ASM_ARM_UNALIGNED_H
#define __ASM_ARM_UNALIGNED_H
#include
extern int __bug_unaligned_x(void *ptr);
/*
* What is the most efficient way of loading/storing an unaligned valu
www.eeworm.com/read/486037/1257014
h unaligned.h
#ifndef __ASM_ARM_UNALIGNED_H
#define __ASM_ARM_UNALIGNED_H
#include
extern int __bug_unaligned_x(void *ptr);
/*
* What is the most efficient way of loading/storing an unaligned valu
www.eeworm.com/read/480930/1310427
h unaligned.h
#ifndef __ASM_ARM_UNALIGNED_H
#define __ASM_ARM_UNALIGNED_H
#include
extern int __bug_unaligned_x(void *ptr);
/*
* What is the most efficient way of loading/storing an unaligned valu
www.eeworm.com/read/479151/1342678
h unaligned.h
#ifndef __ASM_ARM_UNALIGNED_H
#define __ASM_ARM_UNALIGNED_H
#include
extern int __bug_unaligned_x(void *ptr);
/*
* What is the most efficient way of loading/storing an unaligned valu
www.eeworm.com/read/242657/4549692
py streams_include.py
""" Checks for inclusion of a non efficient streams include """
import _types
type_list = _types.source_files +_types. header_files + _types.inline_files
import re
regex = re.compile ("^\s*#\s*incl
www.eeworm.com/read/209559/4967689
h unaligned.h
#ifndef __ASM_ARM_UNALIGNED_H
#define __ASM_ARM_UNALIGNED_H
#include
extern int __bug_unaligned_x(void *ptr);
/*
* What is the most efficient way of loading/storing an unaligned valu
www.eeworm.com/read/209559/4971258
h unaligned.h
#ifndef __ASM_ARM_UNALIGNED_H
#define __ASM_ARM_UNALIGNED_H
#include
extern int __bug_unaligned_x(void *ptr);
/*
* What is the most efficient way of loading/storing an unaligned valu
www.eeworm.com/read/195013/5121441
h unaligned.h
#ifndef __ASM_ARM_UNALIGNED_H
#define __ASM_ARM_UNALIGNED_H
#include
extern int __bug_unaligned_x(void *ptr);
/*
* What is the most efficient way of loading/storing an unaligned valu
www.eeworm.com/read/183674/5253194
java mutableinteger.java
package org.antlr.misc;
/** Java won't let you modify an Integer; not sure how that's more
* efficient, but...here's one that let's you modify it.
* Frightening I have to implement this myself. B