-
SHT15温湿度传感器驱动程序
本工程为SHT11~15系列温湿度传感器驱动程序,使用最少内部资源,串口输出温度和湿度数据,波特率9600,使用内部时钟11.0592MHz。可移植到任一系列51单片机中。代码使用flash不超过4k。开发软件为keil C51。
- 2022-02-28 14:31:14下载
- 积分:1
-
iphone DEMO的演示程序,
iphone DEMO的演示程序, -iphone DEMO demonstration program
- 2023-03-31 14:45:04下载
- 积分:1
-
标题:学分绩点计算器标题描述:发展一个答:
题 目 :学分和绩点计算器
题目描述:开发一个能够自动计算适合于学生使用的所获学分和绩点的计算器。并且该绩点计算器能够保证良好的扩展性能。
-Title: credits and grade point calculator Title Description: Development of an automatic calculation is suitable for students to use the available credits and grade point calculator. And the grade point calculator can guarantee the expansion of good performance.
- 2022-07-21 21:12:07下载
- 积分:1
-
语音识别和匹配 VQ DHMM
语音识别和匹配的 VQ DHMM 模型的训练程序,C 语言中,已定位,可以直接移植到八个 16 位单片机或 DSP。而当前市场语音识别算法玩具基本上相同,非常实际的是供您参考。窃取工作中其它人更好的生活。
- 2023-06-12 17:00:04下载
- 积分:1
-
这里讨论TIA自动化等相关话题(21KB)
这里讨论TIA自动化等相关话题(21KB)-here to discuss topics related to automation (21KB)
- 2023-06-22 03:55:03下载
- 积分:1
-
some numbers multiply use lian biao make up sdvs sdsvsdv sdvsdsdsdvsdvd
sdfdsfs...
多项式相乘 是关于链表的还算比较完善的-some numbers multiply use lian biao make up sdvs sdsvsdv sdvsdsdsdvsdvd
sdfdsfsd sdfvsdfsd
safsdf
sdf
sdfdsf
sdfds
- 2022-02-10 04:21:47下载
- 积分:1
-
换一大一小两个正方形并且对立交叉
换一大一小两个正方形并且对立交叉-freshman for a small square and two antagonistic cross-
- 2022-03-16 07:10:42下载
- 积分:1
-
win开发用简易日志软件
简易日志显示软件。
支持显示日志、保存日志到文件、udp方式接收日志,支持显示日志网络来源。
本地调用:任何win软件使用如下函数,即可向该软件发送日志数据,日志软件会显示并保存到指定文件中。
int WriteLog(DWORD LogType, char* lpszFormat, ...)
{
static HWND m_hWndLog = NULL;
if (m_hWndLog == NULL)
{
m_hWndLog = ::FindWindowA(NULL, "Stk1Log");
if (m_hWndLog == NULL)
{
char cCurPath[MAX_PATH];
if (GetCurrentDirectoryA(MAX_PATH, cCurPath) > 0)
{
char cExePath[MAX_PATH];
wsprintfA(cExePath, "%sstk1Log.exe", cCurPath);
WinExec(cExePath, SW_SHOW);
m_hWndLog = ::FindWindowA(NULL, "Stk1Log");
if (m_hWndLog == NULL)
{
// AfxMessageBox("无法找到Stk1Log.exe用于显示日志!");
return -1;
}
}
}
}
else
{
if (IsWindow(m_hWndLog) == FALSE)
{
m_hWndLog = NULL;
m_hWndLog = ::FindWindowA(NULL, "Stk1Log");
if (m_hWnd
- 2022-07-25 17:36:54下载
- 积分:1
-
一个关于模拟火燃烧的例子,用到了最简单的模糊算法。
一个关于模拟火燃烧的例子,用到了最简单的模糊算法。-A fire on the simulation example, using the most simple fuzzy algorithm.
- 2023-04-19 04:20:02下载
- 积分:1
-
这是部分图像处理的实现源码~~~对个人的毕业设计很有帮助,需要的下...
这是部分图像处理的实现源码~~~对个人的毕业设计很有帮助,需要的下-This is part of image processing to achieve source ~ ~ ~ of individuals graduating from the design of very helpful, the need for the next
- 2022-03-12 23:54:40下载
- 积分:1