代码搜索:adding
找到约 4,236 项符合「adding」的源代码
代码结果 4,236
www.eeworm.com/read/353640/3084770
h dosfslib.h
/* dosFsLib.h - DOS file system header file */
/* Copyright 1999-2002 Wind River Systems, Inc. */
/*
modification history
--------------------
01p,04mar02,jkf Adding dosSetVolCaseSens(),SPR#29751,
www.eeworm.com/read/353640/3084772
h dcachecbio.h
/* dcacheCbio.h - disk cache manager header file */
/* Copyright 1999-2002 Wind River Systems, Inc. */
/*
modification history
--------------------
01g,04mar02,jkf SPR#32277, adding dcacheDevEnable
www.eeworm.com/read/252364/4409250
java serialctl.java
//: c12:SerialCtl.java
// Controlling serialization by adding your own
// writeObject() and readObject() methods.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. Se
www.eeworm.com/read/158865/5593574
t-semi
# Just for these, we omit the frame pointer since it makes such a big
# difference. It is then pointless adding debugging.
TARGET_LIBGCC2_CFLAGS = -fomit-frame-pointer
LIBGCC2_DEBUG_CFLAGS = -g0
# D
www.eeworm.com/read/158865/5593584
t-netbsd
# Just for these, we omit the frame pointer since it makes such a big
# difference. It is then pointless adding debugging.
TARGET_LIBGCC2_CFLAGS = -fomit-frame-pointer
LIBGCC2_DEBUG_CFLAGS = -g0
# D
www.eeworm.com/read/367640/9739165
c buffers.c
#include
#include "globalvar.h"
/******** For Adding Packets to E2PBuffer ******/
void addE2PBuffer(unsigned char *tempdata,unsigned int length)
{
struct E2PBuffer *q;
uns
www.eeworm.com/read/411674/11233863
txt tuning_ocr.txt
Current directory is /mnt/home.dokt/xfrancv/work
Adding path for the Statistical Pattern Recognition Toolbox...
Creating training set:
Input file: daniel_martinec1.mat, label: 1
Input file: daniel_mar
www.eeworm.com/read/133648/14031528
java serialctl.java
//: c11:SerialCtl.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Controlling serialization by adding your own
// writeObje
www.eeworm.com/read/200280/15435974
m oversample2.m
%oversample2.m
%
%realize oversample again before adding signals to carriers
%
function [dataout]=oversample2(indata,sample2)
dataout=zeros(1,length(indata)*sample2);
for iii=1:length(indata)