2017.11.13 python+ Jlink+EFM32 批量烧录】的更多相关文章

1 Add whl files to Python a. install the  environment variable of path b . useing the CMD command  : pip install *** c. run  the batch program D.  Jlink-driver install…
Customer need program quickly asap. ok,I need to set up a table for test. 1 reference data http://www.cnblogs.com/tkinter/p/5632273.html https://github.com/laborer/stcflash 2install the software: Python 3programing jig with paba install You need the…
2017/11/13 Leetcode 日记 463. Island Perimeter You are given a map in form of a two-dimensional integer grid where 1 represents land and 0 represents water. Grid cells are connected horizontally/vertically (not diagonally). The grid is completely surro…
Mirra(截至2017/11/13)https://www.mirra.co/ 1.主要特点: 目前仅支持VR,不支持AR 在浏览器(仅支持chrome,firefox)上进行创作,但目前不能直接在浏览器上观看VR,需要下载软件观看 拖拽式创作(无需编程) · 资源:使用官网提供的3D模型.图片等资源:也可以从本地上传相应类型的资源 支持的类型有3D模型.图片.video.360°全景.文本.声音.表格 免费账户的资源空间限制为500M以下 2.创作内容分享 免费账户可以创作并观看他人分享的内…
CentOS7.3利用kubeadm安装kubernetes1.7.3完整版(官方文档填坑篇) https://www.cnblogs.com/liangDream/p/7358847.html 一.安装虚拟机,配置主机名称.ip和hosts lexiaofei105 192.168.136.105 lexiaofei106 192.168.136.106 lexiaofei107 192.168.136.107 lexiaofei108 192.168.136.108 lexiaofei109…
一.今日任务:城市体验平台小程序的开发(由于数据还未完善,今天主要是 UI 布局的开发) 二.所遇问题 1. flex 布局问题: html: <view class="flex-space-container city-info"> <navigator class="info" wx:for="{{ image }}" wx:key="{{ index }}" url="../list/list…
第七章 用函数实现模块化程序设计 (1)为什么要用函数? @function既是函数也是功能.函数就是用来完成一定功能的的(函数就是功能),函数名就是给这个功能起一个名字,一个C程序可由一个主函数和若干个其他函数构成. 所有的函数都是平行的,即在函数定义时是分别进行,是互相独立. 例题://输出以下结果,用过调用函数实现 /* *********** How are you! *********** */ #include<stdio.h> int main() { void print_st…
1 exe创建快捷方式,并且加后缀  program --serial 50114130   这是Win里面的一种调用说明. Please note that the programming logs are saved in C:\Logs when the desktop shortcut is used to start the programmer.In order to run programming from command line:a) without specifying ad…
1 J-LINK V8固件烧录指导 J-LINK 是使用过程中,如果内部固件意外损坏或丢失,请参考下面操作步骤说明,重新烧录JLINK固件. 1.1 安装固件烧录软件 请ATMEL官方网址下载AT91-ISP下载软件. 软件下载地址:http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3883 在打开的网页中,下载下图中红色框所示软件.   安装下载好的Install AT91-ISP v1.13.exe软件 双击Install AT…
一个 11 行 Python 代码实现的神经网络 2015/12/02 · 实践项目 · 15 评论· 神经网络 分享到:18 本文由 伯乐在线 - 耶鲁怕冷 翻译,Namco 校稿.未经许可,禁止转载!英文出处:iamtrask.欢迎加入翻译组. 概要:直接上代码是最有效的学习方式.这篇教程通过由一段简短的 python 代码实现的非常简单的实例来讲解 BP 反向传播算法. 代码如下:   X = np.array([ [0,0,1],[0,1,1],[1,0,1],[1,1,1] ]) y…