登录
首页 » Arduino » Maga_test

Maga_test

于 2019-06-15 发布 文件大小:65KB
0 221
下载积分: 1 下载次数: 0

代码说明:

  test maga board arduino

文件列表:

Maga_test\.vs, 0 , 2019-01-26
Maga_test\.vs\Maga_test, 0 , 2019-01-26
Maga_test\.vs\Maga_test\v15, 0 , 2019-01-26
Maga_test\.vs\Maga_test\v15\.suo, 5632 , 2019-01-26
Maga_test\__vm, 0 , 2019-01-26
Maga_test\__vm\.Maga_test.vsarduino.h, 2494 , 2019-01-26
Maga_test\__vm\Compile.vmps.xml, 21981 , 2019-01-26
Maga_test\__vm\Configuration.Release.vmps.xml, 21826 , 2019-01-26
Maga_test\__vm\Upload.vmps.xml, 21981 , 2019-01-26
Maga_test\Maga_test.ino, 918 , 2019-01-26
Maga_test\Maga_test.vcxproj, 7690 , 2019-01-26
Maga_test\Maga_test.vcxproj.filters, 1044 , 2019-01-26
Maga_test\Maga_test.vcxproj.user, 165 , 2019-01-26
Maga_test\Release, 0 , 2019-01-26
Maga_test\Release\board.buildinfo, 23702 , 2019-01-26
Maga_test\Release\Maga_test.cpp.d, 1104 , 2019-01-26
Maga_test\Release\Maga_test.cpp.o, 3900 , 2019-01-26
Maga_test\Release\Maga_test.elf, 19144 , 2019-01-26
Maga_test\Release\Maga_test.hex, 4182 , 2019-01-26
Maga_test\Release\Maga_test.ino.elf, 19144 , 2019-01-26
Maga_test\Release\Maga_test.ino.hex, 4182 , 2019-01-26
Maga_test\Release\Maga_test.ino.with_bootloader.hex, 24623 , 2019-01-26
Maga_test\Release\Maga_test.with_bootloader.hex, 24623 , 2019-01-26

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

发表评论

0 个回复

  • d2d
    D2D communiction code of matlab
    2019-04-24 21:53:34下载
    积分:1
  • 命令模式-基本代码
    说明:  A minimal but extreme fast B+ tree indexing structure demo for billions of key-value storage
    2020-06-24 20:20:01下载
    积分:1
  • VC++数据库实例:考试管理系统源代码
    一个VC++ Access数据库实例:学生考试管理系统源代码,窗体设计风格较通用,程序功能也不是太复杂,只是简单的数据库操作,比如添加、查询、修改学生信息等,左侧有一个树形菜单是挺不错的,程序在VC++6.0环境下顺利编译,运行界面如截图所示。
    2022-04-08 08:28:03下载
    积分:1
  • 2
    Background Given a set of rectangles {R1, R2, …, Rn}, compute the area of their common intersection. i.e., Area(R1∩R2∩…∩Rn) The edges of the rectangles R1, R2, …, Rn, are either vertical or horizontal lines. For example, the intersection of 4 rectangles, R1, R2, R3, and R4, in the following figure is the shaded rectangle. Input The input contains (N + 1) lines. The first line specifies the number of rectangles N, where 1 < N < 1000. Since the sides of the rectangles are parallel to the x-axis and y-axis, each rectangle is bounded by the lines x = x1, x = x2, y = y1 and y = y2 and each subsequent line of the input file thus specifies one rectangle in the following format: x1 x2 y1 y2 such that 0 <= x1 < x2 <= 10000 and 0 <= y1 < y2 <= 10000, and x1, x2, y1 and y2 are integers. Output The output file contains the area of the intersection of all the rectangles.
    2013-11-15 02:58:38下载
    积分:1
  • keyLogin
    一款jQuery键盘输入登录后台系统代码,该登录界面,简洁设计(A jQuery keyboard input login background system code, the login interface, concise design)
    2019-05-09 10:39:02下载
    积分:1
  • 一个用Delphi写的扫雷程序源码
    一个用Delphi写的扫雷程序源码-this is a procedure source of mine by delphi!
    2022-01-25 22:28:35下载
    积分:1
  • Delphi递归法绘图分形大树Tree及节点
    Delphi绘图程序实例:绘制大树Tree节点,采用递归分形算法画一个树,点击一次画一次,画出支杆,代码有参考性。
    2022-10-10 16:25:03下载
    积分:1
  • 蒙特卡洛算法计算圆周率 calcPIMonteCarlo
    用蒙特卡洛算法计算圆周率,以及相应的vs工程文件。(calcuate PI by monte carlo)
    2020-06-22 01:20:02下载
    积分:1
  • 模拟Windows下UltraEdit程序
    应用背景基于C语言的大型项目,适合对C语言有一定了解的人,对于C语言编程能力的提升有较大帮助关键技术调试环境为TC2.0或者TC3.0。运行这个程序需要TC提供的几个头文件。建议修改“options”菜单中的“include”目录项指向Tc的include目录;或者把源程序拷贝到TC目录下运行。 运行时需要做生成一个工程文件来包含所有的C源代码,制作工程文件(后缀.prj)。在TC2.0里面,需要输入.c文件的文件名,而在TC3.0里面,则可以通过鼠标和菜单选择要放到工程中的文件。
    2022-04-18 09:18:47下载
    积分:1
  • pll
    用c语言实现的pll锁相环。用于仿真信号锁相。(pll phase lock loop。)
    2021-01-19 23:38:41下载
    积分:1
  • 696518资源总数
  • 106017会员总数
  • 8今日下载