代码搜索:implementations

找到约 4,027 项符合「implementations」的源代码

代码结果 4,027
www.eeworm.com/read/419887/10830108

h date.h

/* * date.h * * This is a simple class that represents the date and allows dates * to be written to a stream and compared. * * Include your implementations * of the member functions of this cla
www.eeworm.com/read/458493/7295772

m compnotknot.m

function compNotKnot(n) % compNotKnot Compare implementations of splines with not-a-knot end conditions % NMM toolbox routine splint, is compared with built in spline % f
www.eeworm.com/read/458488/7296148

m compnotknot.m

function compNotKnot(n) % compNotKnot Compare implementations of splines with not-a-knot end conditions % NMM toolbox routine splint, is compared with built in spline % f
www.eeworm.com/read/199125/7886775

txt readme.txt

Summary ------- This directory contains ASM implementations of the functions longest_match() and inflate_fast(). Use instructions ---------------- Copy these files into the zlib source dir
www.eeworm.com/read/296483/8100291

h nonport.h

// nonport.h // collection of nonportable routines (the interfaces // are portable, but the implementations are not) // copyright SafeTP Development Group, Inc., 2000 Terms of use are as specified
www.eeworm.com/read/333109/12701724

txt readme.txt

Summary ------- This directory contains ASM implementations of the functions longest_match() and inflate_fast(). Use instructions ---------------- Copy these files into the zlib source dir
www.eeworm.com/read/332500/12752304

py crc16.py

#!/usr/bin/python # ====================================================================== # crc16.py - Prototype implementations of CRC16 calculation # # Copyright 2006-2008 Dick Streefland # # This
www.eeworm.com/read/144399/12797563

m compnotknot.m

function compNotKnot(n) % compNotKnot Compare implementations of splines with not-a-knot end conditions % NMM toolbox routine splint, is compared with built in spline % f
www.eeworm.com/read/244790/12843367

m tkm.m

% Basic implementation of the Temporal Kohonen Map (TKM) % % Source: % % % NOTE: This implementation aims to be simple and direct. More powerful % implementations of the SOM can be certainl
www.eeworm.com/read/307145/13727644

h shpath.h

/* shpath.h */ #ifndef SHPATH_H #define SHPATH_H #include "graphs.h" /* ************************************ */ /* Dijkstra's algorithm implementations */ /* ******************************