代码搜索:remove
找到约 10,000 项符合「remove」的源代码
代码结果 10,000
www.eeworm.com/read/162128/10334035
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/162078/10337737
c remove_7.c
#include
#include
void main(void)
{
int i, found;
struct ListEntry
{
int number;
struct ListEntry *next;
struct ListEntry *previous;
} st
www.eeworm.com/read/162078/10337804
c remove5.c
#include
#include
void main(void)
{
int i;
struct ListEntry
{
int number;
struct ListEntry *next;
} start, *node, *previous;
start.next =
www.eeworm.com/read/162078/10340826
cpp create_remove.cpp
#include
#include "Create_Remove.h"
#if defined (WIN32)
#define IS_WIN32 TRUE
#else
#define IS_WIN32 FALSE
#endif
#define IS_NT IS_WIN32 && (BOOL)(GetVersion() < 0
www.eeworm.com/read/162078/10340831
rc create_remove.rc
#include "windows.h"
#include "Create_Remove.h"
MYAPP ICON DISCARDABLE "GENERIC.ICO"
MYAPP MENU DISCARDABLE
BEGIN
POPUP "&File"
BEGIN
MENUITEM "E&xit"
www.eeworm.com/read/162078/10340836
mak create_remove.mak
# Nmake macros for building Windows 32-Bit apps
all: Create~1.exe
# Update the resource if necessary
Create~1.res: Create~1.rc Create~1.h
rc -r -fo Create~1.res Create~1.rc
# Update t
www.eeworm.com/read/162078/10340841
h create_remove.h
#define IDM_EXIT 100
#define IDM_TEST 200
#define IDM_ABOUT 301
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
LRESULT CALLBACK About (HWND, UINT, WPARAM
www.eeworm.com/read/424420/10452298
m remove_mean.m
function [unbiased_signal]=remove_mean(received_signal)
% [unbiased_signal]=remove_mean(received_signal)
%
%
% Output:
% unbiased_signal - Received signal minus its mean.
%
% Input:
%
www.eeworm.com/read/351829/10604860
in remove-trailing-ws.in
#! @PERL@ -w
# Remove trailing whitespace from modified lines in working files.
#
# Input: diff between original and working files (unified or context
# format).
use strict;
use FileHandle;
use Fil
www.eeworm.com/read/351829/10604934
test remove2.test
$ rm -rf d
$ mkdir -p d/patches
$ cd d
$ quilt new remove.patch
> Patch patches/remove.patch is now on top
$ quilt add foo bar baz
> File foo added to patch patches/remove.patch
> File bar a