代码搜索:converting
找到约 1,282 项符合「converting」的源代码
代码结果 1,282
www.eeworm.com/read/202486/15381557
cpp pr0707.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Problem 7.7 on page 175
// Converting an array of pointers
#include
using namespace
www.eeworm.com/read/202486/15381586
cpp pr0913.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Problem 9.13 on page 222
// Converting hexadecimal to decimal numerals
#include
#incl
www.eeworm.com/read/202486/15381802
cpp pr0703.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Problem 7.3 on page 175
// Converting an array of pointers
#include
using namespace
www.eeworm.com/read/167697/9955519
txt 将16进制转化为std_logic.txt
VHDL: Converting a Hexadecimal Value to a Standard Logic Vector
This example shows how to convert a hexadecimal value to a std_logic_vector.
It is shown in both VHDL '87 (IEEE Std 1076-1987) and
www.eeworm.com/read/160403/10535194
vhd pck_s2v.vhd
-- FileName:PCK_S2V.vhd
-- Purpose: This function is used for converting a signed binary
-- sequence(8 bits) to a std_logic_vector data type.
-- Last updated: 2005.7.10
----------
www.eeworm.com/read/275330/10823376
h ifssex.h
#ifdef IFSWIN32
/*
* This file contains macro constant names for byte sex flags, fpu flags
* the macros for converting from this machine to other types
*/
/*
* Byte swaps for word and half words.
www.eeworm.com/read/417397/10991773
txt 将16进制转化为std_logic.txt
VHDL: Converting a Hexadecimal Value to a Standard Logic Vector
This example shows how to convert a hexadecimal value to a std_logic_vector.
It is shown in both VHDL '87 (IEEE Std 1076-1987) and
www.eeworm.com/read/435150/7796134
cpp main.cpp
// Exercise 16.4 Converting length objects using operators and constructors
#include "Lengths.h"
#include
#include
using std::string;
using std::cout;
using std::cin;
using
www.eeworm.com/read/435150/7796143
cpp main.cpp
// Exercise 16.3 Creating length objects and converting lengths using operators
#include "Lengths.h"
#include
#include
using std::string;
using std::cout;
using std::cin;
www.eeworm.com/read/198238/7946416
txt 将16进制转化为std_logic.txt
VHDL: Converting a Hexadecimal Value to a Standard Logic Vector
This example shows how to convert a hexadecimal value to a std_logic_vector.
It is shown in both VHDL '87 (IEEE Std 1076-1987) and