代码搜索:Convert
找到约 10,000 项符合「Convert」的源代码
代码结果 10,000
www.eeworm.com/read/421807/10697179
vhd pkg_convert.vhd
library ieee;
use ieee.std_logic_1164.all;
package pkg_convert is
function vec2int (v : std_logic_vector) return integer;
function int2vec (i : integer) return std_logic_vector;
end pkg_convert;
p
www.eeworm.com/read/275514/10813281
c my_convert.c
#include
#include
#include
#pragma DATA_SECTION(int_mem_temp, ".user_data_int");
#pragma DATA_ALIGN(int_mem_temp, 128);
unsigned char int_mem_temp[720];
/*
www.eeworm.com/read/275514/10813285
asm my_convert.asm
;******************************************************************************
;* TMS320C6x C/C++ Codegen PC Version 4.36 *
;* Date/Time created: Mon Apr 26 16:23
www.eeworm.com/read/349386/10830614
obj my_convert.obj
www.eeworm.com/read/349386/10831234
c my_convert.c
#include
#include
#include
#pragma DATA_SECTION(int_mem_temp, ".user_data_int");
#pragma DATA_ALIGN(int_mem_temp, 128);
unsigned char int_mem_temp[720];
/*
www.eeworm.com/read/349386/10831241
asm my_convert.asm
;******************************************************************************
;* TMS320C6x C/C++ Codegen PC Version 4.32 *
;* Date/Time created: Sat Apr 09 11:03
www.eeworm.com/read/348744/10869022
c ad_convert.c
# include
# define N 128 /*定采样长度,如128点*/
int XDATA array(N); /*在存储器内定义长度为N的有符号整数数组*/
int AD (void)
{
uint ul,uh;
int u;
RC=0; /*低电平,进入转换模式*/
ul=XBYTE[0xff
www.eeworm.com/read/348790/6932798
cpp convert_function.cpp
// convert_Function.cpp : implementation file
//
#include "stdafx.h"
#include "NMEA_SR.h"
#include "convert_Function.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THI
www.eeworm.com/read/348790/6932821
cpp nmea_convert.cpp
// NMEA_Convert.cpp : implementation file
//
#include "stdafx.h"
#include "NMEA_SR.h"
#include "NMEA_Convert.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[]
www.eeworm.com/read/348790/6932827
h nmea_convert.h
#if !defined(AFX_NMEA_CONVERT_H__F31A2077_85E3_47E2_9625_8BF65ACA7D45__INCLUDED_)
#define AFX_NMEA_CONVERT_H__F31A2077_85E3_47E2_9625_8BF65ACA7D45__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#en