代码搜索:zero
找到约 10,000 项符合「zero」的源代码
代码结果 10,000
www.eeworm.com/read/107075/15613458
h item.h
//item.h - header file for item and key definition.
#include
#ifndef _ITEM_H
#define _ITEM_H
typedef struct {
int num;
char name[30];
} workerRec;
typedef workerRec Item;
typede
www.eeworm.com/read/285422/8841715
h jdconfig.h
#ifndef JDCONFIG_H
#define JDCONFIG_H
#define MAXIMUM_NUMBER_OF_LINES 4096
#define MAXIMUM_NUMBER_OF_SAMPLES_PER_LINE 4096
#define NBITS 8
#define FOUR_ZERO_ZERO 0
#define
www.eeworm.com/read/161165/10442835
m determine_alpha1.m
function [ alpha1,alpha1_index,success ] = determine_alpha1( Y,mat_kernel,alpha,not_alpha1_index,b,C,littleValue )
%UNTITLED1 Summary of this function goes here
% Detailed explanation goes here
succe
www.eeworm.com/read/271131/11005540
m markov.m
function Markov(file_header)
% This function ->
% Markov: Given the packets file, the 2-state Markov model is
% produced. Outputting the transitional probabilities with
% equili
www.eeworm.com/read/407662/11412468
m frequency_estimation.m
function Fc_hat = frequency_estimation(pilot_seq,Fs)
% counting the zero-crossing points number and decide the frequency
% pilot_seq reference signal for counting zero-crossing points
% Fs sampling
www.eeworm.com/read/394238/8241173
txt bitops.h.txt
any problems,send mails to sindybear@163.com
相关文件
这个文件主要定义位操作,使用一些cpu所拥有的条件对位操作可以进行一系列的优化。
***********************ext2文件系统所使用的位操作******************************
#define ext2_find_fir
www.eeworm.com/read/219623/14873222
so closure_stats_rt-zero_antenna_height_failure.i0.nt.so
www.eeworm.com/read/291235/8433413
cpp machar.cpp
#include
#include "nr.h"
using namespace std;
void NR::machar(int &ibeta, int &it, int &irnd, int &ngrd, int &machep,
int &negep, int &iexp, int &minexp, int &maxexp, DP &eps, DP &epsne
www.eeworm.com/read/191079/8434011
cpp legendre.cpp
//
// spectral toolkit
// copyright (c) 2005 university corporation for atmospheric research
// licensed under the gnu general public license
//
#include "legendre.h"
using namespace spectral;
///
www.eeworm.com/read/190618/8439637
s a4102.s
/*************************************************************
* File: lib/a4102.s
* Purpose: Part of C runtime library
* Author: Phil Bunce (pjb@carmel.com)
* Revision History:
* 980615 Created