代码搜索结果
找到约 3,686,282 项符合
C++ 的代码
cvitext.c
/*
PROGRAM: cvitext.c (this example was compiled using CVI4.0)
PURPOSE: This dll is an example of how to draw text onto a CVI panel from a DLL.
*/
/* Include files needed to
add.c
/*
* CIN source file
*/
#include "extcode.h"
CIN MgErr CINRun(float64 *a, float64 *b, float64 *c);
CIN MgErr CINRun(float64 *a, float64 *b, float64 *c) {
/* ENTER YOUR CODE HERE */
lvcstr.c
#include "extcode.h"
#include
_declspec(dllexport) void LVCStr(CStr input, CStr output);
_declspec(dllexport) void LVCStr(CStr input, CStr output)
{
int i, j;
/* Reverse "i" c
cinexample_add.c
/* CIN source file */
#include "extcode.h"
MgErr CINRun(float64 *a, float64 *b, float64 *c);
MgErr CINRun(float64 *a, float64 *b, float64 *c)
{
*c=*a+*b;
return noErr;
}
rtc.c
// ADC.c
#include "stm32f10x_lib.h"
#include "rtc.h"
#include "arm_comm.h"
#include "includes.h"
extern GPIO_InitTypeDef GPIO_InitStructure;
NVIC_InitTypeDef NVIC_InitStructure;
void RTCIni
drv_lisxxx.c
/**********************************************************************************/
/* */
/* Copyright (C) 2005 OLI
i2c.c
/**********************************************************************************/
/* */
/* Copyright (C) 2005 OLI
adc.c
// ADC.c
#include "stm32f10x_lib.h"
#include "adc.h"
ADC_InitTypeDef ADC_InitStructure;
GPIO_InitTypeDef GPIO_InitStructure;
void ADCInit(void) {
// ADC init
// ADC Deinit
RCC_
stm32f10x_adc.c
/******************** (C) COPYRIGHT 2007 STMicroelectronics ********************
* File Name : stm32f10x_adc.c
* Author : MCD Application Team
* Date First Issued : 09/29/2006
stm32f10x_rcc.c
/******************** (C) COPYRIGHT 2007 STMicroelectronics ********************
* File Name : stm32f10x_rcc.c
* Author : MCD Application Team
* Date First Issued : 09/29/2006