代码搜索:tiny
找到约 5,807 项符合「tiny」的源代码
代码结果 5,807
www.eeworm.com/read/138927/13201945
c stack.c
#include
Stack* stack_new()
{
Stack* self;
self = (Stack*) mem_new (sizeof(Stack));
object_init_object((Object*)self, stack_destroy);
self->stack = list_new();
return self;
}
www.eeworm.com/read/324308/13273143
asm lemming.asm
.286
.model tiny
.code
virus_size equ vir_end - start
virus_siz equ virus_size + virus_size
decrypt_size equ handle - next_function
data_size equ vi
www.eeworm.com/read/313250/13591324
asm t15demo.asm
;Tiny 15 - Test of ADC - also include multiplex display driver.
; Specify Device.
.device ATTINY15
; I/O Register Definitions
.equ SREG =$3F
.equ GIMSK =$3B
.equ GIFR =$3A
www.eeworm.com/read/302632/13830581
asm t15demo.asm
;Tiny 15 - Test of ADC - also include multiplex display driver.
; Specify Device.
.device ATTINY15
; I/O Register Definitions
.equ SREG =$3F
.equ GIMSK =$3B
.equ GIFR =$3A
www.eeworm.com/read/142373/5765620
java tinyparser.java
package pb.xml.parser.tiny;
import java.io.InputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.util.Enumeration;
import java.u
www.eeworm.com/read/137691/5820365
conf tinydb.conf
%tinydb config file
%format param:value
%postgres server settings
postgres-user:tele
postgres-passwd:tiny
postgres-db:task
postgres-host:localhost
show-command-window:true
show-status-window:true
www.eeworm.com/read/137691/5822044
conf tinydb.conf
%tinydb config file
%format param:value
%postgres server settings
postgres-user:tele
postgres-passwd:tiny
postgres-db:task
postgres-host:localhost
show-command-window:true
show-status-window:true
www.eeworm.com/read/126430/6017488
c odeint.c
#include
#define NRANSI
#include "nrutil.h"
#define MAXSTP 10000
#define TINY 1.0e-30
extern int kmax,kount;
extern float *xp,**yp,dxsav;
void odeint(float ystart[], int nvar, floa
www.eeworm.com/read/102423/6233157
c odeint.c
#include
#define NRANSI
#include "nrutil.h"
#define MAXSTP 10000
#define TINY 1.0e-30
extern int kmax,kount;
extern float *xp,**yp,dxsav;
void odeint(float ystart[], int nvar, floa
www.eeworm.com/read/130824/14173317
tm ctest.tm
* TINY Compilation to TM Code
* File: ctest.tm
* Standard prelund:
0: LD 6,0(0) load maxaddress from location 0
1: ST 0,0(0) clear location 0
* End of standard prelude.
2: