代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/103693/15725718
obj variable.obj
www.eeworm.com/read/103693/15725750
c variable.c
/*C**************************************************************************
* NAME: variable.c
*----------------------------------------------------------------------------
* Copyright (c
www.eeworm.com/read/103266/15738311
h variable.h
#ifndef __DOLPHIN__VARIABLE_H
#define __DOLPHIN__VARIABLE_H
#include
#include
#include
#include
#include "utilities.h"
enum VariableProperties
{
www.eeworm.com/read/103011/15749524
java variable.java
package piy;
import java.io.Serializable;
/**
* Represents a single variable. Note that we change the type to the wrapper type if it's
* primitive - serialization moans otherwise (don't know
www.eeworm.com/read/389268/8538122
c fs_variable.c
#include "datatype.h"
#include "fat.h"
INT32U u32Gl_Sector;
Byte reserved_disk_space;
Byte gl_buffer[512];
INT16U u16GlBufferPos;
char lfn_name[100];
/* shared file system
www.eeworm.com/read/389268/8538255
h global_variable.h
#ifndef GLOBAL_VARIABLE_H__
#define GLOBAL_VARIABLE_H__
#include "disp_buf.h"
#include "datatype.h"
#include "com_variable.h"
/******************************************************************
www.eeworm.com/read/431190/8704422
gif variable-index.gif
www.eeworm.com/read/386279/8758383
m variable_rotation.m
function [min,solvec,stepnum]=variable_rotation(str,ini,err)
% File name:variable_rotation.m
% Author:Yan Anxin
% ID number:081810
% Date:finished on 2008.11.18
% Description:
%
www.eeworm.com/read/385281/8810232
html testdirectory-variable.html
Code Fragment
PersonPairDirectoryGeneric<Student> myStudentDirectory;
www.eeworm.com/read/186495/8930071
txt variable_transfer.txt
可以用global定义全局变量来共享
也可以用结构体handles.<mark>variable</mark>=****;guidata(hObject, handles);来传递
关于参数传递:
这个问题我在一年之前就遇到了,当时也想了很久,采用了各种办法。可以简介一下我的方法。
1. 尽量在内存中提取:方法有三种:① 采用function的varargin和varargout传送,② 存在handl ...