资源列表
通过消息传送数据
- 很好的操作系统课程设计,功能是利用命名管道进行通信,能学到很多东西-good courses on operating system design, function is to use named pipes for communication, a lot of things can be learned
beansdb-0.3.0.tar
- BeansDB 是一个主要针对大数据量、高可用性的分布式KeyValue存储系统,采用HashTree和简化的版本号来快速同步保证最终一致性(弱),一个简化版的Dynamo。 它采用类似memcached的去中心化结构,在客户端实现数据路由。目前只提供了Python版本的客户端,其它语言的客户端可以由memcached的客户端稍加改造得到。 -BeansDB 是一个主要针对大数据量、高可用性的分布式KeyValue存储系统,采用HashTree和简化的版本号来快速同步保证最终一致性(
SolarHv_DCAC_PiccoloB_Rev_02
- TI的高压太阳能管理程序,带直流转交流,基于piccolo系列单片机-TI s high-voltage solar energy management program with the DC to AC series of microcontrollers based on piccolo
yanzhengmasilu
- 网页上的验证码的读取与二值化与分割思想应用,可惜是没有实现验证识别。-Verification code on the page reads binary thinking and split application, unfortunately it was not implemented to verify identification.
47751732huffman
- 文件的压缩与文件的解压缩,具体包含几个函数,哈弗曼编码的实现 哈弗曼树的建立-File compression and decompression of files, specifically contains several functions, Hafu Man coding Hafu Man tree to establish
电梯系统-亚子
- 这是一个用vc来实现的电梯系统,他动态的实现了电梯的功能-vc used to achieve the elevator system, the realization of a dynamic lift the function
huffman
- 用哈夫曼编码实现文件压缩和解压缩. 压缩过程的实现:1创建Haffman树 2打开需压缩文件 3将需压缩文件中的每个ascii码对应的haffman编码按bit单位输出 4文件压缩结束
USART
- 金牛开发板完整USART串口通讯例程,stm32f107vc-Taurus development board complete USART serial communication routines, stm32f107vc
rfid-dianzidaohang
- 利用RFID,在windowce嵌入式环境下实现电子导航-The use of RFID, embedded in the environment windowce achieve electronic navigation
boltzman
- boltzman distribution simulation
FileManager2_source_XE6_20_04_2014
- This example needed for create simple filemanager for android on embarcadero delphi xe 5 or xe7
sort
- 对快速,选择,冒泡,插入,希尔,堆,基数,位图排序进行比较