物料管理 物料登记 批量登记:一次性导入多条物料 单条登记:只能录入一条物料信息 物料管理 更新: 删除: 查看: 物料导出 库管员可以将系统中登记的所有物料一次性导出来 MaterialImport Public MaterialImport( MateiralManager manager, String filePath ) Public void importMaterial() private StringBuffer readFile() private List<Material> parseFileToMaterial( String content )
上传时间: 2013-12-03
上传用户:fredguo
软件功能:32位图形界面程序,可提供PG8139.EXE(DOS版)所具有的一切功能。 软件亮点:对“8139网卡改制硬盘还原卡”的所有硬件参数改写,通过点击鼠标数次即可完成!-software functions : 32 graphics interface procedures, available PG8139.EXE (DOS version) have all functions. Software Spotlight : "8139 NIC restructuring disk reduction cards" all hardware parameters changed. click through several can be accomplished
上传时间: 2017-07-16
上传用户:zhuoying119
2. 编写设计一个People类。该类的数据成员有年龄(age)、身高(height)、体重(weight)、函数成员有进食(eat)、运动(sport)、睡眠(sleep)。其中进食函数使体重加1,运动函数使身高加1,睡眠函数使年龄、身高、体重各加1。要求所有数据成员为private,成员函数为public访问权限。
标签: People height weight sport
上传时间: 2013-12-17
上传用户:tedo811
CFE contains the following important features: * Easy to port to new SB1250/BCM1480 designs * Initializes CPUs, caches, memory controllers, and peripherals * Built-in device drivers for SB1250 SOC peripherals * Several console choices, including serial ports, ROM emulators, JTAG, etc. * Environment storage in NV EEPROM, flash, etc. * Supports big or little endian operation * Supports 32-bit and 64-bit processors * Support for network bootstrap. Network protocols supported include IP,ARP,ICMP,UDP,DHCP,TFTP. * Support for disk bootstrap. * Provides an external API for boot loaders and startup programs * Simple user interface. UI is easy to remove for embedded apps.
标签: following important contains features
上传时间: 2014-11-23
上传用户:龙飞艇
购物车系统中的级别类,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)
标签:
上传时间: 2017-08-02
上传用户:xuanchangri
购物车系统中的用户类,private Integer id private Product product private String shopname private Double shopprice
标签: 用户
上传时间: 2017-08-03
上传用户:从此走出阴霾
购物车系统中的一级分类,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
标签: 分类
上传时间: 2013-12-15
上传用户:2525775
购物车系统中的post类,private Integer id private Topic topic private User user private String title private Integer transactionpoint private Integer readaccess
标签: post
上传时间: 2017-08-03
上传用户:netwolf
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 asymmetric algorithm such as RSA and symmetric algorithm such as AES.
标签: FPGA-based generator embedded hardware
上传时间: 2014-01-09
上传用户:一诺88
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 and private key. Public key (e) . You may choose any number for e with these requirements, 1< e <Æ (n), where Æ (n)= (p-1) (q-1) ( p and q are first-rate), gcd (e,Æ (n))=1 (gcd= greatest common divisor). Private key (d). d=(1/e) mod(Æ (n)) Encyption (C) . C=Mª mod(n), a = e (public key), n=pq Descryption (D) . D=C° mod(n), o = d (private key
标签: crypthograph information Adleman Rivest
上传时间: 2017-09-01
上传用户:chfanjiang