码迷,mamicode.com
首页 >  
搜索关键字:embedded    ( 592个结果
oc/object-c/ios用int还是NSInteger
当需要使用int类型的变量的时候,可以像写C的程序一样,用int,也可以用NSInteger,但更推荐使用NSInteger,因为这样就不用考虑设备是32位的还是64位的。可以看如下定义:#if__LP64__||(TARGET_OS_EMBEDDED&&!TARGET_OS_IPHONE)||TA...
分类:移动开发   时间:2014-08-17 02:19:51    阅读次数:232
如何把js文件编译成dll供页面调用
1. 在解决方案中添加一个项目:JSControl 2. 在这个项目添加一个js文件(JScript1.js) 脚本的内容: function showAlert(){ alert('Today is a good dary'); } 3. 改变JScript1.js的属性,Build Action为Embedded Resource(嵌入的资源) 4. 在JSControl项目的A...
分类:Web程序   时间:2014-08-12 13:42:14    阅读次数:198
Phoenix(sql on hbase)简介
Phoenix(sql on hbase)简介 介绍: Phoenix is a SQL skin over HBase delivered as a client-embedded JDBC driver targeting low latency queries over HBase data. Phoenix takes your SQL query, compile...
分类:数据库   时间:2014-08-11 21:28:33    阅读次数:589
【JavsScript】推荐五款流行的JavaScript模板引擎
摘要:Javascript模板引擎作为数据与界面分离工作中最重要一环,受到开发者广泛关注。本文通过开发实例解析五款流行模板引擎:Mustache、Underscore Templates、Embedded JS Templates、HandlebarsJS、Jade templating。近日一位2...
分类:编程语言   时间:2014-08-10 10:21:20    阅读次数:329
BlueDroid介绍
自从Android 4.2开始,Android开始使用自己的蓝牙协议栈BlueDroid,而不是bluezBlueDroid可分为两层: - BTE: Bluetooth Embedded System - BTA: Bluetooth Application LayerBTE实现了核心的...
分类:其他好文   时间:2014-08-02 23:23:34    阅读次数:329
ZOJ 1639 Hang Up the System (状态压缩)
Hang Up the System Time Limit: 2 Seconds      Memory Limit: 32768 KB You're going to design a multi-task operating system for an embedded system. Because the resources are limited on this mini c...
分类:其他好文   时间:2014-08-02 18:22:13    阅读次数:328
Zybo GPIO Demo Run Embedded Linux
1.Environment Ubuntu 12.04 x86_64 Vivado 2013.4 SDK 2013.4 2.Pre-requisites 2.1 CodeSourcery arm-gcc toolchain lite 32-bit compatible git clone https:...
分类:系统相关   时间:2014-08-02 15:10:13    阅读次数:1289
IAR EWAVR v5.3.02-ISO 1CD
IAR EWAVR v5.3.02-ISO 1CDIAR产品(一整套的嵌入式开发环境):IAR.visualSTATE.v5.3.0.1052(业界第一个图形化状态机设计工具,它能为嵌入式系统产生非常紧凑的c代码)IAR.Embedded.Workbench.for.8051.MSC-51.v7.2...
分类:其他好文   时间:2014-07-28 13:45:50    阅读次数:284
Single-stack real-time operating system for embedded systems
A real time operating system (RTOS) for embedded controllers having limited memory includes a continuations library, a wide range of macros that hide ...
分类:其他好文   时间:2014-07-28 11:26:00    阅读次数:301
Coremicro Reconfigurable Embedded Smart Sensor Node
A Coremicro Reconfigurable Embedded Smart Sensor Node has the capability of hosting intelligent algorithms to support health monitoring applications a...
分类:其他好文   时间:2014-07-25 02:43:04    阅读次数:330
592条   上一页 1 ... 55 56 57 58 59 60 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!