代码搜索:efficient

找到约 1,594 项符合「efficient」的源代码

代码结果 1,594
www.eeworm.com/read/289241/8566450

txt srcfile.txt

Multicasting is the most widely-used communication pattern in computer networks. How to determine an efficient multicast routing is one of fundamental issues in multicast communication, and t
www.eeworm.com/read/285034/8874898

java mergeableheap.java

package structure; /** * Interface describing mergeable min heaps. * Min heaps are collections of Comparable data that guarantee * efficient access to the smallest element in the structure. * Me
www.eeworm.com/read/364127/9921621

v combi_ckt_tb.v

// Testbench for "CombinationalCircuit" module // // Illustrates efficient way to exhaustively test // a combinational circuit module CombinationalCircuit_TB; reg a,b,d,c; wire y; // Ins
www.eeworm.com/read/358669/10182348

m manual_corner_extraction_no_read.m

%% This code allows complete manual reselection of every corner in the %% images. %% This tool is specifically useful in the case of highly distorted images. %% %% Use it when in memory efficient
www.eeworm.com/read/297325/8029751

m manual_corner_extraction_no_read.m

%% This code allows complete manual reselection of every corner in the %% images. %% This tool is specifically useful in the case of highly distorted images. %% %% Use it when in memory efficient
www.eeworm.com/read/145715/12706146

m manual_corner_extraction_no_read.m

%% This code allows complete manual reselection of every corner in the %% images. %% This tool is specifically useful in the case of highly distorted images. %% %% Use it when in memory efficient
www.eeworm.com/read/137878/13282791

txt radarfdtd.txt

NAME radarFDTD - a full 3D simulation of electromagnetic waves with efficient absorbing boundary conditions SYNOPSIS radarFDTD directory [configuration file] DESCRIPTION When started
www.eeworm.com/read/305575/13765473

m linestyle.m

function[]=linestyle(varargin) %LINESTYLE Sets color, style, and width properties of lines. % % LINESTYLE provides an efficient way to set common properties of % large groups of li
www.eeworm.com/read/147766/5722631

s memset.s

/* * linux/arch/alpha/memset.S * * This is an efficient (and small) implementation of the C library "memset()" * function for the alpha. * * (C) Copyright 1996 Linus Torvalds * * This routine
www.eeworm.com/read/136786/5863498

s memset.s

/* * linux/arch/alpha/memset.S * * This is an efficient (and small) implementation of the C library "memset()" * function for the alpha. * * (C) Copyright 1996 Linus Torvalds * * This routine