代码搜索:adjusted

找到约 378 项符合「adjusted」的源代码

代码结果 378
www.eeworm.com/read/431110/1912089

txt description.txt

Basic pluto test: "westnet-eastnet": 192.0.1.0/24===192.1.2.45[@west]...192.1.2.23[@east]===192.0.2.0/24 the policy has been adjusted to permit only AES256 for phase 1 and twofish128 for phase 2.
www.eeworm.com/read/395229/2445440

c fpathconf.c

/* fpathconf -- adjusted for busybox Copyright (C) 1991,95,96,98,99,2000,2001 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you c
www.eeworm.com/read/395229/2445441

c pathconf.c

/* pathconf -- adjusted for busybox Copyright (C) 1991,95,96,98,99,2000,2001 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you ca
www.eeworm.com/read/364212/2907653

h demodulation_short.h

#ifndef INC_DEMODULATION_SHORT_H #define INC_DEMODULATION_SHORT_H #define LEN 128 // Assuming framelength always vill be 128, might be adjusted later. void demodulation_short(const short *inpu
www.eeworm.com/read/364212/2907711

h demodulation_short.h

#ifndef INC_DEMODULATION_SHORT_H #define INC_DEMODULATION_SHORT_H #define LEN 128 // Assuming framelength always vill be 128, might be adjusted later. void demodulation_short(const short *inpu
www.eeworm.com/read/364212/2907845

h demodulation_short.h

#ifndef INC_DEMODULATION_SHORT_H #define INC_DEMODULATION_SHORT_H #define LEN 128 // Assuming framelength always vill be 128, might be adjusted later. void demodulation_short(const short *inpu
www.eeworm.com/read/173430/9658915

c setkeycodes.c

/* vi: set sw=4 ts=4: */ /* * setkeycodes * * Copyright (C) 1994-1998 Andries E. Brouwer * * Adjusted for BusyBox by Erik Andersen * * This program is free so
www.eeworm.com/read/283067/9044635

c cfamily.c

/* Rodzina kodow moja (wersja bez adjusted binary codes, dla glebi do 16 bpp, ograniczenie dlugosci do 32 bitow) R. Starosolski, W. Skarbek: Modified Golomb-Rice Codes for Lossless Compression of Me
www.eeworm.com/read/365029/9881573

cpp pam200mafft.cpp

#include "muscle.h" // Adjusted PAM200 scoring matrix as used by default in MAFFT. // Katoh, Misawa, Kuma and Miyata (2002), NAR 30(14), 3059-3066. static float PAM200[23][23] = { // A
www.eeworm.com/read/135153/5887709

c gzip.c

/* vi: set sw=4 ts=4: */ /* * Gzip implementation for busybox * * Based on GNU gzip Copyright (C) 1992-1993 Jean-loup Gailly. * * Originally adjusted for busybox by Charles P. Wright