搜索资源列表
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
qls-3.1.90
- Windows Develop Linux-Unix program Internet-Socket-Network Web Server-Windows Develop Linux-Unix program Internet-Socket-Network Web Server
Wordware-Publishing---Memory-Management
- The book explains memory management methods from DOS to Windows and Linux. The explanation gives example in in C and Assembly language (some of them are inline assembly inside a C program). The book is the most comprehensive explanation in low-level
A-Tale-of-Four-Kernels-(FreeBSD--Linux--OpenSolar
- By Diomidis Spinellis,Athens University of Economics and Business, Greece, May 2008 The FreeBSD,GNU/Linux,Solaris,and Windows operating systems have kernels that provide comparable facilities. Interestingly, their code bases share almost no comm
113
- 在Windows上安装Hadoop教程 大数据火热的年代,不得不提的Hadoop,方便不熟悉Linux的同学们-Install Hadoop big data fiery s tutorial on Windows, I must mention Hadoop, to facilitate the students are not familiar with Linux
verilog_intro-Cygwin
- verilog_intro-Cygwin environment and as a design tool. The Cadence design tool suite is installed on the Linux servers on our network. We will use be using the GUI interface which will allow us to view waveforms in a timing diagram. This also r
Redis-deployment-on-windows
- redis是一个key-value存储系统。和Memcached类似,它支持存储的value类型相对更多,包括string(字符串)、 list(链表)、set(集合)、zset(sorted set –有序集合)和hash(哈希类型)。这些数据类型都支持push/pop、add/remove及取交集并集和差集及更丰富的操作,而且这些操作都是原 子性的。在此基础上,redis支持各种不同方式的排序。与memcached一样,为了保证效率,数据都是缓存在内存中。区别的是redis会周期性的 把更新