-
SHA-1
SHA1算法、pdf资料、c代码、keil调试环境
(SHA1 algorithm, pdf information, c code, keil debugging environment)
- 2013-10-23 11:48:11下载
- 积分:1
-
Lave1
#include <iostream>
#include <stdlib.h>
#include <string.h>
using namespace std
const kl = 4, kzs = 2, m = 6, n = 4, Error = 5
char *K[kl] = {{"01"},{"bB"},{"23456789ACDEFacdef"},{"hH"}}
int A[m][n] = {{1,2,2,5}, {1,3,2,4},{2,2,2,4},{2,2,2,4},{5,5,5,5},{5,5,5,5}},
- 2010-01-20 23:55:27下载
- 积分:1
-
双面打印LCD代码ATmega16
16了解ATMEGA液晶按照上述链接相关的一切液晶显示程序,我只是复制代码写的液晶显示器,这是更一般、更可读的代码。
- 2022-08-03 22:51:07下载
- 积分:1
-
串口服务器socket部分代码
串口服务器源代码,这是socket部分,W5500芯片,由沈阳某人初版本由沈阳某人编写,主控芯片为stm32f103C8T6,经测试,好用。
- 2022-05-14 18:46:41下载
- 积分:1
-
Signal-generator
自己按照下载的信号发生器源程序编写调试,调试成功(Signal generator in accordance with their own source code download write debugging, debugging success)
- 2011-10-23 16:55:29下载
- 积分:1
-
time_trace_utils
函数执行时间统计, 利用了C++类的自动释放功能(count function time costs)
- 2014-10-25 03:08:48下载
- 积分:1
-
cputimer
基于 CPU 的精确计时器,时钟频率越高,计时越准(Based on the exact CPU timer, the higher clock frequency, the more time-quasi-)
- 2009-04-25 10:36:11下载
- 积分:1
-
signal-process
说明: 书名为《信号处理》,是奥本海姆撰写,是信号处理专业的经典书籍,适合图像处理,信号处理,语言处理专业的人士阅读(Title of " signal processing" , is Oppenheim wrote, is a classic signal processing professional books, for image processing, signal processing, language processing professions reading)
- 2010-04-07 10:08:17下载
- 积分:1
-
ClientTools
一款C++ 模仿 IM 通讯的 开源代码
请大家拍砖(Imitation of a C++ open source IM communications please Paizhuan)
- 2011-06-05 20:32:19下载
- 积分:1
-
2017113371-杨勇-实验报告11
输入并存储一个由26个英文字母(不分大小写)组成的字符串,再输入一个英文字母,查找该字母在字符串中第一次出现的位置。
要求:分别采用以下方法实现
(1)使用字符数组(即char数组)存放字符串;
(2)使用string变量存放字符串。(Enter and store a string consisting of 26 English letters (no case in case), and then enter an English letter to find the first place that the letter appears in the string.
Requirements: the following methods are implemented)
- 2018-06-14 16:03:58下载
- 积分:1