代码搜索结果

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

tongbu.java

import java.applet.Applet; import java.awt.*; public class tongbu extends Applet implements Runnable { int Accounts=1000; int money,interest,totalMoney; List list=new List(); public void in

files.h

#ifndef CRYPTOPP_FILES_H #define CRYPTOPP_FILES_H #include "cryptlib.h" #include "filters.h" #include #include NAMESPACE_BEGIN(CryptoPP) class FileSource : public S

delay.h

/* * delay.h * * 延时 * * * * 陈真勇(SA01010010) * w3wind@sina.com or * zychen@ustc.edu.cn * 中国科学技术大学自动化系 * 2002/6/12 */ #ifndef _DELAY_H_ #define _DEL

socketserver.java

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

shark.cpp

// shark.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #include "shark.h" #ifdef WORD64_AVAILABLE #include "modes.h" #include "gf256.h" NAMESPACE_BEGIN(Crypto

exp.lst

C51 COMPILER V3.20, SN-0 EXP 07/09/02 14:55:06 PAGE 1 DOS C51 COMPILER V3.20, COMPILATION OF MODULE EXP OBJECT MODULE PLACED I

modes.cpp

// modes.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #include "modes.h" NAMESPACE_BEGIN(CryptoPP) CipherMode::CipherMode(const BlockTransformation &c, const byt