登录
首页 » c » 79e352 I2C 代码

79e352 I2C 代码

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

代码说明:

79e352 基于 I2c 的代码。你能接口的任何的 eeprom,或任何其他 I2C 基于界面......

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

发表评论

0 个回复

  • matlab_casefem
    本书简绍了matlab编写有限元程序的整个流程(The goal of this document is to give a very brief overview and direction in the writing of nite element code using Matlab. It is assumed that the reader has a basic familiarity with the theory of the nite element method, and our attention will be mostly on the implementation. An example nite element code for analyzing static linear elastic problems written in Matlab is presented to illustrate how to program the nite element method.)
    2014-01-15 15:03:59下载
    积分:1
  • 获取URL网页图片
    利用opencv和c++来获取URL图片并显示出来,基本思想是先将网页上的图片下载到本地,然后读取本地图片进行显示。没能实现直接从网页上读取图片,然后在内存中读取显示图片,而不将图片保存在本地。
    2022-04-22 15:53:41下载
    积分:1
  • MyFFT_C_languiges
    FFT算法C语言实现 和MATLAB中fft函数结果一样的功能(FFT algorithm C language and MATLAB fft function results in the same function)
    2013-11-23 20:49:38下载
    积分:1
  • 《电力可靠性技术与管理培训教材》
    电力系统可靠性教材,电力系统可靠性评估分析(Power System Reliability Textbook, Power System Reliability Assessment and Analysis)
    2020-06-22 06:20:02下载
    积分:1
  • C# WPF把彩色图片转换为灰度图
    C# 把彩色图片转换为灰度图,这是一个基于WPF的C#图像处理程序,图像彩色转换黑白,支持的图像文件格式为:JPeg,Gif,Bmp,etc。   程序主要实现两个功能,一是将彩色转换为索引像素格式、二是将彩色转换为黑白像素格式,对应于窗口中的按钮,可查看对应功能的演示:   将彩色转换为黑白像素格式,核心代码如下:   TransformedBitmap MyRotatedBitmapSource = new TransformedBitmap();   MyRotatedBitmapSource.BeginInit();   MyRotatedBitmapSource.Source = (System.Windows.Media.Imaging.BitmapSource)this.image1.Source;   MyRotatedBitmapSource.Transform = new RotateTransform(270);   MyRotatedBitmapSource.EndInit();   FormatConvertedBitmap MyFormatedBitmap = new FormatConvertedBitmap();   MyFormatedBitmap.BeginInit();   MyFormatedBitmap.Source = MyRotatedBitmapSource;   MyFormatedBitmap.DestinationFormat = PixelFormats.BlackWhite;   MyFormatedBitmap.EndInit();   this.image1.Source = MyFormatedBitmap;   完整源码例子请在本页下载,运行效果截图如下图示。
    2022-02-01 21:42:57下载
    积分:1
  • ChatRoom(Winsock)
    基本网络编程实例 Winsock实现网络聊天室(Basic network programming examples Winsock network chat rooms)
    2013-06-19 10:45:08下载
    积分:1
  • VisualC(pdg)
    Visual C# .NET编程基础,对于VS用于WEB编程的处学者很有帮助(Visual C#. NET programming basis for VS Department for WEB programming academics helpful)
    2007-11-07 19:59:52下载
    积分:1
  • linked
    关于二叉树的一些相关代码,运用链表的形式,求二叉树的高度,结点个数以及叶节点个数(Some of the relevant code on the binary tree, using a linked list, find the height of a binary tree, the number of nodes, and the number of leaf nodes)
    2013-02-03 11:10:07下载
    积分:1
  • -recursive-
    天线组阵中相位差的递推最小二乘估计与滤波(Phase array antenna group recursive least squares estimation and filtering)
    2013-12-20 13:17:48下载
    积分:1
  • ubsmtj
    文件1 txt,2 txt,3 txt和5 txt为用Fortran编写的有限元程序 4 txt为用c++编写的钢筋混凝土异形柱的全(Documents 1 txt,2 txt,3 txt and 5 txt are finite element programs written in Fortran 4 txt for the whole of reinforced concrete special-shaped columns written in c +)
    2018-11-20 20:05:12下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载