代码搜索:source 有哪些应用?
找到约 10,000 项符合「source 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/307735/13715766
txt source.txt
#include
#include
#include
#include
#include
#include
#define N 50
#define M 500
char *a[32]={"auto","break","case","char","const
www.eeworm.com/read/306652/13740578
dat source.dat
0 1.65146e-022
0.021 7.50117e-009
0.042 1.5002e-008
0.063 2.25021e-008
0.084 3.00011e-008
0.105 3.74988e-008
0.126 4.49947e-008
0.147 5.24884e-008
0.168 5.99797e-008
0.189 6.74682e-008
0.21
www.eeworm.com/read/304796/13786854
cpp source.cpp
// Source.cpp: implementation of the Source class.
//
//////////////////////////////////////////////////////////////////////
#include "Source.h"
///////////////////////////////////////////////
www.eeworm.com/read/304796/13786855
h source.h
// Source.h: interface for the Source class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SOURCE_H__38BC5CCC_2860_4891_9745_184FD130B8EE__INCLUDED_)
www.eeworm.com/read/303903/13806769
jsp source.jsp
BODY {MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; MARGIN-LEFT: 0
www.eeworm.com/read/302650/13829505
m source.m
function data = source(fr_length,frames,md,zf,varargin)
%SOURCE Generate source data.
% D = SOURCE(K,F,MD,ZF) creates a data source consists of desired
% number of F frames each having K symbols.
www.eeworm.com/read/301308/13860609
h source.h
#ifndef SOURCE_H
#define SOURCE_H
#include
#include
#include
#include
#include "util.h"
#define MAXLEN 4096
typedef float Description;
class Source {
p
www.eeworm.com/read/301308/13860610
o source.o
www.eeworm.com/read/301308/13860611
c source.c
#include "source.h"
Source::Source( char delim[], char *fn)
{
if(fn== NULL)
{
fname = new char[1024];
// printf("Please enter training file name:");
scanf("%s", fname);
#ifdef BDG
cout