Column permutation cipher是基于置换的加密解密方式。利用本程序可实现Column permutation cipher的加密和解密。
标签: permutation Column cipher 加密
上传时间: 2016-06-20
上传用户:
Zaval Light-Weight Visual Components Library (LwVCL) is a pure Java alternative to humble AWT-based GUI interfaces for wide ranges of platforms, including J2SE, PersonalJava and J2ME(coming soon). LwVCL can be used on Zaurus, iPAQ and other devices.
标签: Light-Weight alternative Components AWT-based
上传时间: 2014-11-09
上传用户:Zxcvbnm
Produces a matrix of derivatives of network output w.r.t. % each network weight for use in the functions NNPRUNE and NNFPE.
标签: network w.r.t. derivatives Produces
上传时间: 2013-12-18
上传用户:sunjet
light weight IP for microC..............To implement TCP on embedded systems
标签: implement embedded systems weight
上传时间: 2017-04-18
上传用户:小眼睛LSL
lcd temperature weight humidity
标签: temperature humidity weight lcd
上传时间: 2017-05-17
上传用户:ruixue198909
Lin-Kernighan heuristic for the TSP and minimum weight perfect matching
标签: Lin-Kernighan heuristic matching minimum
上传时间: 2014-02-15
上传用户:ouyangtongze
alter table tbl_name add col_name type 例如,给表增加一列weight mysql>alter table pet add weight int 删除列 alter table tbl_name drop col_name 例如,删除列weight: mysql>alter table pet drop weight 改变列 alter table tbl_name modify col_name type 例如,改变weight的类型: mysql> alter table pet modify weight samllint 另一种方法是: alter table tbl_name change old_col_name col_name type 例如: mysql> alter table pet change weight weight samllint 给列更名 mysql>alter table pet change weight wei 给表更名 alter table tbl_name rename new_tbl 例如,把pet表更名为animal mysql>alter table pet rename animal
上传时间: 2013-12-06
上传用户:离殇
Metric Converter is an useful tool for metric conversion, weight conversion, area conversion, mass conversion, angle conversion or any other unit conversions performed by, well, all. :)
标签: conversion Converter Metric useful
上传时间: 2014-01-15
上传用户:Divine
神经网络系统 BP,MGFPROP,SAMGFPROP, QUICKPROP, SARPROP 解决XOR问题收敛速度和收敛率的图形比较(不同数量的weightfile和不同范围的weight range)
标签: weightfile SAMGFPROP QUICKPROP MGFPROP
上传时间: 2014-01-14
上传用户:youlongjian0
2. 编写设计一个People类。该类的数据成员有年龄(age)、身高(height)、体重(weight)、函数成员有进食(eat)、运动(sport)、睡眠(sleep)。其中进食函数使体重加1,运动函数使身高加1,睡眠函数使年龄、身高、体重各加1。要求所有数据成员为private,成员函数为public访问权限。
标签: People height weight sport
上传时间: 2013-12-17
上传用户:tedo811