搜索结果

找到约 67 项符合 private 的查询结果

游戏 xyzzy is a program for the Nintendo Wii which will read a console s OTP key storage and dump out the

xyzzy is a program for the Nintendo Wii which will read a console s OTP key storage and dump out the private encryption keys to screen and to SD card. This is useful information in case your Wii ever gets bricked and you need to re-initialize the firmware.
https://www.eeworm.com/dl/625/409855.html
下载: 128
查看: 1086

Java编程 物料管理 物料登记 批量登记:一次性导入多条物料 单条登记:只能录入一条物料信息 物料管理 更新: 删除: 查看: 物料导出 库管员可以将系统中登记的所有物料一次性导出来 Mat

物料管理 物料登记 批量登记:一次性导入多条物料 单条登记:只能录入一条物料信息 物料管理 更新: 删除: 查看: 物料导出 库管员可以将系统中登记的所有物料一次性导出来 MaterialImport Public MaterialImport( MateiralManager manager, String filePath ) Public void importMaterial() private StringBuffer read ...
https://www.eeworm.com/dl/633/463448.html
下载: 29
查看: 1042

汇编语言 2. 编写设计一个People类。该类的数据成员有年龄(age)、身高(height)、体重(weight)、函数成员有进食(eat)、运动(sport)、睡眠(sleep)。其中进食函数使体重加1

2. 编写设计一个People类。该类的数据成员有年龄(age)、身高(height)、体重(weight)、函数成员有进食(eat)、运动(sport)、睡眠(sleep)。其中进食函数使体重加1,运动函数使身高加1,睡眠函数使年龄、身高、体重各加1。要求所有数据成员为private,成员函数为public访问权限。 ...
https://www.eeworm.com/dl/644/467756.html
下载: 148
查看: 1171

Java编程 购物车系统中的级别类

购物车系统中的级别类,private Integer id private String cname private Integer parentid private String description private Blob photo private Short ctype private Set products = new HashSet(0) private Set normses = new HashSet(0)
https://www.eeworm.com/dl/633/472982.html
下载: 156
查看: 1036

Java编程 购物车系统中的用户类

购物车系统中的用户类,private Integer id private Product product private String shopname private Double shopprice
https://www.eeworm.com/dl/633/473024.html
下载: 164
查看: 1031

Java编程 购物车系统中的一级分类

购物车系统中的一级分类,private Integer id private Section section private String title private String publisher private Boolean islock private String lockuser private String topictype private Boolean digest private String degestuser
https://www.eeworm.com/dl/633/473027.html
下载: 138
查看: 1023

Java编程 购物车系统中的post类

购物车系统中的post类,private Integer id private Topic topic private User user private String title private Integer transactionpoint private Integer readaccess
https://www.eeworm.com/dl/633/473032.html
下载: 73
查看: 1024

加密解密 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 ...
https://www.eeworm.com/dl/519/481912.html
下载: 25
查看: 1114

加密解密 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 ...
https://www.eeworm.com/dl/519/484599.html
下载: 181
查看: 1183

其他文档 多线程游戏

/**  * 用于在逻辑和界面间传输数据的bean  * @version 1.0  */ public class DataBean {     private int first = -1;     private int second = -1;     public int getFirst() {         return first;     }     public int ...
https://www.eeworm.com/dl/508068.html
下载: 1
查看: 22