代码搜索:remove
找到约 10,000 项符合「remove」的源代码
代码结果 10,000
www.eeworm.com/read/286953/8736458
c remove_7.c
#include
#include
void main(void)
{
int i, found;
struct ListEntry {
int number;
struct ListEntry *next;
struct ListEntry *previous;
} start,
www.eeworm.com/read/286953/8736491
c remove5.c
#include
#include
void main(void)
{
int i;
struct ListEntry {
int number;
struct ListEntry *next;
} start, *node, *previous;
start.next = NULL
www.eeworm.com/read/286738/8746889
c schedule_remove.c
/* *
* $Id: schedule_remove.c 99 2005-02-16 11:59:47Z shawill $
*
* This file is part of Fenice
*
* Fenice -- Open Media Server
*
* Copyright (C) 2004 by
*
* - Giampaolo Mancini
www.eeworm.com/read/286090/8789798
sin remove-potcdate.sin
# Sed script that remove the POT-Creation-Date line in the header entry
# from a POT file.
#
# The distinction between the first and the following occurrences of the
# pattern is achieved by looking a
www.eeworm.com/read/385281/8810459
html nodepositionlist-remove.html
Code Fragment
/** Insert the given element at the beginning of the list, return
www.eeworm.com/read/385281/8810546
html scores-remove.html
Code Fragment
/** Remove and return the high score at index i */
www.eeworm.com/read/429247/8814147
m remove_wm.m
function out = remove_WM(in_original,in_watermarked,len_WM,block,alpha)
% This function will remove the watermark from the input audio stream
% by comparing the original signal and with the help of
www.eeworm.com/read/187002/8885513
c remove_7.c
#include
#include
void main(void)
{
int i, found;
struct ListEntry {
int number;
struct ListEntry *next;
struct ListEntry *previous;
} start,
www.eeworm.com/read/187002/8885551
c remove5.c
#include
#include
void main(void)
{
int i;
struct ListEntry {
int number;
struct ListEntry *next;
} start, *node, *previous;
start.next = NULL
www.eeworm.com/read/382631/9014979
sh remove-markers.sh
#!/bin/bash
set -e
if [ "$#" -ne 1 ]; then
echo
echo "Usage:"
echo " $0 file.{h,cpp}"
echo
exit 1
fi
# remove opening markers
sed -i 's/ \/\/ {{{//g' $1
# remove closing markers
sed -i