代码搜索结果
找到约 10,000 项符合
F 的代码
ashikhmin.cpp
// Sh: A GPU metaprogramming language.
//
// Copyright 2003-2005 Serious Hack Inc.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser G
pathmac.c
/*
* Copyright 1993-2002 Christopher Seiwald and Perforce Software, Inc.
*
* This file is part of Jam - see jam.c for Copyright information.
*/
/*
* pathunix.c - manipulate file names on UNIX, N
des.cpp
//des.cpp
//Update:2003.4.15
#include "des.h"
#define S_Box_Substitude \
dword |= S_Box[expword[0]];\
dword |= S_Box[64 + expword[1]];\
dword |= S_Box[128 + expword[2]];\
dword |= S_Box[1
write_get_cmd.c
#include "web.h"
void
write_get_cmd(struct file *fptr)
{
int n;
char line[MAXLINE];
n = snprintf(line, sizeof(line), GET_CMD, fptr->f_name);
Writen(fptr->f_fd, line, n);
printf("wrote %d bytes
write_get_cmd.c
#include "web.h"
void
write_get_cmd(struct file *fptr)
{
int n;
char line[MAXLINE];
n = snprintf(line, sizeof(line), GET_CMD, fptr->f_name);
Writen(fptr->f_fd, line, n);
printf("wrote %d bytes
f_cheby1s.asv
function [b,a] = f_cheby1s (F_p,F_s,delta_p,delta_s,n)
%F_CHEBY1S: Design Chebyshev-I lowpass analog filter
%
% b(1)
% H(s) = -------------------
f_cheby1z.m
function [b,a] = f_cheby1z (F_p,F_s,delta_p,delta_s,ftype,fs,n)
%F_CHEBY1Z: Design a Chebyshev-I IIR digital filter
%
% Usage: [b,a] = f_cheby1z (F_p,F_s,delta_p,delta_s,ftype,...
%
f_cheby2z.m
function [b,a] = f_cheby2z (F_p,F_s,delta_p,delta_s,ftype,fs,n)
%F_CHEBY2Z: Design a Chebyshev-II IIR digital filter
%
% Usage: [b,a] = f_cheby2z (F_p,F_s,delta_p,delta_s,ftype,...
%
f_cheby1z.asv
function [b,a] = f_cheby1z (F_p,F_s,delta_p,delta_s,ftype,fs,n)
%F_CHEBY1Z: Design a Chebyshev-I frequency-selective digital filter
%
% Usage: [b,a] = f_cheby1z (F_p,F_s,delta_p,delta_s,ftype,fs,
write_get_cmd.c
#include "web.h"
void
write_get_cmd(struct file *fptr)
{
int n;
char line[MAXLINE];
n = snprintf(line, sizeof(line), GET_CMD, fptr->f_name);
Writen(fptr->f_fd, line, n);
printf("wrote %d bytes