代码搜索:source
找到约 10,000 项符合「source」的源代码
代码结果 10,000
www.eeworm.com/read/427632/8927817
cpp source.cpp
#define TESTS 10 /* Number of test to run for each type */
#define MAXITEMS 201 /* Max number of items plus one */
#include
#include
#include
www.eeworm.com/read/184983/9061976
txt source.txt
www.eeworm.com/read/184847/9070608
rar source.rar
www.eeworm.com/read/184404/9106819
html source.html
Source
Everything
To download it all, documentation, source and pre-compiled code
download the
www.eeworm.com/read/380466/9146952
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/379784/9177077
zip source.zip
www.eeworm.com/read/182448/9203832
cpp source.cpp
#include "stdafx.h"
#include "MemMap.h"
using namespace std;
int main()
{
CMemMap mmp;
unsigned int i;
double j = -123.456;
try
{
mmp.Create(_T("594855C7-9888-465a-8BC8-D979787
www.eeworm.com/read/182197/9212123
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/182197/9212136
o source.o
www.eeworm.com/read/182197/9212143
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