-
sxJv11
12F629开发的中控锁,可以控制两个继电器.带学习功能(Lock 12F629 developed to control the two relays. With learning function)
- 2009-04-19 22:42:26下载
- 积分:1
-
51test
51单片机简单进行测试是否正常测试内容为LED灯等(51 single simple test whether the normal test content for the LED lights)
- 2014-05-11 19:52:16下载
- 积分:1
-
深度学习程序
深度学习程序,包含多种编程语言,有scala,python,c,java等,基本上是深度置信网络或限制玻尔兹曼机的应用,通过预训练限制玻尔兹曼机来初始化深度置信网络
- 2022-12-25 07:10:04下载
- 积分:1
-
main
说明: 基于51单片机实现单片机的IO口输出PWM波形,实现呼吸灯的制作。(Based on 51 single chip computer, the output of PWM waveform from IO port of single chip computer is realized, and the manufacture of breathing lamp is realized.)
- 2020-06-25 13:20:01下载
- 积分:1
-
c#的练手必做的 让你对C#熟悉起来 以便以后开发
c#的练手必做的 让你对C#熟悉起来 以便以后开发-c# practicing hand will allow you to make the C# familiar with a view to subsequent development
- 2022-06-17 22:38:03下载
- 积分:1
-
uCos_GUI_QC43_yl2478
UCgui在LPC2478的应用实例,我买的优龙开发板上带的,值得学习(UCgui in LPC2478 application examples)
- 2013-03-06 15:40:10下载
- 积分:1
-
基于CAsynSocket网络通信
// MySocket.cpp : 实现文件
//
#include "stdafx.h"
#include "TalkS.h"
#include "MySocket.h"
#include "TalkSDlg.h"
// CMySocket
CMySocket::CMySocket()
:m_pDlg(NULL)
{
}
CMySocket::~CMySocket()
{
}
// CMySocket 成员函数
void CMySocket::SetParent(CTalkSDlg*pDlg)
{
m_pDlg = pDlg;
}
void CMySocket::OnAccept(int nErrorCode)
{
// TODO: 在此添加专用代码和/或调用基类
if(nErrorCode == 0) m_pDlg->OnAccept();
//CAsyncSocket::OnAccept(nErrorCode);
}
void CMySocket::OnClose(int nErrorCode)
{
// TODO: 在此添加专用代码和/或调用基类
if(nErrorCode == 0) m_pDlg->OnClose ();
//CAsyncSocket::OnClose(nErrorCode);
}
- 2023-03-24 00:30:26下载
- 积分:1
-
snake_mfc
"isual c++游戏编程导学书上的源码,(initial code)
- 2009-09-05 14:54:01下载
- 积分:1
-
jianpanyuled(verson2)
51单片机的矩阵键盘的介绍,编程实现计算器功能并在led上显示(51 MCU matrix keyboard introduction, programming calculator functions and the led display)
- 2009-12-02 15:11:04下载
- 积分:1
-
WMIDemo
WMI查询操作是学习wmi不错的例子,还是值得推荐的(WMI query is learning wmi good example is worthy of recommendation)
- 2014-01-03 22:10:53下载
- 积分:1