代码搜索:persistent
找到约 2,751 项符合「persistent」的源代码
代码结果 2,751
www.eeworm.com/read/467806/7001620
m pidsimf.m
function [u]=pidsimf(u1,u2)
persistent pidmat errori error_1
if u1==0
errori=0
error_1=0
end
www.eeworm.com/read/284778/7074167
m pidsimf.m
function [u]=pidsimf(u1,u2)
persistent pidmat errori error_1
if u1==0
errori=0
error_1=0
end
www.eeworm.com/read/304061/13802191
m pidsimf.m
function [u]=pidsimf(u1,u2)
persistent pidmat errori error_1
if u1==0
errori=0
error_1=0
end
www.eeworm.com/read/134909/5891437
c bootldr.c
/*
* 18Fxxx BOOT LOADER Copyright (C) 2002 HI-TECH Software
* This software is freely distributable and may be used
* for any purpose. No warranty of any kind is provided
* and all use is enti
www.eeworm.com/read/128267/5992101
java personbean.java
package hello;
public class PersonBean {
private String userName = null;
public String getUserName() {
return this.userName;
}
public void setUserName(String userName
www.eeworm.com/read/128267/5992117
java personbean.java
package hello;
public class PersonBean {
private String userName = null;
public String getUserName() {
return this.userName;
}
public void setUserName(String userName
www.eeworm.com/read/124233/6054363
java hellomodel.java
package ch03.hello;
/**
* This is a Model object which simply contains the name of the person we
* want to say "Hello!" to.
*
* In a more advanced application, this Model component mi
www.eeworm.com/read/111677/6154003
java cachelistener.java
package org.apache.torque.manager;
/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2001-2003 The Apache Softwar
www.eeworm.com/read/100409/6269955
java enhdatabase.java
// You can redistribute this software and/or modify it under the terms of
// the Ozone Library License version 1 published by ozone-db.org.
//
// The original code and portions created by SMB are
// C
www.eeworm.com/read/234872/14095142
txt readme.txt
Code Sample Name: Battery Status Sample
Feature Area: State and Notifications Broker
Description:
This sample demonstrates how to use the State and Notification Broker APIs. More specific