代码搜索:如何学习 ADs?
找到约 10,000 项符合「如何学习 ADs?」的源代码
代码结果 10,000
www.eeworm.com/read/340665/3268840
ld ads.ld
OUTPUT_FORMAT("elf32-powerpc", "elf32-powerpc",
"elf32-powerpc")
OUTPUT_ARCH(powerpc)
ENTRY(_start)
/* Do we need any of these for elf?
__DYNAMIC = 0; */
PROVIDE (__stack = 0x2000000);
www.eeworm.com/read/313170/3645366
ads zlib.ads
------------------------------------------------------------------------------
-- ZLib for Ada thick binding. --
--
www.eeworm.com/read/312645/3650588
ads config.ads
####################################################################
# Microwindows and Nano-X configuration file
#
# This package can be configured to run on Linux (MIPS, ARM, x86)
# UNIX, ELKS,
www.eeworm.com/read/305204/3779696
c ads.c
//
// $Id: ads.c,v 1.10 2002/01/15 06:09:30 ymwei Exp $
//
// ads.c: Low Level Graphics Engine for strongARM-based ADS Graphics Client.
//
// This is a customized graphics engine for ADS Graphics Clie
www.eeworm.com/read/305204/3779712
h ads.h
//
// $Id: ads.h,v 1.2 2001/09/21 07:44:50 ymwei Exp $
//
// ads.h: the head file of Low Level Graphics Engine based on LibGGI
//
// Written by WEI Yongming, 2000/09/19
//
#ifndef GUI_GAL_ADS_H
#
www.eeworm.com/read/304657/3786874
ads zlib.ads
------------------------------------------------------------------------------
-- ZLib for Ada thick binding. --
--