-
hooke
hooke-jeeves模式搜索法具有很好的求解最优解的功能,本算法是Mark G. Johnson 编写的,大家可以参考学习(Nonlinear Optimization using the algorithm of Hooke and Jeeves)
- 2015-02-01 23:09:06下载
- 积分:1
-
CGridCtrl_demo
CGridCtrl 工程,可以修改表格颜色,合并单元格,设置表格为日期,下拉框选择框等(CGridCtrl project, you can modify the table color, merge cells, set the table to date, drop-down box selection box, etc.)
- 2018-12-10 18:28:04下载
- 积分:1
-
STM32F103-2017全国电子设计大赛接收端代码
说明: STM32F103-2017全国电子设计大赛接收端代码
2017年电子设计大赛H题(STM32F103-2017 National Electronic Design Competition Receiver Code
Question H of 2017 Electronic Design Competition)
- 2020-06-19 09:15:41下载
- 积分:1
-
stm32 ADC多通路采样
stm32 ADC多通路采样
#include "adc.h"
#define ADC1_DR_Address ((uint32_t)0x4001244C)
__IO uint16_t ADCConvertedValue[2];
void Adc_Init(void)
{
GPIO_InitTypeDef GPIO_InitStrue;
ADC_InitTypeDef ADC_InitStrue;
DMA_InitTypeDef DMA_InitStructure;
RCC_AHBPeriphClockCmd(RCC_AHBPeriph_DMA1, ENABLE);//DMA时钟使能
RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOA|RCC_APB2Periph_ADC1,ENABLE);//GPIO、ADC1时钟使能
RCC_ADCCLKConfig(RCC_PCLK2_Div6);//ADC时钟6分频
GPIO_InitStrue.GPIO_Mode = GPIO_Mode_AIN;
GPIO_InitStrue.GPIO_Pin = GPIO_Pin_1|GPIO_Pin_2;
GPIO_InitStrue.GPIO_Speed = GPIO_Speed_50MHz;
GPIO_Init(GPIOA,&GPIO_InitStrue);//PA1、PA2 I/O口配置
DMA_DeInit(DMA1_Channel1);//DMA通道1复位
DMA_InitStructure.DMA_PeripheralBaseAddr = ADC1_DR_Address;
- 2023-05-09 20:05:03下载
- 积分:1
-
DDS
文利用直接数字频率合成器(DDS)与CPLD技术和单片机控制技术,研制和
设计了高分辨率、高稳定度的函数信号发生(Wen using direct digital frequency synthesizer (DDS) and CPLD technology and single-chip microcomputer control technology, development and
Design of high resolution, high stability function of the signal
)
- 2013-08-27 14:20:22下载
- 积分:1
-
BP曲线拟合代码
用labview实现误差反传算法,使得初始曲线不断学习逼近给定曲线(The error backpropagation algorithm is implemented by LabVIEW, so that the initial curve is constantly learning to approximate a given curve.)
- 2018-07-19 10:30:42下载
- 积分:1
-
定时器1
说明: 该程序为大家提供定时器程序例程。给大家一个参考,来实现简单的定时功能(This program provides you with timer routines. Give you a reference to achieve a simple timing function)
- 2020-06-17 19:00:01下载
- 积分:1
-
slLinqSql
silverlight 连接数据库实例(silverlight Link to datdbase)
- 2010-02-10 23:39:10下载
- 积分:1
-
Tranform-tif-in-Matlab
C:Documents and SettingsAdministrator桌面\Tranform tif in Matlab.rar
- 2014-09-14 17:04:26下载
- 积分:1
-
shubiao
(9)鼠标器程序
主程序是shubiao.C,可以使用Turbo C工具来调试。((9) Program mouse
The main program is shubiao.C, you can use Turbo C tools to debug.)
- 2014-12-09 09:42:41下载
- 积分:1