代码搜索:realize
找到约 977 项符合「realize」的源代码
代码结果 977
www.eeworm.com/read/186716/8914466
m realize.m
function x = realize(range)
% REALIZE ..... Generates all realizations (sample functions) of the random
% process X(t) = cos(2*pi*1000*t + THETA).
%
% X = REALIZE([a1,a2,...]) uses the values
www.eeworm.com/read/489639/6467854
h realize.h
void Insert(SeqList & S2) //插入学生信息
{
if(S2.IsFull()==0)
{
cerr
www.eeworm.com/read/291368/8422615
cpp md5_realize.cpp
#include
#include "e_os.h"
#include "md5.h"
#include "md5_realize.h"
int MD5_Realize(CHAR *theFilePath, unsigned char *md5)
{
FILE *m_pFile;
m_pFile = fopen(theFilePath,"rb");
u
www.eeworm.com/read/291368/8422632
h md5_realize.h
#ifndef MD5REALIZE_H
#define MD5REALIZE_H
extern "C" int __declspec(dllexport)MD5_Realize(CHAR *theFilePath, unsigned char *md5);
#endif
www.eeworm.com/read/445161/7598403
a4_set_in_realize_func
www.eeworm.com/read/445161/7598404
c mymarquee_custom_style_in_realize.c
#include "mymarquee.h"
#define MARQUEE_MIN_WIDTH 300
static void my_marquee_class_init (MyMarqueeClass*);
static void my_marquee_init (MyMarquee*);
static void my_marquee_get_property (GObject*, gui
www.eeworm.com/read/160361/10538880
m sigfold.m
function[y,n]=sigfold(x,n)
%realize y(n)=x(-n)
%------------------------------------
%[y,n]=sigfold(x,n)
%
y=fliplr(x);n=-fliplr(n);
www.eeworm.com/read/255577/12072653
asv f_realizemenu.asv
function hm_realize = f_realizemenu (inputstr,plotstr,realize)
%F_REALIZEMENU: Set up filter realization menu
%
% Usage: hm_realize = f_realizemenu (inputstr,plotstr,realize)
%
% Inputs:
%
www.eeworm.com/read/255577/12072838
m f_realizemenu.m
function hm_realize = f_realizemenu (inputstr,plotstr,realize)
%F_REALIZEMENU: Set up filter realization menu
%
% Usage: hm_realize = f_realizemenu (inputstr,plotstr,realize)
%
% Inputs:
%
www.eeworm.com/read/440822/7680575