代码搜索:persistent
找到约 2,751 项符合「persistent」的源代码
代码结果 2,751
www.eeworm.com/read/136989/5831962
dsp server.dsp
# Microsoft Developer Studio Project File - Name="POA Persistent ID Server" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTY
www.eeworm.com/read/136989/5831967
dsp client.dsp
# Microsoft Developer Studio Project File - Name="POA Persistent ID Client" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTY
www.eeworm.com/read/136989/5832443
dsw simple.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/133952/5896828
m button_clicked.m
function button_clicked
% Declare and initialize variable to store the count
persistent count
if isempty(count)
count = 0;
end
% Update count
count = count + 1;
% Create new string
www.eeworm.com/read/128965/5976026
h ml300.h
/*
* ML300.h: ML300 specific config options
*
* http://www.xilinx.com/ml300
*
* Derived from : ML2.h
*
* Author: Xilinx, Inc.
*
*
* This program is free software; you can redistribut
www.eeworm.com/read/127043/6009702
java identifier.java
/**
* Redistribution and use of this software and associated documentation
* ("Software"), with or without modification, are permitted provided
* that the following conditions are met:
*
* 1
www.eeworm.com/read/125532/6028007
java mysqldatabase.java
package pl.test;
import java.sql.*;
/**
* Insert the type's description here.
* Creation date: (29.04.00 23:54:11)
* @author: Artyom Rudoy
*/
public class MysqlDatabase extends pl.sql.
www.eeworm.com/read/125532/6028012
java cloudscapedatabase.java
package pl.test;
import java.sql.*;
/**
* Insert the type's description here.
* Creation date: (29.04.00 23:54:11)
* @author: Artyom Rudoy
*/
public class CloudscapeDatabase extends pl.
www.eeworm.com/read/125532/6028020
java oracledatabase.java
package pl.test;
import java.sql.*;
/**
* Insert the type's description here.
* Creation date: (29.04.00 23:54:11)
* @author: Artyom Rudoy
*/
public class OracleDatabase extends pl.sql
www.eeworm.com/read/125532/6028041
java mysqldatabase.java
package pl.test;
import java.sql.*;
/**
* Insert the type's description here.
* Creation date: (29.04.00 23:54:11)
* @author: Artyom Rudoy
*/
public class MysqlDatabase extends pl.sql.