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