代码搜索:constructing
找到约 784 项符合「constructing」的源代码
代码结果 784
www.eeworm.com/read/218391/14922926
m bmsq.m
%constructing binary m-sequence, memory given;
function d=bmsq(n); %input variable is memory;
f=gfprimdf(n,2); N=2^n-1; %primitive polynomial and length of sequence;
d=[1 zeros(1,N-1)]; %initializa
www.eeworm.com/read/216268/15021373
m bmsq.m
%constructing binary m-sequence, memory given;
function d=bmsq(n); %input variable is memory;
f=gfprimdf(n,2); N=2^n-1; %primitive polynomial and length of sequence;
d=[1 zeros(1,N-1)]; %initializa
www.eeworm.com/read/206867/15286677
cpp arrclass.cpp
#include
class Employee
{
public:
Employee(void) { cout
www.eeworm.com/read/162614/5518297
c nrv9.c
// PR c++/19317
// If we do both NRV and caller-side return slot opt for ga = f()
// constructing la sets ga.i to 0 too soon.
extern "C" void abort();
struct A
{
int i;
int pad[32]; // force r
www.eeworm.com/read/161438/5553128
cpp arrclass.cpp
#include
class Employee
{
public:
Employee(void) { cout
www.eeworm.com/read/171829/9734246
cpp arrclass.cpp
#include
class Employee
{
public:
Employee(void) { cout