代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/247588/12639702
pro chapter09multiimagedirect.pro
; Chapter09MultiImageDirect.pro
PRO Chapter09MultiImageDirect
file = FILEPATH('rose.jpg', SUBDIRECTORY = ['examples', 'data'])
queryStatus = QUERY_IMAGE(file, imageInfo)
imageSize = imageInf
www.eeworm.com/read/247588/12639782
pro chapter08surface.pro
; Chapter08Surface.pro
PRO Chapter08Surface
zData = DIST(30)
oView = OBJ_NEW('IDLgrView', color=[60,60,60], VIEWPLANE_RECT=[-1,-1,2,2])
oModel = OBJ_NEW('IDLgrModel' )
oView->Add,
www.eeworm.com/read/247588/12639920
pro chapter09indeximagedirect.pro
; Chapter09IndexImageDirect.pro
PRO Chapter09IndexImageDirect
file = FILEPATH('avhrr.png', SUBDIRECTORY = ['examples', 'data'])
queryStatus = QUERY_IMAGE(file, imageInfo)
imageSize = imageIn
www.eeworm.com/read/238320/13893711
c longjmp.c
#include
#include
#include
jmp_buf location; // Global variable
void function(void)
{
printf("About to longjmp\n");
longjmp(location, 1); // Return
www.eeworm.com/read/238316/13895290
c longjmp.c
#include
#include
#include
jmp_buf location; // Global variable
void function(void)
{
printf("About to longjmp\n");
longjmp(location, 1); // Return
www.eeworm.com/read/238256/13898904
h config.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/135790/13899331
plg passriver.plg
Build Log
--------------------Configuration: PassRiver - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\xyq
www.eeworm.com/read/238202/13902633
h config.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/300562/13905727
m gngauss.m
function [gsrv1,gsrv2]=gngauss(m,sgma)
% [gsrv1,gsrv2]=gngauss(m,sgma)
% [gsrv1,gsrv2]=gngauss(sgma)
% [gsrv1,gsrv2]=gngauss
% GNGAUSS generates two independent Gaussian random variables
www.eeworm.com/read/300553/13906189
vhd tb_rng.vhd
----------------------------------------------------------------------
---- ----
---- Testbench for Rand number generator library.