代码搜索结果

找到约 34,281 项符合 A 的代码

malloc.h

/* A version of malloc/free/realloc written by Doug Lea and released to the public domain. Send questions/comments/complaints/performance data to dl@cs.oswego.edu * VERSION 2.6.6 Sun Mar 5 1

a.txt

ass *** error 34: undefined identifier assin *** error 34: undefined identifier assin com1 *** error 34: undefined identifier assin com0 *** error 34: undefined identifier ASSIN *** error 34:

sword.dic

a b c d e f g h i j k l m n o p q r s t u v w x y z A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

to.tbl

A, ..\SOURCE C, ..\SOURCE D, ..\DOC L, ..\LST O, ..\OBJ P, ..\PROD T, ..\TEST W, ..\WORK AIO, \SOFTWARE\BLOCKS\AI

fun_text.vhd

-- A 32 bit function generator using accumulator and ROM LIBRARY lpm; USE lpm.lpm_components.ALL; LIBRARY ieee; USE ieee.std_logic_1164.ALL; USE ieee.std_logic_arith.ALL; ENTITY fun_text

count49.v

//a lottery number counter //counts from 01 -> 49 in BCD format module count49 (output reg [7:0] cnt1to49, input clock, clear); always @(posedge clock) begin if (clear || cnt1to49 == 8'