虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

def

  • HM701NEP(S3C44B0X)基本启动代码,在此基础上可以做各种实验,包括个6文件,44BINIT.S 汇编代码

    HM701NEP(S3C44B0X)基本启动代码,在此基础上可以做各种实验,包括个6文件,44BINIT.S 汇编代码,系统上电、复位及异常处理的入口点。 Memcfg.s 汇编代码,外部存储空间配置 OPTION.S 汇编代码,一些汇编宏定义:RAM的起始地址,中断入口表地址、RAM类型、系统主频、PLL控制字等 44B.H S3C44B0X的寄存器地址宏定义 OPTION.h 供C程序使用的一些反映系统工作方式的基本宏定义 def.h 一些数据类型的缩写

    标签: S3C44B0X BINIT 701 NEP

    上传时间: 2015-03-12

    上传用户:来茴

  • c语言编译器arm-gen.c asmtest.S bcheck.c boundtest.c c67-gen.c Changelog coff.h configure COPYING elf.h

    c语言编译器arm-gen.c asmtest.S bcheck.c boundtest.c c67-gen.c Changelog coff.h configure COPYING elf.h [examples] float.h gcctestsuite.sh i386-asm.c i386-asm.h i386-gen.c il-gen.c il-opcodes.h libtcc.h libtcc1.c libtcc_test.c Makefile README stab.def stab.h stdarg.h stdbool.h stddef.h tcc-doc.html tcc-doc.texi tcc.1 tcc.c tccasm.c tcccoff.c tccelf.c tcclib.h tccpe.c tcctest.c tcctok.h texi2pod.pl tiny_impdef.c TODO varargs.h VERSION

    标签: Changelog boundtest configure arm-gen

    上传时间: 2014-01-16

    上传用户:拔丝土豆

  • This applet illustrates the prediction capabilities of the multi-layer perceptrons. It allows to def

    This applet illustrates the prediction capabilities of the multi-layer perceptrons. It allows to define an input signal on which prediction will be performed. The user can choose the number of input units, hidden units and output units, as well as the delay between the input series and the predicted output series. Then it is possible to observe interesting prediction properties.

    标签: capabilities illustrates multi-layer perceptrons

    上传时间: 2015-06-17

    上传用户:lnnn30

  • 用于IC设计中

    用于IC设计中,对lef,def等的文件操作

    标签: IC设计

    上传时间: 2015-06-22

    上传用户:Thuan

  • 用于集成电路设计中

    用于集成电路设计中,对lef和def的操作

    标签: 集成电路设计

    上传时间: 2013-12-20

    上传用户:epson850

  • 原理:对Pe文件的.data节

    原理:对Pe文件的.data节,.text节进行XOR加密,然后将带解密的Loader写入文件头和第一个段的开头之间,修改Entry Point使其指向Loader. 测试用例:使用vc6.0自动生成的mfc对话框应用程序。 参考文献:(1)def源码 (2)黑客调试技术揭秘 (3)yoda s protector源码

    标签: data

    上传时间: 2013-12-12

    上传用户:dave520l

  • 原理:对Pe文件的.data节

    原理:对Pe文件的.data节,.text节进行XOR加密,然后将带解密的Loader写入文件头和第一个段的开头之间,修改Entry Point使其指向Loader. 测试用例:使用vc6.0自动生成的mfc对话框应用程序。 参考文献:(1)def源码 (2)黑客调试技术揭秘 (3)yoda s protector源码

    标签: data

    上传时间: 2015-12-04

    上传用户:wangdean1101

  • 由三星的2442修改而来,正确引导eboot,请注意用三星公版的硬件配置,具体可以参考QQ2440,因为我在些平台上跑过,具体操作 1.target settings : post-linker:选

    由三星的2442修改而来,正确引导eboot,请注意用三星公版的硬件配置,具体可以参考QQ2440,因为我在些平台上跑过,具体操作 1.target settings : post-linker:选择为 ARM fromELF 2.ARM assembler与 ARM c Compiler 的 architecture or processor 选择为:ARM920T 3.ARM linker的 output:RO base为 0x00000000 (当仿真时为:0x30000000),layout的 object/sysmbol:为2440init.o section:Init 4.ARM fromELF 的 output:format:plain binary , output file name:nboot.bin 下面为全部源码,注意用ADS编译 2442addr.h 2442addr.inc 2442init.s 2442lib.c 2442lib.h 2442loader-1208.c 2442slib.h 2442slib.s def.h k9s1208_s.s Memcfg.inc Nand.h Nand_mini.c Option.h Option.inc

    标签: post-linker settings target eboot

    上传时间: 2016-05-06

    上传用户:moshushi0009

  • 一个完整的SHELL实现源代码

    一个完整的SHELL实现源代码,内容包括:buf.c def.h dir.c file.c fs.c fs.h dh.c inode.c main.c os.exe panic.c 对学习操作系统有很大的帮助

    标签: SHELL 源代码

    上传时间: 2016-05-21

    上传用户:csgcd001

  • #include "REG51.H" #include <intrins.h> #include "Common.h" //#include "Remote.h" #def

    #include "REG51.H" #include <intrins.h> #include "Common.h" //#include "Remote.h" #define OSD_EN //typedef unsigned char uCHAR //#include "T100Data_A.h" //#include "T100Data_PA.h" //#include "T100Data_AU.h" //#include "T100Data_CPT.h" //#include "T100Data_PANASONIC.h" //#include "T100Data_PVI7.h" //#include "T100Data_LG.h" //#include "T100Data_FOX.h" #include "T100Data_PVI8.h" #ifdef OSD_EN #include "OSDFont1218_new.h" #include "OSD1218_new.h"

    标签: include intrins Common Remote

    上传时间: 2016-07-21

    上传用户:x4587