-
friendtest4
有关友元函数,对于初学者是一个非常不错参考例子(friend
)
- 2009-11-30 19:36:03下载
- 积分:1
-
drive_motor
电机驱动,嵌入式应用,很好的资料,我也刚找到。和大家分享(Motor drive, embedded applications, very good information, I have just found. And the U.S. share)
- 2008-03-16 10:27:07下载
- 积分:1
-
Sig_Generate
stm32制作简易信号源,产生方波三角波和正弦波(STM32 makes simple signal source to produce square wave triangle wave and sine wave)
- 2019-07-07 11:22:53下载
- 积分:1
-
24c16_page_operation.docx
AT24C16非易失性掉电存储芯片的页读写的操作时序程序(AT24C16 EEPROM page write operation timing of the program)
- 2011-08-24 10:45:54下载
- 积分:1
-
cuda编码H264
CUDA编码H264,VS2008工程,内部包含测试视频,cudaencoder.cpp,希望对大家有所帮助,
- 2022-08-11 08:16:10下载
- 积分:1
-
lsm6dsl
lsm6dsl基于stm32f407的开发,详细代码,
/* Includes ------------------------------------------------------------------*/
#include "lsm6dsl.h"
#include "spi.h"
#include "usart.h"
#include "delay.h"
#include
//³õʼ»¯LSM6DSLµÄIO¿Ú
void LSM6DSL_Init(void)
{
uint8_t Device_ID;
GPIO_InitTypeDef GPIO_InitStructure;
RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOG, ENABLE);//ʹÄÜGPIOGʱÖÓ
//GPIOI7ÍÆÍìÊä³ö
GPIO_InitStructure.GPIO_Pin = GPIO_Pin_7;
GPIO_InitStructure.GPIO_Mode = GPIO_Mode_OUT;//ÆÕͨÊä³öģʽ
GPIO_InitStructure.GPIO_OType = GPIO_OType_PP;//ÍÆÍìÊä³ö
GPIO_InitStructure.GPIO_Speed = GPIO_Speed_100MHz;//100MHz
GPIO_InitStructure.GPIO_PuPd = GPIO_PuPd_UP;
GPIO_Init(GPIOG, &GPIO_InitStructure);//³õʼ»¯PG7
LSM6DSL_SPI_Init();
- 2022-02-16 01:20:43下载
- 积分:1
-
一种新式遗传算法 OGA
An Orthogonal Genetic Algorithm with Quantization for Global Numerical optimition.pdf目前比较好的一种新式遗传算法其中详细的给出了拉丁方格的计算法,可进行高维函数计算(An Orthogonal Genetic Algorithm with Quantization for Global Numerical optimition.pdf relatively good at present a new genetic algorithm which gives a detailed calculation of Latin squares, high-dimensional function can be calculated)
- 2009-01-08 18:42:26下载
- 积分:1
-
-Tabu-Search-to-Solve-the-JSSP-with-SD-Setup-Time
Tabu search for Job shop
- 2013-09-16 01:33:55下载
- 积分:1
-
mom
矩量法仿真电磁辐射和散射的源代码(c++) (Moment Method Simulation of electromagnetic radiation and scattering of the source code (c++))
- 2021-03-20 23:59:18下载
- 积分:1
-
mbedtls tls加密套件
mbedtls加密套件,在vs上可运行,vs上实现了客户端和服务器模拟测试,证书模拟测试,可以模拟各种加密套件的工作方式,方便学习
- 2023-04-17 19:25:04下载
- 积分:1