-
sha256
SHA-256源代码,三个对外的函数:void SHA256Init (SHA256Context *sc)
void SHA256Update (SHA256Context *sc, const void *data, uint32_t len)
void SHA256Final (SHA256Context *sc, uint8_t hash[SHA256_HASH_SIZE])
第一个函数初始化,第二个函数输入要hash的字符串,第三个函数输出结果(SHA-256 source code, three external function: void SHA256Init (SHA256Context* sc) void SHA256Update (SHA256Context* sc, const void* data, uint32_t len) void SHA256Final (SHA256Context* sc, uint8_t hash [SHA256_HASH_SIZE]) The first function is initialized, the second hash function, enter the string, the third function of output)
- 2021-04-27 09:28:44下载
- 积分:1
-
msp430g2553pinlvji.c
基于MSP430G2553的频率计数计的程序编写,已经过测试,程序无误可以完整运行。(Based on the frequency count MSP430G2553 meter programming, has been tested, the program can complete run correctly.)
- 2013-08-17 11:33:17下载
- 积分:1
-
floorplanning-and-route
Floor planning and route
- 2014-03-04 05:33:40下载
- 积分:1
-
2day
运行于MT4的一款外汇双货币对冲的ea,市面上是找不到的,仅供学习,谨慎实盘。内含英文试用说明书。(A pair of foreign currency hedging operation on MT4 EA, the market is not to be found, only to learn, cautious firm. Contains English test specification.)
- 2016-02-11 17:24:15下载
- 积分:1
-
Layer
说明: ArcEngine二次开发图层操作,包括添加图层,添加Shape文件,删除图层,移动图层(ArcEngine layer secondary development operations, including adding layers, adding Shape file, delete the layer, move layer)
- 2011-02-21 20:03:16下载
- 积分:1
-
fontrouter
fontrouter code, a small hacky program to change the font in nokia symbian devices
- 2010-12-22 04:30:57下载
- 积分:1
-
用c写的编译原理作业之右线性文法的实现
用c写的编译原理作业之右线性文法的实现,老师布置的一个小作业(used to write c compiler operating in linear grammar Few realize, teachers layout of a small operation)
- 2005-01-29 01:10:40下载
- 积分:1
-
point
用分治算法(O(nlogn)复杂度)实现寻找n个点中最邻近点对,输出为最邻近距离的平方(Looking for n points nearest point, the output of the nearest neighbor distance squared using the divide-and-conquer algorithm (O (nlogn) complexity))
- 2012-12-16 13:14:04下载
- 积分:1
-
CleanCodeHandbook_v1.0.1
leetcode的题目详解,希望对广大使用leetcode刷题的童鞋有帮助。(Detailed leetcode topic, I hope the majority of questions using leetcode brush shoes help.)
- 2015-02-21 20:41:09下载
- 积分:1
-
C# 随机分组抽签的实现方法及示例小程序
Visual C# 随机分组抽签程序,可用于抽签、摇奖等场合,人员分组抽奖情况人数项请输入大于0的整数,不要输入空组别名,各组别的总人数大于参与抽签人数,各组别的总人数需要大于1。还需要确定参与抽签人员、抽签分组组别等。程序还可进行简单的维护管理,比如添加人员、添加级别、删除组员等功能。这个程序从整体上来说,写的挺好,不管是界面方面或是功能方面,都挺好用,推荐给大家。
- 2023-08-05 09:45:03下载
- 积分:1