登录
首页 » 文档处理 » 单片机与at24c01实例程序,是C语言程序,调试成功,请多下载

单片机与at24c01实例程序,是C语言程序,调试成功,请多下载

于 2022-03-02 发布 文件大小:11.87 kB
0 129
下载积分: 2 下载次数: 1

代码说明:

单片机与at24c01实例程序,是C语言程序,调试成功,请多下载-Examples of SCM and at24c01 procedure is C language programming, debugging successfully, please download

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

发表评论

0 个回复

  • 软交换的一些资料,可以初步了解什么是软交换
    软交换的一些资料,可以初步了解什么是软交换-soft exchanged some information, a preliminary understanding of what is the soft exchange
    2022-07-09 08:48:29下载
    积分:1
  • "Information Management" data dictionary
    《学籍管理系统》数据字典-"Information Management" data dictionary
    2023-07-07 13:45:03下载
    积分:1
  • 课程设计中首先采用Ising model的思想建立一个二维的模型,然后利用重要性抽样和Monte Carlo方法及其思想模拟铁磁...
    课程设计中首先采用Ising model的思想建立一个二维的模型,然后利用重要性抽样和Monte Carlo方法及其思想模拟铁磁-顺磁相变过程。计算了顺磁物质的能量平均值Ev、热容Cv、磁化强度M及磁化率X的值,进而研究Ev、Cv、M、X与温度T的变化关系并绘制成Ev-T图、Cv-T图、M-T图、X-T图,得出顺磁物质的内能随着温度的升高先增大而后趋于稳定值;热容Cv、磁化率X随着温度的升高先增大后减小;磁化强度M在转变温度Tc处迅速减小为零,找出铁磁相变的转变温度Tc大约为2.35-First of all, curriculum design idea of the Ising model used to establish a two-dimensional model, the importance of sampling and then use Monte Carlo simulation methods and their idea of ferromagnetic- paramagnetic phase transition process. Paramagnetic material calculated average energy Ev, heat capacity Cv, magnetization M and susceptibility X value, and then study Ev, Cv, M, X and temperature changes in the relationship between T and plotted into Ev-T map, Cv- T diagram, MT map, XT maps drawn paramagnetic material can be increased as the temperature increased and then stabilized value heat capacity Cv, magnetic susceptibility X as the temperature increases after the first minus small magnetization M in the transition temperature Tc decreas
    2022-03-19 04:14:27下载
    积分:1
  • 用C++语言编写数学常用算法
    用C++语言编写数学常用算法-C language commonly used mathematical algorithm
    2022-03-13 20:00:37下载
    积分:1
  • C++ at our basic curriculum has been a C++ Learn the basic concepts, know what i...
    我们在C++基础课程中已经了解了C++的一些基本概念,知道了什么是类什么是对象。也了解了继承、封装、多态等C++面向对象的基本特征,本课程主要是更进一步探讨一下C++一些基本模型的应用,加深对概念的理解,由于课程时间有限,C++,模型和内容又如此之多,对任何一个模型都无法深入进去,所以只能泛泛而谈。-C++ at our basic curriculum has been a C++ Learn the basic concepts, know what is what is the object type. Also know the inheritance, packages, many states, such as C++ the basic features of object-oriented, this course is mainly to further explore the C++ some of the basic model of the application of the concept of deepening the understanding of curriculum because of the limited time available, C++, model and content and so much of any one model can not go in depth, and so can only talk in general terms.
    2022-06-28 19:46:01下载
    积分:1
  • PHPEXCEL PHPEXCEL PHPEXCEL PHPEXCEL
    PHPEXCEL  PHPEXCEL  PHPEXCEL  PHPEXCEL   PHPEXCEL    PHPEXCEL    PHPEXCEL    PHPEXCEL    PHPEXCEL    PHPEXCEL   PHPEXCEL    PHPEXCEL  PHPEXCELPHPEXCEL V  V V V PHPEXCEL     PHPEXCEL    PHPEXCEL  
    2022-08-11 12:33:59下载
    积分:1
  • BP算法,也即置信算法的详细介绍及速度改进的算法介绍。可以从网上搜到源码。...
    BP算法,也即置信算法的详细介绍及速度改进的算法介绍。可以从网上搜到源码。-BP algorithm, that is the confidence and speed of the algorithm details of the improved algorithm is introduced. Can be found from the Internet to the source code.
    2023-06-11 15:50:03下载
    积分:1
  • good learning Java information for beginners learning helpful
    不错的学习JAVA的资料对于初学者的学习很有帮助-good learning Java information for beginners learning helpful
    2022-03-16 04:02:17下载
    积分:1
  • gps 应用程序设计
    gps 应用程序设计-GPS application design.
    2023-05-09 06:40:03下载
    积分:1
  • 输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并 显示在屏幕上。 程序实现: 可以实现载入迷宫和保存迷宫,附带件中有4个测试迷宫路径的 件test1~...
    输入一个任意大小的迷宫,用栈求出一条走出迷宫的路径,并 显示在屏幕上。 程序实现: 可以实现载入迷宫和保存迷宫,附带文件中有4个测试迷宫路径的 文件test1~4.dd。请将这些文件拷贝到TC当前目录下,或者在载 入时写明完全路径。由于屏幕大小的限制,当用户自己输入迷宫 时一定要注意:迷宫大小是有限制的,不小于4*3,不大于30*20。 否则会出现错误信息。输入开始时全是墙,用上下左右键移动, 用Del键删除墙,形成通路,用Enter键添加墙。输入结束时可以 将迷宫保存下来,以dd为扩展名。输入完毕时用F9键来得到结果, 找到路径时,屏幕下方会出现Path found,否则出现Path not found。 程序经Turbo C 2.0编译调试成功。运行时不用添加任何运行库。 不可以在VC上编译。 下载DOS版和windows版的迷宫游戏全部代码-importation of a maze of arbitrary size, with a stack get out of the maze of trails and on the screen. Program : can achieve and preserve the printed maze maze, the accompanying documents were four test maze of trails to document test1 4.dd. I would be grateful if those files are copied to the TC current directory, or in the state when fully contained path. Due to restrictions on the size of the screen when the user input labyrinth must pay attention to : the size of the maze is a restriction, not less than 4* 3, not more than 30* 20. Otherwise there will be a wrong message. At the beginning of the importation of
    2022-01-25 17:22:05下载
    积分:1
  • 696518资源总数
  • 105873会员总数
  • 12今日下载