-
bemf_hardware_detect
无刷直流电机反 电 势 过 零 检 测 配 置(Zero-crossing detection configuration of back EMF)
- 2019-01-29 21:07:45下载
- 积分:1
-
VisualC++Net24
原版经典大作,有一点英语基础的人都能搞定。chm格式清晰度极佳。(original classical crescendo, and is based on the English 1:00 able to get. Chm format excellent clarity.)
- 2007-02-26 12:13:58下载
- 积分:1
-
1
说明: VC++编写上位机串口通信界面,原创VC++编写串口通信上位机界面 本人做接口实验时上位机部分 (VC++ write PC serial communication interface, the preparation of original VC++ serial communication interface, PC interface, I do some PC experiments)
- 2010-08-30 11:15:53下载
- 积分:1
-
Draw_Line_circle_fill
扫描线种子填充算法的OpengGL+MFC实现。 本程序是在上次的画直线、画圆的程序上修改的,添加了扫描线填充算法,使用OpenGL+MFC实现。(Scan line seed fill algorithm OpengGL+ MFC to achieve. This procedure is a straight line in the last painting, drawcircle procedural changes, add a scan line fill algorithm, the use of OpenGL+ MFC to achieve.)
- 2020-06-30 20:40:02下载
- 积分:1
-
DES加密解密/AES加密解密/RSA加密解密/SHA1/MD5 例子
DES加密解密/AES加密解密/RSA加密解密/SHA1/MD5 例子
- 2016-10-19下载
- 积分:1
-
OV7670 stm32驱动程序
OV7670 摄像头程序,使用的是GPIO口直接驱动,库函数版本,需要的话可以借鉴使用
- 2022-02-04 18:06:52下载
- 积分:1
-
24C02
51单片机对串行存储器 24c02的 读写程序 (Serial memory 24c02 literacy procedures)
- 2012-09-18 09:30:56下载
- 积分:1
-
opnet_aloha
实例 用Modeler搭建一个ALOHA协议仿真平台,进一步熟悉Modeler节点级和进程级的操作,深化三层建模机制。(进程->节点->网络)
(Examples ALOHA protocol with Modeler to build a simulation platform to further familiarize Modeler node level and process-level operations, deepening three modeling mechanism. (Process-> Node-> Network))
- 2014-01-05 17:08:34下载
- 积分:1
-
国密SM4源码c语言
分组密码就是将明文数据按固定长度进行分组,然后在同一密钥控制下逐组进行加密,从而将各个明文分组变换成一个等长的密文分组的密码。其中二进制明文分组的长度称为该分组密码的分组规模。
SM4密码算法的整体结构图如下:
在SM4的源代码中存在如下几个函数:
void sm4_setkey_enc(sm4_context *ctx,unsigned char key[16])
void sm4_setkey_dec(sm4_context *ctx,unsigned char key[16])
void sm4_crypt_ecb( sm4_context *ctx,int mode,int length, unsigned char *input,unsigned char *output)
void sm4_crypt_cbc( sm4_context *ctx,int mode,int length,unsigned char iv[16],unsigned char *input,unsigned char *output )
static void sm4_setkey( unsigned long SK[32], unsigned char key[16] )
- 2022-04-11 13:46:32下载
- 积分:1
-
c8051f320_usb
关于c8051f320单片机的usb通信程序,包含c++编写的界面和keil编写的固件,实现usb口的通信功能,希望有用 ,程序通过调用相应的API函数实现通信,与串口通信方式类似
- 2023-03-24 19:15:03下载
- 积分:1