代码搜索:struct
找到约 10,000 项符合「struct」的源代码
代码结果 10,000
www.eeworm.com/read/428159/8889102
h etpu_struct.h
/**************************************************************************/
/* FILE NAME: etpu_struct.h COPYRIGHT (c) Freescale 2004 */
/* VERSION: 1.0
www.eeworm.com/read/427176/8969722
html structpartition__struct.html
sd-reader: partition_struct Struct Reference
www.eeworm.com/read/283824/8986720
m plot_struct.m
function [] = plot_struct(xi,yi);
%plot(xi,yi);
l(1) = line([xi(1) xi(2)], [yi(1), yi(2)]);
l(2) = line([xi(2) xi(3)], [yi(2), yi(3)]);
l(3) = line([xi(3) xi(4)], [yi(3), yi(4)]);
l(4) = line([
www.eeworm.com/read/185593/9026861
h print_struct.h
////////////////////////////////////////////////////////////////
// File - print_struct.h
//
// Copyright (c) 2003 Jungo Ltd. http://www.jungo.com
//
////////////////////////////////////////////
www.eeworm.com/read/185593/9026880
c print_struct.c
////////////////////////////////////////////////////////////////
// File - print_struct.c
//
// Copyright (c) 2003 Jungo Ltd. http://www.jungo.com
//
////////////////////////////////////////////
www.eeworm.com/read/381042/9114157
h struct1107.h
#ifndef _STRUCT1107_H_
#define _STRUCT1107_H_
#include "ExTigReg.h"
//typedef unsigned char uint8;
//typedef unsigned int uint16;
//typedef unsigned long uint32;
//typedef signed char int8;
/
www.eeworm.com/read/281861/9128753
vhd mseq_struct.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_ARITH.ALL;
ENTITY mseq_struct IS
GENERIC(x : INTEGER := 3); --寄存器宽度
PORt(
--clk时钟
clk : IN STD_LOGIC;
www.eeworm.com/read/181723/9240107
enb data_struct.enb
www.eeworm.com/read/373397/9456876
c incr_struct.c
/*
* $Id: incr_struct.c,v 1.5 2002/04/15 16:03:41 ali Exp $
*
*
* NAME:
* incr_struct.c
*
* PURPOSE:
* This C function is used to demonstrate how to read an IDL
* structure or
www.eeworm.com/read/177375/9457766
s uart_struct.s
; ----------------------------------------------
; UART Peripheral
;
;
; UART Registers
;
.equ np_uartrxdata, 0 ; Read-only, 8-bit
.equ np_uarttxdata, 1 ; Write-only, 8-bit
.eq