代码搜索:persistent
找到约 2,751 项符合「persistent」的源代码
代码结果 2,751
www.eeworm.com/read/419623/10853318
m bodylin.m
function [M,N]=bodylin(x,u,vw,flag)
% Linearization of AGV model
persistent A0 F0 C0 G0 gamma H Mp delta I % Make variables static
% Check if variables should be initialized
if nargin==1
delta = x
www.eeworm.com/read/403922/11500106
html function.memcache-pconnect.html
Open memcached server persistent connection
www.eeworm.com/read/110992/15521035
h store.h
/*
Persistent store logic shared between spp_master and spp_slave
*/
#ifndef SPP_STORE_H
#define SPP_STORE_H
#include
extern BD_ADDR_T far_addr;
void write_far_addr(
www.eeworm.com/read/403922/11502410
html function.sybase-pconnect.html
Open persistent Sybase connection
www.eeworm.com/read/403922/11502726
html function.mssql-pconnect.html
Open persistent MS SQL connection
www.eeworm.com/read/403922/11502788
html function.msql-pconnect.html
Open persistent mSQL connection
www.eeworm.com/read/403922/11502954
html function.ifx-pconnect.html
Open persistent Informix connection
www.eeworm.com/read/251016/12368820
c motor speedup.c
#include
#include"main.h"
unsigned int k1_count,k2_count;
unsigned char count1;
bit k1,k2;
bit flag;
unsigned int track;
unsigned char grads;
persistent unsigned
www.eeworm.com/read/469850/1478883
java iaccountdao.java
package com.csd080111.bank.persistent;
import org.hibernate.Session;
import com.csd080111.bank.biz.entity.Account;
/*
* 数据接口
* 方法:1、插入数据 2、删除数据 3、更新数据 4、查找数据
*/
public interface IAccou
www.eeworm.com/read/469850/1478884
java accountdaohbnimpl.java
package com.csd080111.bank.persistent;
/*
* 数据类
* 实现IAccountDAO 里的全部方法
* 方法:1、插入数据 2、删除数据 3、更新数据 4、查找数据
*/
import org.hibernate.HibernateException;
import org.hibernate.Session;
import