登录
首页 » VC » 并口I2C

并口I2C

于 2022-01-31 发布 文件大小:2.23 kB
0 84
下载积分: 2 下载次数: 1

代码说明:

根据I2C协议编写并口I2C通信代码(支持单个数据或多个数据读写操作),速率可调整。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Simple_MFC
    深入浅出MFC简体中文版(附源码),包括电子书(PDF格式)和源代码。(Simple MFC (simplified Chinese) ,including the ebook (PDF) and the source code.)
    2010-08-19 08:51:04下载
    积分:1
  • VC++ 使用互斥对象(Mutex)实现线程同步
    VC++ 使用互斥对象(Mutex)实现线程同步,使用临界区对象实现读、写线程的同步,通过一个写线程和读线程的实例,来演示Mutex实现的线程同步功能。用完后销毁读线程,如下示:   CSingleLock singleLock(&mutex);   singleLock.Lock();   TerminateThread(g_ReadHnd, 0);//终止读线程   singleLock.Unlock();//释放资源   m_ReadEdit.SetWindowText("终止读线程");   GetDlgItem(IDC_STARR)->EnableWindow(true);//启动按钮生效   GetDlgItem(IDC_STOPR)->EnableWindow(false);//停止按钮无效
    2022-04-11 14:27:41下载
    积分:1
  • VC6.0文本操作:测试鼠标光标所在的Region
    VC6.0测试鼠标光标所在的Region,本程序的功能:按下鼠标的左键,测试鼠标光标所在的Rgn,属于文字处理的范畴,使用CreateRectRgn函数初始化一个矩形区域对象,关于几个参数的说明:   0: 表示在矩形区域中,而不在椭圆形区域中   1: 表示既在矩形区域中,又在椭圆形区域中   2: 表示即不在矩形区域中,又不在椭圆形区域中
    2022-08-13 20:26:03下载
    积分:1
  • C_plus_plus_Grammar
    C++经典语法,是运用VC++编程的基础,希望对大家有用!(C++ grammar)
    2010-08-25 11:05:35下载
    积分:1
  • Untitled3
    说明:  改程序是简单的输入点,输出点的基本程序。内容简单,希望大家会(Reform program is a simple input and output points of the basic process. Content is simple, I hope you will)
    2011-03-22 12:13:58下载
    积分:1
  • C4
    说明:  这是一本很好的语言程序设计电子书,特别拿出来与大家共享。 第四部分(This is a very good program design language e-books, especially out to share with you. Part IV)
    2008-10-17 21:57:31下载
    积分:1
  • cgi_all
    c语言实现的cgi,源代码,比较全,可以参考实现上传和下载的功能。(C language implementation of the CGI, the source code, more complete, you can refer to the realization of the upload and download function. )
    2020-12-12 10:49:16下载
    积分:1
  • The-C-Programming-Language
    介绍标准C语言及其程序设计放吧的权威行经典著作(Introduction of C programming language)
    2009-07-15 13:00:53下载
    积分:1
  • AN_SC13-IEC_PWD-Example
    This application note describes how to connect an IPC@CHIP® to a database and exchange data between those. As there are no database drivers for the IPC@CHIP® , the connection is realized with a web server between the database and the IPC@CHIP® . Due to that fact we have a universal solution for all databases that are accessible by a web server with PHP functionality. In this example, we use the MySQL database and the Apache web server. In addition, you need the belonging ZIP “AN_sqlATchip.zip” file with the PHP file and the C source code.
    2011-06-30 18:37:51下载
    积分:1
  • VC++ 6.0 OnCmdMsg消息处理和自定义消息对话框用法
    VC++ 6.0 消息处理和自定义消息对话框用法,通过重载函数OnCmdMsg从而使不能够处理主框架命令的非模式对话框,具备了响应主框架命令的功能。二是说明自定义消息的用法。重载OnCmdMsg后,改变的窗口标题,自定义消息参数:x=%d,y=%d"。
    2022-01-25 16:51:34下载
    积分:1
  • 696518资源总数
  • 105949会员总数
  • 22今日下载