-
WiFi+ADC
使用stm32开发板的ADC进行1000Hz采样后,通过ESP8266wifi模块将数据传输至PC端。(After 1000Hz sampling with ADC of STM32 development board, data is transmitted to PC through ESP8266 WiFi module.)
- 2020-11-13 22:59:42下载
- 积分:1
-
检测TCP/IP协议
运行完成后有一个检测窗口,点击按钮进行检测
- 2022-07-09 21:08:30下载
- 积分:1
-
gg_mle
这是对广义高斯分布中两个参数alpha,beta的估计方法,对自然图像的大量统计特征就符合这一分布。(function [f, g] = dggbeta(beta, absx)
DGGBETA Derivative of generalized Gaussian pdf with respective to beta
[F, G] = DGGBETA(BETA, ABSX)
Return partial derivative and second order partial derivative
This is an utility function for GGMLE
ABSX is the distance of the data from the mean
Function is undefined for negative beta
if beta <= 0
f = NaN
g = NaN )
- 2013-03-15 10:37:51下载
- 积分:1
-
stmOV2640 效果优化本案
基于STM32F429库函数版本的 OV2640 摄像代码,支持拍照拍照, 视频录制,已经在项目应用, 对比度和 饱和度,AWB做过优化版本。
- 2022-12-01 06:40:03下载
- 积分:1
-
template.cpp
an example c++ source code on how template is used
- 2014-01-01 23:18:40下载
- 积分:1
-
关机重起等代码.由于时间关系,仅对个别Win32 API做了中文注释....
关机重起等代码.由于时间关系,仅对个别Win32 API做了中文注释.-Shutdown, such as re-starting code. Due to time constraints, only the individual Win32 API to do the Chinese Notes.
- 2022-09-29 21:15:03下载
- 积分:1
-
fetion
My Fetion 实现PC客户端通过FETION WEB URL 发送短信( My Fetion)
- 2011-11-17 13:24:08下载
- 积分:1
-
aes-src-22-11-16
一个用vc编写的aes算法实现,含有128,192,256三种钥匙长度的(a prepared using vc Orangk'aes algorithm, containing 128,192,256 length of the three key)
- 2006-12-05 09:17:18下载
- 积分:1
-
驱动部分hook
驱动部分hook
- 2015-01-30下载
- 积分:1
-
迷宫问题
说明: 图的遍历实践与迷宫问题求解。根据参考书《算法》第4.1节和4.2节关于图的邻接表的创建,使用说明;深度优先遍历(DFS)和广度优先遍历(BFS)算法的实现过程;结合迷宫问题的特点,分别编写基于深度优先遍历(DFS)和广度优先遍历(BFS)思想的迷宫求解过程算法。(Maze problem solving)
- 2019-10-17 20:29:05下载
- 积分:1