-
CCS6.0Graphdisplayset显示波形设置实例
设置Graph模块的例程,查看DSP中的变量变化情况,适合初学者。(See how the variables in the DSP change.)
- 2018-05-08 16:51:57下载
- 积分:1
-
c# 调用com组件例子源码 (ie内核封装)
ie内核封装,功能比较全面,c#调用
- 2015-03-19下载
- 积分:1
-
map34587
用c#开发的显示地图数据,并将地图数据存放到文件中,以及在文件中调用(Developed with C#, it can display the map data,save the map to a file,and open it from a file.)
- 2005-05-17 08:23:02下载
- 积分:1
-
54ca83b4
说明: 压缩包内自带飞行数据,直接可用,附带结果说明word(The flight data is provided in the compressed package, which is directly available, and the result description word is attached)
- 2020-08-21 00:44:19下载
- 积分:1
-
Elevators
电梯仿真系统的实现,包含源码和文档。(Elevator simulation system, including source code and documents.)
- 2021-04-19 20:18:51下载
- 积分:1
-
DicomReadOCX
RunDCM 给定Dicom文件名称,图片将按该文件明保存为.bmp文件
属性 info 返回一个字符串,包含Dicom信息
也支持Bmp->Dicom但接口暂没开放,需要的
如有需要请与我联系:QQ:649271743
Hotmail:xyzyjg@hotmail.com(RunDCM given Dicom file name, Photo will be the preservation of documents. bmp file attributes info to a string, Dicom information is also included support Bmp-)
- 2007-05-28 11:54:04下载
- 积分:1
-
SM2椭圆曲线公钥密码算法
SM2 密码算法说明,介绍了SM2国密算法标准,并给出了实例。(SM2 Cryptographic algorithm description)
- 2019-04-12 15:08:37下载
- 积分:1
-
unity3d 实现网络通信
实现untiy内 get post 网络请求
- 2016-04-18下载
- 积分:1
-
xiaoche
只能小车寻线与避障加寻光51单片机代码,就是全国电子设计竞赛1999年的E题啦。(Only the car line code 51 single-chip microcomputer and obstacle avoidance for light)
- 2013-08-06 15:00:04下载
- 积分: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