代码搜索:Prot
找到约 2,417 项符合「Prot」的源代码
代码结果 2,417
www.eeworm.com/read/384423/2600567
h avio.h
#ifndef AVIO_H
#define AVIO_H
/* output byte stream handling */
typedef int64_t offset_t;
/* unbuffered I/O */
struct URLContext {
struct URLProtocol *prot;
int flags;
int is_s
www.eeworm.com/read/104466/15691472
h avio.h
#ifndef AVIO_H
#define AVIO_H
/* output byte stream handling */
typedef int64_t offset_t;
/* unbuffered I/O */
struct URLContext {
struct URLProtocol *prot;
int flags;
int is_s
www.eeworm.com/read/104413/15694736
txt 转载--微软98年关于mts和ejb的比较说明文件.其实sun也有类似的对比文件,我忘记在那里了!(2).txt
作者:zybersx
email: zybersx3@21cn.com
日期:2000-7-23 23:23:38
Furthermore, both session and entity beans can be accessed with either the Java Remote Method Protocol (JRMP), which is the original prot
www.eeworm.com/read/103556/15729247
java rsakey.java
package ecc.rsa;
import ecc.Key;
import ecc.Rand;
import java.math.BigInteger;
import java.io.*;
public class RSAKey implements Key {
public BigInteger n;
protected BigInteger phin;
prot
www.eeworm.com/read/167137/9979928
vb weblogin.aspx.vb
Public Class WebForm4
Inherits System.Web.UI.Page
Protected WithEvents Label1 As System.Web.UI.WebControls.Label
Protected WithEvents Label2 As System.Web.UI.WebControls.Label
Prot
www.eeworm.com/read/278336/10544224
h win32playerapp.h
#ifndef __WIN32PLAYERAPP_H__
#define __WIN32PLAYERAPP_H__
#include "PlayerApp.h"
class CWin32PlayerApp : public CPlayerApp
{
public:
CWin32PlayerApp();
virtual ~CWin32PlayerApp();
prot
www.eeworm.com/read/418498/10943871
h asdlg.h
// ASDlg.h : 头文件
//
#pragma once
// CASDlg 对话框
class CASDlg : public CDialog
{
// 构造
public:
CASDlg(CWnd* pParent = NULL); // 标准构造函数
// 对话框数据
enum { IDD = IDD_AS_DIALOG };
prot
www.eeworm.com/read/418498/10943941
h asdlg.h
// ASDlg.h : 头文件
//
#pragma once
// CASDlg 对话框
class CASDlg : public CDialog
{
// 构造
public:
CASDlg(CWnd* pParent = NULL); // 标准构造函数
// 对话框数据
enum { IDD = IDD_AS_DIALOG };
prot
www.eeworm.com/read/436014/7779080
c url.c
#include "links.h"
struct {
unsigned char *prot;
int port;
void (*func)(struct connection *);
void (*nc_func)(struct session *, unsigned char *);
int free_syntax;
int need_slashes;
int need_sl
www.eeworm.com/read/327220/13093727
vb lyb.aspx.vb
Public Class WebForm1
Inherits System.Web.UI.Page
Protected WithEvents Label1 As System.Web.UI.WebControls.Label
Protected WithEvents Label2 As System.Web.UI.WebControls.Label
Prot