代码搜索结果

找到约 10,000 项符合 的代码

default.cpp

// default.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #include "default.h" #include "cbc.h" #include #include NAMESPACE_BEGIN(CryptoPP) st

rem.java

import java.rmi.*; public interface Rem extends Remote { public void StatementExecSQLSelect() throws RemoteException; public void StatementExecSQLUpdateDBRecord() throws RemoteException; }

ad7710.c

/* * ad7710.c * * AD数据采集 * * * * * 陈真勇(SA01010010) * w3wind@sina.com or * zychen@ustc.edu.cn * 中国科学技术大学自动化系 * 2002/6/12 */ #include "link.h" #in

randpool.cpp

// randpool.cpp - written and placed in the public domain by Wei Dai // The algorithm in this module comes from PGP's randpool.c #include "pch.h" #include "randpool.h" #include "mdc.h" #include

delay.c

/* * delay.c * * 延时 * * * * 陈真勇(SA01010010) * w3wind@sina.com or * zychen@ustc.edu.cn * 中国科学技术大学自动化系 * 2002/6/12 */ #include "type.h" /* 在文件sdel

socketclient.java.bak

import java.io.*; import java.net.*; public class SocketClient { public static void main(String args[]) { String HostName="127.0.0.1"; Socket s=null; int port=1000; DataInputStream sin=

filters.h

#ifndef CRYPTOPP_FILTERS_H #define CRYPTOPP_FILTERS_H #include "cryptlib.h" #include "misc.h" #include "smartptr.h" NAMESPACE_BEGIN(CryptoPP) class Filter : public BufferedTransformation

socketserver.java.bak

import java.net.*; import java.io.*; public class SocketServer { public static void main(String args[]) { ServerSocket ss=null; int port=1000; boolean listening=true; try { ss=new Ser

sdelay.lst

A51 MACRO ASSEMBLER SDELAY 09/07/02 14:55:28 PAGE 1 DOS MACRO ASSEMBLER A51 X4.86 OBJECT MODULE PLACED IN D:\QTH8052F\C51\FI