http://www.elnec.com/products/universal-programmers/smartprog2/ 40 powerful TTL pindrivers provide H/L/pull_up/pull_down and read capability for each pin of socket. Advanced pindrivers incorporate high-quality high-speed circuitry to deliver signals…
http://www.elnec.com/products/universal-programmers/beeprog2c/ FPGA based totally reconfigurable 48 powerful TTL pindrivers provide H/L/pull_up/pull_down and read capability for each pin of socket. Advanced pindrivers incorporate high-quality high-sp…
http://www.edaboard.com/thread227388.html Hi, i have designed a 48 pin universal programmer but need help finishing it off, is anyone up for the challange? Programmer info:LPC2388 ARM7TDMI CPU with USB2XDC/DC Converters48 universal pin drivers which…
BeeHive204 Very fast universal 4x 48-pindrive concurrent multiprogramming system with ISP capability BeeProg2 Very fast universal 48-pindrive Programmer with USB/LPT interface and ISP capability BeeProg2C Very fast universal 48-pindrive Programmer wi…
单片机应用系统由硬件和软件组成,软件的载体是硬件的程序存储器,程序存储器采用只读存储器,这种存储器在电源关闭后,仍能保存程序,在系统上电后,CPU可取出这些指令重新执行.只读存储器(Read Only Memory,ROM)中的信息一旦写入,就不能随意更改,特别是不能在程序运行过程中写入新的内容, 本文引用地址: http://power.21ic.com//digi/technical/201805/62042.html 故称只读存储器.向ROM中写入信息称为ROM编程.根据编程方式不同, 掩…
今天呢,犯了一个很严重的错误,我不知道这会产生什么样的影响,但我知道,如果我以后再没有具体的了解,仔细认真地观察,认证,只会滑到无底的深渊.做技术来不得半点虚假,切记一知半解,凡事都要弄得清楚明白,认识东西是有顺序的,从简单到困难,从外观,到内部,一个东西起什么样的作用,为什么会起这样的作用,也是很重要的,一直以来,我都认为自己是一个很较真的人,但最近发现,我都没有把把这优点用到正地方,好了,开始今天的正题,今天,讲的是我犯的一个错误,一个技术不该犯得错误. 这篇文章是给自己提个醒,给自己一个承…
5 Techniques To Understand Machine Learning Algorithms Without the Background in Mathematics Where does theory fit into a top-down approach to studying machine learning? In the traditional approach to teaching machine learning, theory comes first req…
http://sourceforge.net/projects/openprogrammer/?source=navbar Open Programmer http://openprog.altervista.org/OP_eng.html#Quick Open Programmer v0.8.x Quick facts Completely free and Open Source (including firmware) Programs PIC10-12-16-18-24, dsPIC30…
Features SEEprog is universal programmer of all types of serial EEPROMs in 8-pin package. SEEprog enables programming EEPROMs with interface types IIC (24Cxx), Microwire (93Cxx) and SPI (25Cxx). Programmer supports programming LV EEPROMs (3.3V). The…
https://code.google.com/p/vsprog/ CLI program support USB_TO_XXX of Versaloon. Support AVR_ISP/JTAG, S51_ISP, C8051F_JTAG/C2, STM32_ISP, MSP430_JTAG, PSOC_ISSP, SVF_PLAYER. https://code.google.com/p/usbprog/ Open Hardware USB Programmer https://code.…
Computer Systems A Programmer's Perspective Second Edition A Universal Serial Bus (USB) controller is a conduit for devices attached to a USB bus, which is a wildly popular standard for connecting a variety of peripheral I/O devices, including keyboa…
The Brain as a Universal Learning Machine This article presents an emerging architectural hypothesis of the brain as a biological implementation of a Universal Learning Machine.  I present a rough but complete architectural view of how the brain work…
找了好久才发现的,好东西.介绍怎么使用uno对mini 刷Rootloader **SOLUTION** Reinstall the Arduino Pro Mini Bootloader using my Arduino Uno as an ISP Programmer! To resolve the errors I burned the bootloader to the Arduino Pro Minis using my functioning Arduino Uno as an IS…
源:Reinstall the Arduino Pro Mini Bootloade ISP To resolve the errors I burned the bootloader to the Arduino Pro Minis using my functioning Arduino Uno as an ISP. For the most part I followed the instructions here: http://www.sparkfun.com/tutorials/24…
     An universal algorithm design of fixed length substring locating Stringlocating is a very common operation not only in the SQL design but also in theclient development tools, in which functions are also supplied to realize thelocating operation,…
  DB Query Analyzer 6.03, the most excellent Universal database Access tools on any Microsoft Windows OS DB Query Analyzer is presented by Master Genfeng, Ma from Chinese Mainland. It has English version named 'DB Query Analyzer' and Simplified Chi…
MCU的启动方式有很多种:UART接口,扩展的静态存储单元(NOR Flash), SPI Flash,quad SPI Flash,高速USB0和USB1.另外可以通过对OTP存储单元的编程. 首先看下内存映射: 在MCU复位之后,ARM处理器将会从ROM区域执行代码. LPC43XX包含一个隐藏指针允许内存区域映射到地址0x00000000. 隐藏指针的默认值为0x1040 0000,保证了启动ROM中的代码在复位的时候被执行. 如果启动方式从flash区域开始,那么系统默认会从内部flas…
这两天在弄分享,从第三方应用或者浏览器打开自己app的东西 传统的方式是通过URL Scheme的方式,但是iOS9以后又出了新的更完美的方式Universal Links. 传统的URL Scheme方式微信内置的浏览器都是封锁了所有它投资的公司之外的,只有白名单的才可以(比如京东,B站,等).Universal Links也不能算是完美的实现,但是已经是目前为止最好的了. 就说一下这个东西的介绍,就像在windows里面为某一类型的文件添加了默认的打开方式.只不过这个文件类型变成了某一个“域…
一.定义: ISP:Interface Segregation Principle 接口隔离原则表明客户端不应该被强迫实现一些他们不会使用的接口,应该把胖接口中的方法分组,然后用多个接口代替它,每个接口服务于一个子模块 使用多个专门的接口比使用单一的总接口要好.一个类对另外一个类的依赖性应当是建立在最小的接口上的.一个接口代表一个角色,不应当将不同的角色都交给一个接口.没有关系的接口合并在一起,形成一个臃肿的大接口,这是对角色和接口的污染.   “不应该强迫客户依赖于它们不用的方法.接口属于客户…
➠更多技术干货请戳:听云博客 摘要 本文面向,初级网络工程师,数据挖掘工程师,涉及EGP(外部网关协议; Exterior Gateway Protocol),IGP(内部网关协议; Interior Gateway Protocol)两类协议,AS(自治系统;Autonomous System)构成,whois内容解析及部分RPSL(路由策略规范语言;Routing Policy Specification Language)语法,了解所谓的运营商库中的ISP到底是个什么鬼.资深运维玩家速速退…
USING SQLITE IN WINDOWS 10 UNIVERSAL APPS 1.下载SQLite VSIX package并安装 http://sqlite.org/download.html reference -> Windows Universal -> Extensions. 2.安装SQLite.Net-PCL 3.SQLite.Net-PCL依赖于SQLite.Net.Core-PCL,在NuGet里安装它 4.如果要异步,在NuGet里安装SQLite.Net.Async…
公司的运维,发现最近大量的请求 /.well-known/apple-app-site-association这个文件,造成了大量的404,可是这是谁请求的呢? 其实是苹果从iOS9.3开始更改了通用链接的请求文件的路径了 从原来的 /apple-app-site-association 到现在的/.well-known/apple-app-site-association 官网文档UniversalLinks文档中 Upload the apple-app-site-association f…
The Address Book does not contain a cross certificate capable of validating the public key. 地址本不包含交叉证书验证公钥的能力. 解决方法: 对该数据库签名在Domino   administrator-> 文件:选中数据库,点击右键,选择“签名”…
声明 以下内容取材于 Bob Tabor 的课程<Windows Phone 8.1 Development for Absolute Beginners>,链接地址为:http://www.microsoftvirtualacademy.com/training-courses/windows-phone-8-1-development-for-absolute-beginners 前言 Universal App是一种跨平台的应用开发,目前主要面向Windows和Windows Phone…
前言:有朋友问我,设计模式原则这些东西在园子里都讨论烂了,一搜一大把的资料,还花这么大力气去整这个干嘛.博主不得不承认,园子里确实很多这方面的文章,并且不乏出色的博文.博主的想法是,既然要完善知识体系,就不能半途而废.今天就来看看设计模式原则的另一个:接口隔离原则. 软件设计原则系列文章索引 C#软件设计——小话设计模式原则之:依赖倒置原则DIP C#软件设计——小话设计模式原则之:单一职责原则SRP C#软件设计——小话设计模式原则之:接口隔离原则ISP C#软件设计——小话设计模式原则之:开…
一.广告从何而来? 利益让人铤而走险,从而推动行业“发展”:广告的利益还真不小,xx房产门户网站上一个广告位少则几千,多则几十万:记得在校读书的时候,刚学会做网站,第一想法就是等自己的网站发展成熟有人气之后,去接广告放在上面,以此获取收益,后来确实也这样做了,可是结局没有想象的那么美好,就当收获了那份最初的努力吧,会做网站之后亲身经历了房产门户网广告带来的效益,看到管理员发布了满屏的广告,开发网站的我瞬间石化了,他一个DIV(广告位),就可以让他坐享收益,谁让别人是门户网呢,你情我愿,充满商机.…
先看官方文档:https://developer.apple.com/library/ios/documentation/General/Conceptual/AppSearch/UniversalLinks.html 简单解释一下 我们都知道ios应用能够注册自己的URL Schemes,之后通过点击链接访问应用,比如 TheTest://testUrl. 而如果是普通的http或者https链接,那么就会用safari打开. 如果我有一个资源,比如是一个pdf文件,在游览器中可以访问,地址是…
http://ss64.com/nt/syntax-groups.html Rules that govern when a group can be added to another group (same domain): - Global groups can be nested within Domain Local groups, Universal groups and within other Global groups in the same domain. - Universa…
设计模式之六大原则——接口隔离原则(ISP)  转载于:http://www.cnblogs.com/muzongyan/archive/2010/08/04/1792528.html 接口隔离原则 Interface Segregation Principle    定义: 客户端不应该依赖它不需要的接口 类间的依赖关系应该建立在最小的接口上 我们可以把这两个定义概括为一句话:建立单一接口,不要建立臃肿庞大的接口.再通俗一点讲:接口尽量细化,同时接口中的方法尽量少. 提供给每个模块的都应该是单…
如何实现Universal Link? 简单地说三步,1.把一个配置文件放在指定服务器根目录 2.在Xcode中设置AssociateDomain 3.安装app时,会根据Xcode中设置的AssociateDomain 去服务器下载配置文件.  如此一来,当你的链接符合,便会从链接跳到App 一.在服务器根目录放置配置文件(apple-app-site-assiociation) 1.配置文件的格式 ,放置到服务器时把后缀名.json去掉 {    "applinks": {    …