代码搜索:adjusted
找到约 378 项符合「adjusted」的源代码
代码结果 378
www.eeworm.com/read/436521/7768672
c a_tree.c
/*
** A binary search tree implemented with a static array. The
** array size can be adjusted only by changing the #define and
** recompiling the module.
*/
#include "tree.h"
#include
www.eeworm.com/read/138638/13227279
c a_tree.c
/*
** A binary search tree implemented with a static array. The
** array size can be adjusted only by changing the #define and
** recompiling the module.
*/
#include "tree.h"
#include
www.eeworm.com/read/147422/5729391
m mgif_ps2.m
%
% Manuall glottal inverse filtering algorithm
% The inverse filter can be adjusted by hand using formant frequency
% and bandwidths.
% Author : Minkyu Lee
% Date 10-Oct-1994
%
% Crude esti
www.eeworm.com/read/141268/5774919
h setup_redirect.h
/*
* wx/setup.h
*
* This file should not normally be used, except where makefiles
* have not yet been adjusted to take into account of the new scheme
* whereby a setup.h is created under the
www.eeworm.com/read/250662/12393208
c a_tree.c
/*
** A binary search tree implemented with a static array. The
** array size can be adjusted only by changing the #define and
** recompiling the module.
*/
#include "tree.h"
#include
www.eeworm.com/read/223007/14664952
c a_tree.c
/*
** A binary search tree implemented with a static array. The
** array size can be adjusted only by changing the #define and
** recompiling the module.
*/
#include "tree.h"
#include
www.eeworm.com/read/288095/4010587
h setup_redirect.h
/*
* wx/setup.h
*
* This file should not normally be used, except where makefiles
* have not yet been adjusted to take into account of the new scheme
* whereby a setup.h is created under the
www.eeworm.com/read/474431/6809324
c a_tree.c
/*
** A binary search tree implemented with a static array. The
** array size can be adjusted only by changing the #define and
** recompiling the module.
*/
#include "tree.h"
#include
www.eeworm.com/read/449504/7503096
m hegy_d.m
%The followig program use the data from UK National Statistics
%Household final consumption expenditure: National concept CP NSA (1955:1 a 2003:2)
%Not seasonally adjusted
%Updated on 26/ 9/2003
%
www.eeworm.com/read/435688/7787754
bash demo-ipc.bash
#!/bin/bash
#
# Bourne shell IPC demo with the GTK-server
#
# November 12, 2006 - (c) Peter van Eerten
#
# As unique communication channel the current PID
# number '$$' is used.
# Adjusted with demons