资源列表

排序选择:

« 1 2 ... .38 .39 .40 .41 .42 237443.44 .45 .46 .47 .48 ... 267456 »

[数据结构常用算法sousuosuanfa

说明:搜索算法. 实现基于树的基本搜索算法(BFS)的哈密顿环. 实现基于树的基本搜索算法(DFS)的哈密顿环. 实现基于爬山法的的哈密顿环. 利用分支界限算法实现最小哈密顿环. -Search algorithm. To achieve the basic algorithm tree search (BFS) Hamiltonian ring. Implement basic search algorithm (DFS) based on tree ring Hamil
<大酱> 在 2025-09-18 上传 | 大小:3kb | 下载:0

[单片机(51,AVR,MSP430等)4KEY_1602

说明:MSP430f149 利用1602 液晶显示 4 位独立按键键值 -MSP430f149 using the 1602 LCD four independent key key
<崔利> 在 2025-09-18 上传 | 大小:37kb | 下载:0

[Windows编程Decorator-

说明:在 OO 设计和开发过程,可能会经常遇到以下的情况:我们需要为一个已经定义好的类添加新的职责(操作),通常的情况我们会给定义一个新类继承自定义好的类,这样会带来一个问题。通过继承的方式解决这样的情况还带来了系统的复杂性,因为继承的深度会变得很深。 而 Decorator 提供了一种给类增加职责的方法,不是通过继承实现的,而是通过组合。-In OO design and development process you may often encounter the following situat
<赵威> 在 2025-09-18 上传 | 大小:1.69mb | 下载:0

[Internet/网络编程p2p

说明:文件分发p2p应用设计与实现。 实现一个集中式索引的 P2P 服务器。集中式索引的 P2P 服务器是指由一台大型服务器(或服务器场)来提供索引服务。当用户启动 P2P 文件共享应用程序时,该应用程序将它的 IP 地址以及可供共享的文件名称通知索引服务器。索引服务器收集可共享的对象,建立集中式的动态数据库(对象名称到 IP 地址的映射)。这种索引方式的特点是:文件传输是分散的(P2P 的),但定位内容的过程是高度集中的(客户机/服务器)。 -P2p file distribution ap
<大酱> 在 2025-09-18 上传 | 大小:5.58mb | 下载:0

[其他嵌入式/单片机内容MPU9250

说明:MPU9250姿态解算,SPI与IIC两种通信方式可以选择。还有相关MPU9250的资料文档-MPU9250 attitude algorithm, SPI and IIC two communication modes to choose from. Have related MPU9250 information document
<龙轩> 在 2025-09-18 上传 | 大小:952kb | 下载:0

[单片机(51,AVR,MSP430等)ADC_IN0_1602

说明:MSP430 ADC0通道采集电压并显示到1602显示屏上 ADC 输入为 P60 管脚-MSP430 ADC0 voltage acquisition channels and displayed on the display screen 1602 ADC input pins P60
<崔利> 在 2025-09-18 上传 | 大小:52kb | 下载:0

[单片机(51,AVR,MSP430等)c51-clock

说明:c51单片机数码管闹钟程序,可定时调时,四按键,无时钟芯片,有蜂鸣器-c51 microcontroller digital clock program, the timing can be adjusted when, four buttons, no clock chip, there is a buzzer
<黄欣华> 在 2025-09-18 上传 | 大小:8kb | 下载:0

[其他小程序CS_CoSaMP

说明:压缩采样匹配追踪(CompressiveSampling MP)是D. Needell继ROMP之后提出的又一个具有较大影响力的重构算法。CoSaMP也是对OMP的一种改进,每次迭代选择多个原子,除了原子的选择标准之外,它有一点不同于ROMP:ROMP每次迭代已经选择的原子会一直保留,而CoSaMP每次迭代选择的原子在下次迭代中可能会被抛弃。-compressed sensing
<黄翔> 在 2025-09-18 上传 | 大小:1kb | 下载:0

[其他嵌入式/单片机内容STM32_103_IIC

说明:STM32F103系列芯片实现IIC通信案例;并有详细注释说明,便于理解-STM32F103 series chip to realize the IIC communication case And have detailed notes, easy to understand
<龙轩> 在 2025-09-18 上传 | 大小:543kb | 下载:0

[单片机(51,AVR,MSP430等)24C04

说明:C8051F310通过SMBus实现与外部存储器的I2C通讯实例-The example demonstrates how the C8051F310 SMBus interface can communicata with a 256 byte I2C Serial FRAM(FM24C04A).
<dyingto> 在 2025-09-18 上传 | 大小:5kb | 下载:0

[单片机(51,AVR,MSP430等)ADC1

说明:实现ADC采样芯片外的模拟电压,通过LCD显示,并通过串口发送到PC机。-Analog voltage sampling ADC chip through LCD display and sent to the PC via the serial port.
<dyingto> 在 2025-09-18 上传 | 大小:2kb | 下载:0

[其他小程序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
<赵威> 在 2025-09-18 上传 | 大小:1.66mb | 下载:0
« 1 2 ... .38 .39 .40 .41 .42 237443.44 .45 .46 .47 .48 ... 267456 »

源码中国 www.ymcn.org