代码搜索:source 有哪些应用?
找到约 10,000 项符合「source 有哪些应用?」的源代码
代码结果 10,000
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
www.eeworm.com/read/378706/9217965
c source.c
#include
#include
#pragma comment (lib,"Advapi32.lib")
void main()
{
DWORD dwRet;
LPSTR SamName = "MACHINE\\SAM\\SAM";
PSECURITY_DESCRIPTOR pSD = NULL;
PACL pOldDacl
www.eeworm.com/read/378354/9236173
rar source.rar
www.eeworm.com/read/181456/9254764
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/377999/9254781
rar source.rar
www.eeworm.com/read/181307/9260049
m source.m
function c=source(len)
a=randint(1,len*2);
b=reshape(a,2,len);
c=zeros(1,len);
for j=1:len
if b(1,j)==0
if b(2,j)==0
c(j)=0;
else c(j)=1;
end
else
www.eeworm.com/read/181303/9260217
m source.m
function c=source(len)
a=randint(1,len*2);
b=reshape(a,2,len);
c=zeros(1,len);
for j=1:len
if b(1,j)==0
if b(2,j)==0
c(j)=0;
else c(j)=1;
end
else