Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - S-DES
Search - S-DES - List
DL : 3
NASA的CFD计算流体力学软件,功能强大,用途广,可用于科研和实际工程计算。 源代码,已开源,可用于科研(CFL3D is a structured-grid, cell-centered, upwind-biased, Reynolds-averaged Navier-Stokes (RANS) code. It can be run in parallel on multiple grid zones with point-matched, patched, overset, or embedded connectivities. Both multigrid and mesh sequencing are available in time-accurate or steady-state modes. 2-D or 3-D grid topologies Inviscid, laminar, and/or turbulent flows Steady or unsteady (including moving-grid) flows Multiple block options: 1-1 blocking patching overlapping embedding Convergence acceleration options: multigrid mesh sequencing Turbulence model options: Baldwin-Lomax Baldwin-Lomax with Degani-Schiff Modification Baldwin-Barth Spalart-Allmaras (including DES option) Wilcox k-omega Menter's k-omega SST Abid k-epsilon Explicit Algebraic Stress Model (EASM) k-epsilon and k-omega variations K-enstrophy Reynolds stress model)
Update : 2024-04-29 Size : 1845248 Publisher : hsqkk

DL : 0
可以实现任意文件的加密解密。高级加密标准(英语:Advanced Encryption Standard,缩写:AES),在密码学中又称Rijndael加密法,是美国联邦政府采用的一种区块加密标准。这个标准用来替代原先的DES,已经被多方分析且广为全世界所使用。经过五年的甄选流程,高级加密标准由美国国家标准与技术研究院(NIST)于2001年11月26日发布于FIPS PUB 197,并在2002年5月26日成为有效的标准。2006年,高级加密标准已然成为对称密钥加密中最流行的算法之一。(Encryption and decryption of any file can be achieved.Advanced Encryption Standard (English: Advanced Encryption Standard, abbreviation: AES), also known in cryptography Rijndael encryption method, is the U.S. federal government adopted a block encryption standard. This standard is used to replace the original DES, have been analyzed and widely used around the world. After five years of the selection process, senior study on encryption standard by the National Institute of standards and Technology (NIST) released in November 26, 2001 on FIPS PUB 197, and in May 26, 2002 became the effective standard of.2006, the advanced encryption standard has become one of the most popular symmetric key encryption algorithm.)
Update : 2024-04-29 Size : 538624 Publisher : Sky_Vico

TI公司的DS90UB913Q/DS90UB914Q芯片组是10MHz~100MHz 10位/12位FPD-Link III SER/DES,提供高速FPD-Link III接口和高速正向通路以及用于差分对上数据发送的双向控制通路。主要用在图像和汽车ECU的视频处理器间的连接,还有主要用在汽车视频系统,防碰撞系统的前端照相机,后视镜照相机和停车系统辅助管理。(TI's DS90UB913Q/DS90UB914Q chipset is 10MHz~100MHz 10 bit /12 bit III SER/DES, providing high-speed FPD-Link III interface and high speed forward path, and bidirectional control path for differential pair data transmission on FPD-Link. It is mainly used in the connection between image and the video processor of automobile ECU, and is mainly used in automobile video system, anti collision system front end camera, rearview mirror camera and parking system auxiliary management.)
Update : 2024-04-29 Size : 21545984 Publisher : destyni

这是公司实际项目工程(编译器用MDK5),STM32F4x7+freertos+lwip+ssl+MQTT,其中MQTT自己花了一个礼拜移植,可以同时发布消息和订阅消息,经过长期测试MQTT运行稳定。此外还移植了pollarSSL(TSL,AES,DES,RAS等等算法都经过项目测试,没有问题),另外LWIP网络部分也运行稳定,支持随时插拔网线,最后公司所有运行信息可用printf从串口1输出。公司产品用的是STM32F407,LAN芯片为8720A,cpu外接8M晶振,所有下载到你的开发板上时候注意修改晶振。(This is a company's actual project project (compiler MDK5), STM32F4x7+freertos+lwip+ssl+MQTT, where MQTT spent a week in transplantation, and can publish messages and subscription messages at the same time. After long-term testing, MQTT runs steadily. In addition, pollarSSL (TSL, AES, DES, RAS and so on) have been tested by the project. There is no problem. In addition, the LWIP network part is also running stably, supporting the insertion and withdrawal of the network cable at any time. Finally, all the running information of the company can be output from printf by serial port 1. The company's products use STM32F407, LAN chip for 8720A, CPU external 8M crystal oscillator, all downloaded to your development board, pay attention to the modification of the crystal oscillator.)
Update : 2024-04-29 Size : 15066112 Publisher : 迁客骚人

DL : 0
本次测试的代码是DES算法的C语言实现(VC 6.0): (1)加密 输入:8个明文字符,8个密钥字符(例如“12345678”,“12345678”) 将输入密钥和明文的8个字符各自转换为二进制,然后进行DES加密,输出加密结果 将加密过程中第1,2轮E盒扩展,S盒置换,P盒替代中间结果输出 (2)解密 输入:将加密之后得到的64比特密文作为输入 输出:经过DES解密之后,输出8比特字符(3DES encryption and decryption in C language)
Update : 2024-04-29 Size : 3072 Publisher : 我只想静静

DL : 3
通过C语言实现的AES CMAC加密和解密算法。上传文件为完整的VC6工程目录。AES加密算法即密码学中的高级加密标准(Advanced Encryption Standard,AES),又称Rijndael加密法,是美国联邦政府采用的一种区块加密标准。这个标准用来替代原先的DES,已经被多方分析且广为全世界所使用。经过五年的甄选流程,高级加密标准由美国国家标准与技术研究院 (NIST)于2001年11月26日发布于FIPS PUB 197,并在2002年5月26日成为有效的标准。AES 算法基于排列和置换运算。排列是对数据重新进行安排,置换是将一个数据单元替换为另一个。AES 使用几种不同的方法来执行排列和置换运算。 AES 是一个迭代的、对称密钥分组的密码,它可以使用128、192 和 256 位密钥,并且用 128 位(16字节)分组加密和解密数据。与公共密钥密码使用密钥对不同,对称密钥密码使用相同的密钥加密和解密数据。通过分组密码返回的加密数据的位数与输入数据相同。迭代加密使用一个循环结构,在该循环中重复置换和替换输入数据。(AES CMAC encryption and decryption algorithm C language. VC6 upload files to complete the project directory . AES encryption algorithm that is Cryptography Advanced Encryption Standard (Advanced Encryption Standard, AES), also known as Rijndael encryption method, a block encryption standard adopted by the U.S. federal government . This standard is used to replace the original DES, has been widely analyzed and multi used around the world . After five years of the selection process , the Advanced Encryption Standard by the American National Institute of Standards and Technology (NIST) on November 26, 2001 Posted in FIPS PUB 197, and May 26, 2002 became effective standards . AES algorithm based on permutation and substitution operations. Data re- arrangement is arranged , is replaced with a replacement unit of data to another . AES using several different methods to perform alignment and replacement operations. AES is an iterative , symmetric key block password , it can use 128, 192, and )
Update : 2024-04-29 Size : 46080 Publisher : lixiaoke

DL : 0
NASA的CFD计算流体力学软件,功能强大,用途广,可用于科研和实际工程计算。 源代码,已开源,可用于科研((CFL3D is a structured-grid, cell-centered, upwind-biased, Reynolds-averaged Navier-Stokes (RANS) code. It can be run in parallel on multiple grid zones with point-matched, patched, overset, or embedded connectivities. Both multigrid and mesh sequencing are available in time-accurate or steady-state modes. 2-D or 3-D grid topologies Inviscid, laminar, and/or turbulent flows Steady or unsteady (including moving-grid) flows Multiple block options: 1-1 blocking patching overlapping embedding Convergence acceleration options: multigrid mesh sequencing Turbulence model options: Baldwin-Lomax Baldwin-Lomax with Degani-Schiff Modification Baldwin-Barth Spalart-Allmaras (including DES option) Wilcox k-omega Menter's k-omega SST Abid k-epsilon Explicit Algebraic Stress Model (EASM) k-epsilon and k-omega variations K-enstrophy Reynolds stress model))
Update : 2024-04-29 Size : 1825792 Publisher : 静默遥望

L'intelligence artificielle est aujourd'hui incontournable. Ce livre a pour objectif de présenter de façon vulgarisée les concepts du Machine Learning et du Deep Learning pour les mettre en application dans des projets basés sur de l'intelligence artificielle, en mettant de côté autant que possible les formules mathématiques et statistiques. Il s'adresse avant tout aux développeurs mais intéressera également toute personne novice en la matière.
Update : 2023-03-23 Size : 115004033 Publisher : sadovski
« 1 2 ... 10 11 12 13 14 15»
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.