登录
首页 » Asm » Diode

Diode

于 2020-06-23 发布
0 99
下载积分: 1 下载次数: 1

代码说明:

说明:  Diode lab for avr assembler

文件列表:

Diode\AvrBuild.bat, 350 , 2019-03-26
Diode\Diode.aps, 2917 , 2019-03-26
Diode\Diode.asm, 3940 , 2019-03-26
Diode\diode.aws, 734 , 2019-02-15
Diode\macros.asm, 2213 , 2018-08-03
Diode, 0 , 2019-03-26

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

发表评论

0 个回复

  • 可以用于桌面随即截图的工具,非常好用,可以很方便的把喜欢的图截下来。...
    可以用于桌面随即截图的工具,非常好用,可以很方便的把喜欢的图截下来。-desktop can be used immediately screenshots of the tool is very handy, very convenient to put the map like closed down.
    2022-09-20 03:40:03下载
    积分:1
  • 字符雨效果
    使用C语言实现类似黑-客帝国的字符雨效果,十分华丽。使用C语言实现字符雨效果。
    2022-01-22 15:06:11下载
    积分:1
  • 水体指数NDWI的经典文章,很有参考价值.大家免费下载了.
    水体指数NDWI的经典文章,很有参考价值.大家免费下载了.-Water body index NDWI classic article, it is reference value. Everyone is free to download the.
    2022-03-17 10:05:11下载
    积分:1
  • 程序
    说明:  基于结构光相移法的三维重建程序,matlab编码,由于要的可以下载一下(Based on the structured light phase-shift method of three-dimensional reconstruction program, matlab coding, because you can download it)
    2019-10-17 15:40:18下载
    积分:1
  • 问题描述: 一杯沸水冷却,圆柱体模型,底面半径0.05m,高0.1m,周围温度20度,初始水温100度 方程是四维输运方程(常数a^2=k/(c*...
    问题描述: 一杯沸水冷却,圆柱体模型,底面半径0.05m,高0.1m,周围温度20度,初始水温100度 方程是四维输运方程(常数a^2=k/(c*p),k是热传导系数0.6006焦/(米*秒*度)) 初始条件:t=0时水等于100度 边界条件:1.上下壁都是自由冷却,第三类边界条件,周围温度保持在20度(H=k/h,h取1) 2.杯壁绝热,第二类边界条件 图形显示格式,取过圆柱轴的截面温度变化将其做成动画. -Problem description : a cup of boiling water cooling cylinder model, the bottom radius of 0.05m, 0.1m high. temperature around 20 degrees, initial temperature of 100 degrees equation is four-dimensional equations (a constant ^ 2 = k/(c* p), k is the thermal conductivity coefficient of 0.6006 Coke/(m** seconds degrees)) initial conditions : t = 0 to 100 degree water boundary conditions : 1. upper and lower walls are free cooling, the third boundary conditions, maintain the temperature around 20 degrees (H = k/h, h for 1) 2. Beibi insulation, The second category boundary conditions graphics format, cylindrical shaft for the cross section of its temperature changes caused animation.
    2022-05-12 17:55:03下载
    积分:1
  • Untitled1
    说明:  wfwef dfwgfwfwvewvfv gwgewgrwev fewfwefrwe
    2020-06-21 22:00:02下载
    积分:1
  • 网趣ASP网上购物系统旗舰版 v11.4
    网趣ASP网上购物系统旗舰版,是一款支持同步淘宝数据的ASP网店系统,已经发展有多年历史了,网趣网上购物系统旗舰版支持删除商品自动删除图片,支持数据在线管理,适时数据备份、恢复、压缩,支持图片批量上传及管理功能,同时完美整合BBS,用户帐号一站式使用,支持订单二次编辑等众多实用功能,是一款相当好用的ASP在线购物系统。
    2022-11-20 22:40:03下载
    积分:1
  • 原始分类程序
    双极化天气雷达,基于模糊逻辑算法的降水粒子分类。(Weather Radar Polarimetry)
    2021-03-14 15:19:23下载
    积分:1
  • 对任何集体(如你自己的类)的问题描述…
    一:问题描述 针对某个集体(比如你所在的班级)中的“人名”设计一个哈希表,使得平均查找长度不超过R,完成相对的建表和查表程序。 二:基本要求 假设人名为中国人姓名的汉语拼音形式。待填入哈希表的人名共有30个,取平均查找长度的上限为2。哈希函数用除留余数法构造,用伪随机探测再散列法处理冲突。 三:实现提示 如果随机函数自行构造,则应首先调整好随机函数,使其分布均匀。人名的长度均不超过19个字符(最长的人名如:庄双双(ZHAGN SHUANG SHUANG)。字符的取码方法可直接利用C语言中的tosacii函数,并可对过长的人名先作折叠处理。 四:需求分析 本演示程序是对哈希表的建立和查找进行演示,主要数据来自自己编写的人名“A~~Z”等字母组成,拼音由开头的字母组成的词组,查找时用伪随机探测再散列法处理冲突。随机产生人名的位置。具体的程序内容在源程序里面有比较详细的解析。程序的运行在下列有详细的介绍。 -one : Problem description against any collective (such as your own classes) of "names" design a hash table. you make the average length of not more than R, completes the construction and Lookup Table procedures. Two : the assumption that the basic requirements were known as the Chinese name of Chinese pinyin form. Hash Table question Enter the names of a total of 30, you take the average length of a maximum of two. Hash functions with a few exception I stay constructed using pseudo-random re-hash detection method to resolve disputes. 3 : Achieving suggested ra
    2022-01-22 16:42:56下载
    积分:1
  • demo11
    说明:  花了2000元买来的,可以使用的自助建站源码-人力资源的(Spent 2,000 yuan bought, you can use self-help建站source- human resources)
    2008-11-27 14:48:01下载
    积分:1
  • 696524资源总数
  • 103872会员总数
  • 62今日下载