搜索资源列表
rtklib_2.4.1 卫星数据解算的程序
- rtklib 版本2.4.1 An Open Source Program Package for GNSS Positioning 日本开源网站上提供的关于卫星数据解算的程序。All of the executable binary APs for Windows are included in the package as well as whole source programs of the library and the APs. * For real-time PP
Introduction_to_DUAL-CORE.doc.tar
- Introduction to Dual-Core Development This procedure will introduce tools that are useful for developing applications that can utilize both processing cores available with the OMAP 5912 processor. Introduced are the LinuxDSP tools for compiling
1652s_2
- The AT76C901 is highly integrated ASIC that can be used as a part of a wireless phone that utilizes an 802.11 LAN-based wireless medium and carries Voice over IP (VoIP) packets. Specified in this datasheet, an ARM® processor-based subsystem (
EmbededSystem
- embeded system for linux c++ the content is written in chinese but it from practical and can give you good advice on how to study linux
linux
- 你对linux的版本了解吗?如果不了解可以下载下来看看看。-Do you know? Linux version If you do not understand can download under the terms of look.
Redis-deployment-on-windows
- redis是一个key-value存储系统。和Memcached类似,它支持存储的value类型相对更多,包括string(字符串)、 list(链表)、set(集合)、zset(sorted set –有序集合)和hash(哈希类型)。这些数据类型都支持push/pop、add/remove及取交集并集和差集及更丰富的操作,而且这些操作都是原 子性的。在此基础上,redis支持各种不同方式的排序。与memcached一样,为了保证效率,数据都是缓存在内存中。区别的是redis会周期性的 把更新