代码搜索:CMPP
找到约 2,997 项符合「CMPP」的源代码
代码结果 2,997
www.eeworm.com/read/272833/10941825
cs cmppclient.cs
//附CMPPClient.cs:
/*
作者:TNT 时间:2003年12月
文件说明:本文件实现SP端的协议开发。
*/
using System;
using System.Security.Cryptography;
using System.Net.Sockets;
using System.Net;
using System.Text;
using System.
www.eeworm.com/read/135632/6959262
java cmppconnectionmanager.java
package com.wayout.wayoutsp.communication;
import java.util.*;
import java.net.*;
import java.io.*;
import com.wayout.wayoutsp.publics.*;
import com.wayout.wayoutsp.communication.IsmgInfo;
/