资源列表
fenzhi
- 凸包求解算法。 实现基于枚举方法的凸包求解算法 实现基于Graham-Scan的凸包求解算法 实现基于分治思想的凸包求解算法 对比三种凸包求解算法 -Convex hull algorithm. Based on Convex Hull algorithm enumeration method Based on Graham-Scan convex hull algorithm Based on Divide and Conquer convex hull alg
Factory
- Factory 模式的两个最重要的功能: 1)定义创建对象的接口,封装了对象的建; 2)使得具体化类的工作延迟到了子类中。 -Factory mode two most important functions: 1) the definition of an object to create an interface that encapsulates the construction objects 2) makes specific class work delaye
ADC1
- 实现ADC采样芯片外的模拟电压,通过LCD显示,并通过串口发送到PC机。-Analog voltage sampling ADC chip through LCD display and sent to the PC via the serial port.
24C04
- C8051F310通过SMBus实现与外部存储器的I2C通讯实例-The example demonstrates how the C8051F310 SMBus interface can communicata with a 256 byte I2C Serial FRAM(FM24C04A).
STM32_103_IIC
- STM32F103系列芯片实现IIC通信案例;并有详细注释说明,便于理解-STM32F103 series chip to realize the IIC communication case And have detailed notes, easy to understand
CS_CoSaMP
- 压缩采样匹配追踪(CompressiveSampling MP)是D. Needell继ROMP之后提出的又一个具有较大影响力的重构算法。CoSaMP也是对OMP的一种改进,每次迭代选择多个原子,除了原子的选择标准之外,它有一点不同于ROMP:ROMP每次迭代已经选择的原子会一直保留,而CoSaMP每次迭代选择的原子在下次迭代中可能会被抛弃。-compressed sensing
c51-clock
- c51单片机数码管闹钟程序,可定时调时,四按键,无时钟芯片,有蜂鸣器-c51 microcontroller digital clock program, the timing can be adjusted when, four buttons, no clock chip, there is a buzzer
ADC_IN0_1602
- MSP430 ADC0通道采集电压并显示到1602显示屏上 ADC 输入为 P60 管脚-MSP430 ADC0 voltage acquisition channels and displayed on the display screen 1602 ADC input pins P60
MPU9250
- MPU9250姿态解算,SPI与IIC两种通信方式可以选择。还有相关MPU9250的资料文档-MPU9250 attitude algorithm, SPI and IIC two communication modes to choose from. Have related MPU9250 information document
p2p
- 文件分发p2p应用设计与实现。 实现一个集中式索引的 P2P 服务器。集中式索引的 P2P 服务器是指由一台大型服务器(或服务器场)来提供索引服务。当用户启动 P2P 文件共享应用程序时,该应用程序将它的 IP 地址以及可供共享的文件名称通知索引服务器。索引服务器收集可共享的对象,建立集中式的动态数据库(对象名称到 IP 地址的映射)。这种索引方式的特点是:文件传输是分散的(P2P 的),但定位内容的过程是高度集中的(客户机/服务器)。 -P2p file distribution ap
Decorator-
- 在 OO 设计和开发过程,可能会经常遇到以下的情况:我们需要为一个已经定义好的类添加新的职责(操作),通常的情况我们会给定义一个新类继承自定义好的类,这样会带来一个问题。通过继承的方式解决这样的情况还带来了系统的复杂性,因为继承的深度会变得很深。 而 Decorator 提供了一种给类增加职责的方法,不是通过继承实现的,而是通过组合。-In OO design and development process you may often encounter the following situat
4KEY_1602
- MSP430f149 利用1602 液晶显示 4 位独立按键键值 -MSP430f149 using the 1602 LCD four independent key key
