摘要:
Default firmware for this guide is:2118it.binVersion 20.00.07.00Release date: 11-FEB-16 所有资源已转到百度盘: 链接: https://pan.baidu.com/s/1hsG9rXq 密码: vp4g WARN 阅读全文
摘要:
搬地方了,其他的部分看知乎:https://zhuanlan.zhihu.com/p/22114481 直到50年代,perceptron被Frank Rosenblatt搞了出来。perceptron的想法和pitts的路子就不大一样,perceptron关注MP神经元(MPN)本身的,而不是神经 阅读全文
摘要:
第三部分 NN-ANN 70年前的逆向推演 从这部分开始,调整一下视角主要学习神经网络算法,将其与生物神经网络进行横向的比较,以窥探一二。 现在基于NN的AI应用几乎是满地都是,效果也不错,这种貌似神奇的玩意怎么想出来的。个人不禁好奇,随后一通乱找。想理出来个线头,谁知一挖发现这线后面的故事太丰富, 阅读全文
摘要:
为进一步了解这种连接性产生的差异,在认识soma这个独立的逻辑单元后,进化过程设计了一整套系统设计来使用这个逻辑单元。为促成细胞体之间发生连接构成系统dendrite和axon之间的连接需要引入新的功能单元Synapses。Synapse叫做突触,书上说得特别好,这玩意是特指细胞间通讯的部位,它本身 阅读全文
摘要:
第一部分:皮层细胞 皮层结构由的量的细胞体构成。其构成相对简单,按照现代的解剖学认知主要由pyramidal cell,granular cell和Fusiform Cell组成。尽管在性态上进行了详细的划分,但对于总体特性而言细胞都具备相类似的特性。下图是一个详细的分解图,但对于本次的阅读而言我们 阅读全文
摘要:
1.安装 ubuntu 14.03 尽管android推荐 ubuntu 15, 安全起见,还是装LTS的14.04,步骤跳过 2. JDK: Marshmallow 需要 JDK8 ,添个源,顺手配下java sudo add-apt-repository ppa:openjdk-r/ppa su 阅读全文
摘要:
电信的网络越来越不靠普。ubuntu环境使用下面的source.listdeb http://mirrors.aliyun.com/ubuntu/ trusty main restricted universe multiversedeb http://mirrors.aliyun.com/ubun... 阅读全文
摘要:
aliyun的网络访问有时会有问题,pip有问题的时候使用豆瓣源pip install $apptoinstall$ -i http://pypi.douban.com/simple------------------------------------------------------------------------------------Step1.Perpare the basic packages1.instal pip and fabricsudo easy_install pip # no pip in ubuntu =1.0'2.install compilersu 阅读全文
摘要:
建站需要,随手记:Server Stack:-----------标准的mezzanine的Stack设置前端:Nginxwsgi:gunicorncms tool: mezzaninepython engine: DjangoDB:Postgres--------------服务器直接使用aliyun,infrastructure后续容易拓展。第一阶段直接使用单机部署:站点用途主要为PR发布和文档发布,直接使用CMS。方便页面管理。Operation SystemUbuntu 12.04系统盘x1数据盘x1云服务器 ECSDeploymentSVN deployprivate svn sit 阅读全文
摘要:
USB RNDIS/CDC White Paper January 15, 2003Original PDF Bruce BaldenCTO1 IntroductionMany of today's and almost all of tomorrow's smart peripherals (PDAs, cell phones, pagers, GPS, etc.) have adopted t... 阅读全文
摘要:
FSD管理器实现中有如下代码DWORD CStore::OpenDisk(){ DWORD dwError = ERROR_SUCCESS; STORAGE_IDENTIFICATION storageid; if (m_pBlockDevice) { m_hDisk = m_pBlockDevice->OpenBlockDevice(); } else { m_hDisk = Create... 阅读全文
摘要:
该学习模块化的驱动设计了,哈哈。While there have been several resources written to cover creating threads using Microsoft Win32 C functions, there is a shortage of information on how to handle threads in C++. Since C... 阅读全文
摘要:
Touchpad驱动分析日期: 2005-08-27Email:nasiry@eyou.comBlog:http://www.cnblogs.com/nasiry关于: windowsCE.net4.2触摸屏驱动分析1. 接口WindowsCe.net要求的触摸屏驱动DDI列表如下:TouchPanelGetDeviceCapsTouchPanelEnableTouchPanelDisableTo... 阅读全文
摘要:
What Is MTP? (Sidebar) Posted: Sep. 6, 2004Media Transfer Protocol (MTP) is a new protocol and accompanying set of drivers developed by Microsoft to connect portable devices to a Windows XP PC and sy... 阅读全文
摘要:
PlaysForSure/Napster to Go Testing, Part One GetFrom:http://www.microsoftmonitor.com/archives/006813.htmlWith flu and bronchitis delays behind, my Napster to Go testing moves rapidly forward; I dedica... 阅读全文
摘要:
Windows CE API机制初探创建时间:2005-07-08 更新时间:2005-07-08文章属性:原创文章提交:san (san_at_xfocus.org)Windows CE API机制初探整理:san创建:2005.07.06更新:2005.07.07--[ 目录1 - Windows CE架构2 - 列出所有系统API3 - Windows CE的系统调用4 - coredll.... 阅读全文
摘要:
朋友的文章,虽然对同一系统进行分析但方向不同,很有学习的价值.既然是国人写的应当也出个中文版配套阿。对san表示强烈抗议~~!;)==Phrack Inc.== Volume 0x0b, Issue 0x3f, Phile #0x06 of 0x14|=----------------------------------------------------------------------=||... 阅读全文
摘要:
串口驱动分析 Auth:nasiry date: 2005年4月12日 abort: windowsCE.net 420串口驱动分析 相关资料 虽然串口通讯已经是普遍的标准而且广为大家熟知,但驱动中涉及的部分内容也可能在平时的应用中并不是很常用到,在这里做一个简单的介绍待后面说明到具体代码的时候可以连贯一些。 串行通讯接口是目前十分流行的通讯接口之一。由于其电气界面的简单性... 阅读全文
摘要:
See MIPS Run (中文版) 译者: 中国Linux论坛CPU板, 中国XTRJ.ORG, 中国AKA.ORG, 译者的话 我们来自 中国Linux论坛(www.linuxforum.net), 系统软件研究所(www.xtrj.org) 和 AKA信息技术组织(www.aka.org.cn) . 我们在网络上相遇;我们在网络上相知. 共同的技术... 阅读全文
摘要:
天娜:重要的并不是结果!现在究竟为何而生…是为了事业?为了爱?活着的人只要能找到这一答案不就足够了吗? 艾德加:建立秩序是我的使命,真正的秩序只会产生于强权以外… 杰夫卡:生命…梦想…希望…自何而来?向何而去?就是这些东西摧毁了伟大的我?” 一、 失败投资 “一起来制作电影般的游戏吧…&... 阅读全文
摘要:
windowsCE异常和中断服务程序初探(=) ... 阅读全文
摘要:
---------by nasiry 转载请说明出处 1。中断/异常相量的装入和执行方式。 ... 阅读全文
摘要:
创建时间:2004-11-05 更新时间:2004-12-06文章属性:原创文章提交:san (san_at_xfocus.org)整理:san创建:2004.10.17更新:2004.11.09--[ 1. ARM简介从Platform Builder来看,Windows CE支持相当多CPU,但现在市场上实际销售的PDA几乎全部采用ARM芯片。ARM是一个RISC构架的32位微处理器,它一次有... 阅读全文
摘要:
Block Device Drivers for Flash Memory DevicesThe first version of Windows CE was used solely on platforms with battery-backed RAM storage with a simple file system to manage the storage. However, Wind... 阅读全文
摘要:
The sample device drivers included with the Windows CE Platform Builder come in two forms: monolithic and layered. Source code for a monolithic driver consists of both interrupt service thread code an... 阅读全文
摘要:
Driver Code Structure Most Windows CE–based device drivers use a layered approach. The advantage of this approach is that you only need to modify the upper or the lower layer. The upper layer is... 阅读全文
摘要:
Multimedia Streaming on Microsoft Windows CE 3.0 Microsoft CorporationJune 2000Summary: This paper discusses the multimedia streaming capabilities using Windows Media™ components included in Mic... 阅读全文
摘要:
Interrupt Architecture in Microsoft Windows CE .NET Nat Frampton, Windows Embedded MVP President, Real Time Development Corp.July 2002Applies to: Microsoft® Windows® C... 阅读全文
摘要:
Creating a Board Support Package Using the Windows CE .NET CEC Editor Bruce Eitman Windows Embedded MVP Accelent Systems Inc. January 2003Applies to: Microsoft® Windows... 阅读全文
摘要:
Microsoft Windows CE 5.0 Board Support Package, Boot Loader, and Kernel Startup SequenceMark Plagge Microsoft Corporation May 2004Applies to: Microsoft® Windows® CE 5... 阅读全文
摘要:
The Case of the Missing Ordinal Mike Hall Microsoft Corporation Steve Maillet Entelechy Consulting March 10, 2003Summary: Mike Hall takes a look at missing ordinals from coredll.dll and how to determi... 阅读全文
摘要:
--------------by nasiry 转载请说明出处以下为依据微软提供的资料整理出来的Flat Virtual memory MAP 阅读全文
摘要:
Connecting the Lubbock device over USB using Windows 2000 and ActiveSync 3.5: ----------------------------------------------------------------------------- The following section provides the nec... 阅读全文
摘要:
... 阅读全文
摘要:
Formats:struct BinFile{ BYTE signature[7]; // = { 'B', '0', '0', '0', 'F', 'F', '\a' } ... 阅读全文
摘要:
---------------by nasiry &... 阅读全文
摘要:
---------------by nasiry ... 阅读全文
摘要:
---------------by nasiry &... 阅读全文
摘要:
205.252.144.228 202.175.3.8 202.96.134.133 202.96.154.8 202.96.154.15 202.96.0.133 202.96.199.133 202.97.16.195 202.106.0.20 202.106.148.1 202.106.196.115 202.96.128.143 202.96.128.68 202.96.199.132 2... 阅读全文