代码搜索:converting

找到约 1,282 项符合「converting」的源代码

代码结果 1,282
www.eeworm.com/read/488798/6486260

txt description.txt

Author: Vinod Halappa Summary: Takes random binary serial bit sequence and generates the QPSK modulated signal after converting ser MATLAB Release: R14 Required Products: Communications B
www.eeworm.com/read/487908/6501836

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/157209/11730129

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/344156/11906302

readme

[ The following may be useful as a starting point for those in need of automatically converting old DiskSim parameter files into the new format. We have not used it in years so YMMV. John Bucy, May
www.eeworm.com/read/233811/14134550

c mesh.c

/* * Copyright 1997, Regents of the University of Minnesota * * mesh.c * * This file contains routines for converting 3D and 4D finite element * meshes into dual or nodal graphs * * Started 8/
www.eeworm.com/read/207217/15279285

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/207217/15279294

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/11175/209941

c ctime2l.c

/* routines for converting from ASCII time to long int */ #include #include /* Intended to be the "inverse" of the asctime function of the C library * * ctime2l - takes
www.eeworm.com/read/18631/798133

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/242082/4556416

c ctime2l.c

/* routines for converting from ASCII time to long int */ #include #include /* Intended to be the "inverse" of the asctime function of the C library * * ctime2l - takes