代码搜索:Kbytes

找到约 342 项符合「Kbytes」的源代码

代码结果 342
www.eeworm.com/read/292670/3950890

c test.c

#include #include "rtl_malloc.h" #define KiloByte 1024 #define POOL_SIZE 1024 // Pool size is in Kbytes. char pool[POOL_SIZE*KiloByte]; main(){ int *ptr[100]; int i, free_mem;
www.eeworm.com/read/382361/2637951

c test.c

#include #include "rtl_malloc.h" #define KiloByte 1024 #define POOL_SIZE 1024 // Pool size is in Kbytes. char pool[POOL_SIZE*KiloByte]; main(){ int *ptr[100]; int i, free_mem;
www.eeworm.com/read/400090/2356241

pl udpserver.pl

#!/opt/perl5/bin/perl -w use strict; use Socket; use IO::Socket; use Sys::Hostname; main(); exit(0); sub main() { my $MAX_MSG_SIZE = 16384; # 16KBytes should be enough... my $svrport = 8300
www.eeworm.com/read/357388/3015573

s init.s

/* * Name : init.s * Disc : initial the environment * 2007-07-30 by Qingmin Liu */ @ stack size @ it should be less than 4KBytes .equ stack_top, 0x1000 @ WDT register .equ WTCON, 0x53000000 .tex
www.eeworm.com/read/237025/4635760

l nios2elf.l

MEMORY { reset : ORIGIN = 0x00000000, LENGTH = 32 ext_flash : ORIGIN = 0x00000020, LENGTH = 8388576 ext_ram : ORIGIN = 0x00800000, LENGTH = 1048576 onchip_ram_64_kbytes : ORIGIN = 0x00
www.eeworm.com/read/184908/5243459

l nios2elf.l

MEMORY { reset : ORIGIN = 0x00000000, LENGTH = 32 ext_flash : ORIGIN = 0x00000020, LENGTH = 8388576 ext_ram : ORIGIN = 0x00800000, LENGTH = 1048576 onchip_ram_64_kbytes : ORIGIN = 0x00
www.eeworm.com/read/279828/4133399

l nios2elf_rom.l

MEMORY { reset : ORIGIN = 0x00000000, LENGTH = 32 ext_flash : ORIGIN = 0x00000020, LENGTH = 8388576 ext_ram : ORIGIN = 0x00800000, LENGTH = 1048576 onchip_ram_64_kbytes : ORIGIN = 0x00
www.eeworm.com/read/279828/4133404

l nios2elf.l

MEMORY { reset : ORIGIN = 0x00000000, LENGTH = 32 ext_flash : ORIGIN = 0x00000020, LENGTH = 8388576 ext_ram : ORIGIN = 0x00800000, LENGTH = 1048576 onchip_ram_64_kbytes : ORIGIN = 0x00
www.eeworm.com/read/148139/5718350

sram flash.ld.sram

MEMORY { flash : ORIGIN = 0xffe00000, LENGTH = 0x00100000 /* 1MB of flash (A[19] pulled high) */ ram : ORIGIN = 0x00600000, LENGTH = 0x00040000 /* 256Kbytes of sdram */ sram : ORIGIN = 0x20000
www.eeworm.com/read/139557/5798421

h heap.h

// Copyright (c) 1999-2000 Microsoft Corporation. All rights reserved. #ifndef _HEAP_H #define _HEAP_H #define CE_FIXED_HEAP_MAXSIZE 0x00060000 // each heap has at most 384Kbytes #define CE_VALLOC_