代码搜索:persistent
找到约 2,751 项符合「persistent」的源代码
代码结果 2,751
www.eeworm.com/read/416830/2105915
readme
Persistent POA Example
----------------------
This example demonstrates usage of a persistent POA. Objects in a persistent
POA can by definition outlive the process they're created in. A mechanism i
www.eeworm.com/read/473219/6848930
m compileinterfacedata.m
function [interfacedata,recoverdata,solver,diagnostic,F] = compileinterfacedata(F,G,P,h,options,findallsolvers)
persistent CACHED_SOLVERS
persistent EXISTTIME
persistent NCHECKS
diagnostic = [
www.eeworm.com/read/403922/11504520
html function.apd-dump-regular-resources.html
Return all current regular resources as an array
www.eeworm.com/read/347945/11623565
m pennonm_callback_f.m
function f = ipopt_callback_f(x,model_in)
global latest_x
global latest_df
persistent model
if nargin>1
model = model_in;
return
end
% We compute both function value and gradient
www.eeworm.com/read/347945/11624897
m pennonm_callback_df.m
function [nnz,ind,val] = pennonm_callback_df(x,model_in)
global latest_x
global latest_df
persistent model
if nargin>1
model = model_in;
return
end
x = x(:);
if isequal(x,latest
www.eeworm.com/read/334001/12648399
h beep.h
#ifndef BEEP_H
#define BEEP_H
#define BEEP_OPEN_CON 1
#define BEEP_CLOSE_CON 0
persistent static volatile bit beepBufFlag;
persistent static volatile uint8 beepBufBak;
persistent
www.eeworm.com/read/111445/15512543
bin word.bin
关键字表:
0 __asm
1 enum
2 __multiple_inheritance
3 template
4 auto
5 __except
6 __single_inheritance
7 this
8 __based
9 explicit
10 __virtual_inheritance
11 thread
www.eeworm.com/read/105725/15660621
h persist.h
// Persist.h
#ifndef _INSIDE_VISUAL_CPP_PERSISTENT_FRAME
#define _INSIDE_VISUAL_CPP_PERSISTENT_FRAME
class CPersistentFrame : public CFrameWnd
{ // remembers where it was on the desktop
D
www.eeworm.com/read/346857/11718334
h decode.h
#ifndef DECODE_H
#define DECODE_H
/* Current known ASN1 -> MHEG5 mappings */
/* Basic Types */
#define APPLICATION 0x00
#define SCENE 0x01
#define STDID 0x02
#define STDVERSION 0x03
#define OB
www.eeworm.com/read/154775/11927292
sample raid0.conf.sample
# Sample raid-0 configuration
raiddev /dev/md0
raid-level 0 # it's not obvious but this *must* be
# right after raiddev
persistent-superblock 0 # set this to 1 if you want autos