代码搜索:adjusted
找到约 378 项符合「adjusted」的源代码
代码结果 378
www.eeworm.com/read/439112/1808394
nasl aspdev_imgtag.nasl
#
# This script was written by Josh Zlatin-Amishav
#
# Fixed by Tenable:
# - Improved description
# - Adjusted version regex.
# - Streamlined code.
#
# This script is
www.eeworm.com/read/474431/6809319
c a_stack.c
/*
** A stack implemented with a static array. The array size can
** be adjusted only by changing the #define and recompiling
** the module.
*/
#include "stack.h"
#include
#define
www.eeworm.com/read/474431/6809323
c a_queue.c
/*
** A queue implemented with a static array. The array size can
** be adjusted only by changing the #define and recompiling
** the module.
*/
#include "queue.h"
#include
#include
www.eeworm.com/read/269428/11098583
m gui_corner.m
function varargout = gui_corner(varargin)
% GUI for corner.m
% Main parameters can be adjusted in this GUI:
% C - denotes the minimum ratio of major axis to minor axis of an ellipse,
www.eeworm.com/read/135238/13948892
m lsf_clmp.m
%Adjust the distance of the adjoin LSFs
%input:
% LSF(LSF parameter)
%output:
% f(adjusted LSFs)
function f=LSF_clmp(LSF)
f=LSF*4000/pi; %LSF Pa
www.eeworm.com/read/189298/8477436
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/355944/10241087
c adc.c
/*
* Header file for the ADC unit - designed for PIC16F876/7
* BE CAREFUL WITH ADCON1 - IT HAS TO BE MANUALLY ADJUSTED FOR YOUR HARDWARE
* IN THE InitialiseADC ROUTINE.
*/
/*
Freely di
www.eeworm.com/read/444799/7606488
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/444091/7618049
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