代码搜索结果
找到约 10,000 项符合
Storage 的代码
serializer.java
package org.jbpm.delegation;
import java.io.*;
/**
* performs (de)serialisation of variable-values (which are ordinary java-objects), for storage in the database.
* It is even possible to us
char.out
--
-- CHAR
--
-- fixed-length by value
-- internally passed by value if
char_1.out
--
-- CHAR
--
-- fixed-length by value
-- internally passed by value if
ucos-ii--149.dni
[State Storage]
Reaction Register=0
Control Register=0
[DisAssemblyWindow]
NumStates=_ 1
State 1=_ 1
[Watch]
Watch 1=
Watch 2=
Watch 3=
[Profiling]
State=_ 0
[TermIOSettings]
Filename=_ "
io.dni
[State Storage]
Reaction Register=0
Control Register=0
[DisAssemblyWindow]
NumStates=_ 1
State 1=_ 1
[Watch]
Watch 1=
Watch 2=
Watch 3=
[Profiling]
State=_ 0
[TermIOSettings]
Filename=_ "
io_a.dni
[State Storage]
Reaction Register=0
Control Register=0
[DisAssemblyWindow]
NumStates=_ 1
State 1=_ 1
[Watch]
Watch 1=
Watch 2=
Watch 3=
[Profiling]
State=_ 0
[TermIOSettings]
Filename=_ "
memalloc.c
/* Demonstrates the use of malloc() to allocate storage */
/* space for string data. */
#include
#include
char count, *ptr, *p;
int main( void )
{
/* Allocate a bl
cmp_a.dni
[State Storage]
Reaction Register=0
Control Register=0
[Watch]
Watch 1=
Watch 2=
Watch 3=
[DisAssemblyWindow]
NumStates=_ 1
State 1=_ 1
[Profiling]
State=_ 0
[TermIOSettings]
Filename=_ "
threadlocalvariableholder.java
//: concurrency/ThreadLocalVariableHolder.java
// Automatically giving each thread its own storage.
import java.util.concurrent.*;
import java.util.*;
class Accessor implements Runnable {
pri