排序:上传时间 相关度 下载量 查看数

Public 229

按分类查找:

  • The OReilly Struts book (title not set yet) will be available sometime in the 3rd quarter of 2002.

    The OReilly Struts book (title not set yet) will be available sometime in the 3rd quarter of 2002. Published by OReilly, this book covers both Struts 1.0 and 1.1. The beta or draft chapters are being made available for download to facilitate an early public review process for the material.

    /dl/473025.html

    标签: available sometime OReilly quarter

    上传时间: 2014-01-22

    上传用户:familiarsmile

  • SQLite is a software library that implements a self-contained, serverless, zero-configuration, trans

    SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most widely deployed SQL database engine in the world. It is used in countless desktop computer applications as well as consumer electronic devices includi ...

    /dl/481567.html

    标签: zero-configuration self-contained implements serverless

    上传时间: 2013-12-09

    上传用户:manlian

  • a true random number generator (TRNG) in hardware which is targeted for FPGA-based crypto embedded s

    a true random number generator (TRNG) in hardware which is targeted for FPGA-based crypto embedded systems. All crypto protocols require the generation and use of secret values that must be unknown to attackers.Random number generators (RNG) are required to generate public/private key pairs for asym ...

    /dl/481912.html

    标签: FPGA-based generator embedded hardware

    上传时间: 2014-01-09

    上传用户:一诺88

  • RSA ( Rivest Shamir Adleman )is crypthograph system that used to give a secret information and digit

    RSA ( Rivest Shamir Adleman )is crypthograph system that used to give a secret information and digital signature . Its security based on Integer Factorization Problem (IFP). RSA uses an asymetric key. RSA was created by Rivest, Shamir, and Adleman in 1977. Every user have a pair of key, public key a ...

    /dl/484599.html

    标签: crypthograph information Adleman Rivest

    上传时间: 2017-09-01

    上传用户:chfanjiang

  • 文件Java排课系统的报告

    My JSP 'TeacherMain.jsp' starting page var $=function(id) { return document.getElementById(id); } function show_menu(num){ for(i=0;i

    /dl/507625.html

    标签: C++

    上传时间: 2015-07-03

    上传用户:xiyuzhu

  • 多线程游戏

    /**  * 用于在逻辑和界面间传输数据的bean  * @version 1.0  */ public class DataBean {     private int first = -1;     private int second = -1;     public int getFirst() {         return first;     }     public int ...

    /dl/508068.html

    标签: 多线程小游戏 翻牌小游戏

    上传时间: 2015-11-07

    上传用户:dddhhhwww

  • c语言程序源

    #include <iostream> using namespace std; class Student { public: Student(int, int); int num; int grade; }; Student::Student(int n, int g) { num = n; grade = g; } int maxGradeIndex(Student* s) { int maxGrade, index = 0, i = 0; maxGrade = s[0].grade; for (i = 0; i<5; i++) { if (s[i].grade > maxGrade) ...

    /dl/510573.html

    标签: c语言 程序

    上传时间: 2016-04-23

    上传用户:burt1025

  • java学生数据库

    /*import java.util.Scanner; //主类 public class student122 { &nbsp;&nbsp;//主方法 &nbsp;&nbsp;public static void main(String[] args){ &nbsp;&nbsp;&nbsp;&nbsp;//定义7个元素的字符数组 &nbsp;&nbsp;&nbsp;&nbsp;String[] st = new String[7]; &nbsp;&nbsp;&nbsp;&nbsp;inputSt(st); &nbsp ...

    /dl/514408.html

    标签: java 数据库

    上传时间: 2017-03-17

    上传用户:simple

  • CCS样式选择符设计

    CCS样式选择符,初学者,设计,DW,网页制作,大一作业 部分预览: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; cha ...

    /dl/516267.html

    标签: CCS 网页设计

    上传时间: 2017-12-07

    上传用户:圈圈Ace

  • java入门编程合集

    题目:古典问题:有一对兔子,从出生后第3个月起每个月都生一对兔子,小兔子长到第三个月后每个月又生一对兔子,假如兔子都不死,问每个月的兔子总数为多少?&nbsp;&nbsp;&nbsp; //这是一个菲波拉契数列问题 public class lianxi01 { public static void main(String[] args) { System.out.println("第1个月的兔子对数:&n ...

    /dl/516446.html

    标签: java 编程

    上传时间: 2017-12-24

    上传用户:Ariza