MovieLens 25M movie ratings. Stable benchmark dataset. 25 million ratings and one million tag applications applied to 62,000 movies by 162,000 users. Includes tag genome data with 15 million relevance scores across 1,129 tags. Released 12/2019
2022-05-17 12:06:09 253.71MB ctr
1
高级加密标准(英语:Advanced Encryption Standard,缩写:AES),在密码学中又称Rijndael加密法,是美国联邦政府采用的一种区块加密标准。这个标准用来替代原先的DES,已经被多方分析且广为全世界所使用。本文将介绍AES的具体流程,以及代码实现,并且实现了CBC和CTR模式的解密函数
2022-05-14 19:23:15 995KB AES CBC CTR CCB
1
NIST标准,AES加密模式介绍包括(ECB,CBC,CFB,OFB,CTR)。This recommendation defines five confidentiality modes of operation for use with an underlying symmetric key block cipher algorithm: Electronic Codebook (ECB), Cipher Block Chaining (CBC), Cipher Feedback (CFB), Output Feedback (OFB), and Counter (CTR). Used with an underlying block cipher algorithm that is approved in a Federal Information Processing Standard (FIPS), these modes can provide cryptographic protection for sensitive, but unclassified, computer data.
2022-05-14 19:12:57 256KB AES ECB
1
选择AES算法进行对称加密,密钥长度为128位及以上位数,分组密码模式使用CTR模式,CTR模式不需要填充,初始化向量在应用内设定。 说明: (1)对称加密主要应用于普通的数据块(如字符串、字节流等)加解密。 (2)CTR模式支持加/解密并行操作;而cBc模式加密不支持并行操作,解密支持并行 操作。因而,CTR模式加密速度快于CBC模式。
2022-05-14 14:49:35 5KB AES CTR NoPadding
1
Predict whether a mobile ad will be clicked
2022-05-07 15:10:51 1.19GB CTR
1
CTR机器学习算法与工程实践
2022-05-06 10:06:30 3.43MB 机器学习 算法 源码软件 人工智能
1
整理了ctr预测常用算法,并在ipinyou数据集上进行实现 ipinyou数据集:data.computational-advertising.org 后续添加更多模型...
2022-05-05 12:40:32 2.13MB Python
1
openssl 1.1.1版本的engine接口和之前的版本较为不同。本示例是,针对openssl 1.1.1版本编写的aes-128-ctr和sm4-ctr算法engine模块。
2022-04-16 18:00:08 26KB 算法 openssl engine sm4-ctr
前言 electron+vuecli3 实现设置打印机,静默打印小票功能 网上相关的资料比较少,这里给大家分享一下,希望大家可以少踩一些坑 github地址 必须要强调一下的是electron的版本必须是3.0.0不能,我尝试了4和5都没有实现 效果图 使用 git clone https://github.com/sunnie1992/electron-vue-print-demo.git npm install npm run electron:serve 实现 操作思路 1.用户点击打印 2.查询本地electron-store(用来向本地存储,读取数据)是否存打印机名称 3.已
2022-04-15 14:56:45 124KB c ctr electron
1