代码搜索:tiny
找到约 5,807 项符合「tiny」的源代码
代码结果 5,807
www.eeworm.com/read/103430/15732701
c xmsdemo.c
#include
#include
#include
// Note: If you want to use XMS function 0xB, this simple
// xms_access routine only works for tiny, small, or medium
// models where t
www.eeworm.com/read/103374/15735832
c xmsdemo.c
#include
#include
#include
// Note: If you want to use XMS function 0xB, this simple
// xms_access routine only works for tiny, small, or medium
// models where t
www.eeworm.com/read/103337/15736504
c xmsdemo.c
#include
#include
#include
// Note: If you want to use XMS function 0xB, this simple
// xms_access routine only works for tiny, small, or medium
// models where t
www.eeworm.com/read/102731/15760588
c xmsdemo.c
#include
#include
#include
// Note: If you want to use XMS function 0xB, this simple
// xms_access routine only works for tiny, small, or medium
// models where t
www.eeworm.com/read/101771/15818813
c xmsdemo.c
#include
#include
#include
// Note: If you want to use XMS function 0xB, this simple
// xms_access routine only works for tiny, small, or medium
// models where t
www.eeworm.com/read/288542/8623463
makefile
!include "../mkfiles/generic.mak"
CFLAGS = -I$(INCLUDEPATH) -I..\hdr
production: patchobj.com exeflat.exe
patchobj.com: patchobj.c
$(CL) $(CFLAGST) $(TINY) $(CFLAGS) patchobj.c
exeflat.exe: exefl
www.eeworm.com/read/378387/9233054
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/361198/10064525
asm enum.asm
;Compiled with TASM : tasm enum -> tlink enum /t -> enum.com
;
.MODEL TINY
.CODE
ORG 100h
START:
;set up URB for control transaction
mov urb.transaction_token,2Dh
mov urb.chai
www.eeworm.com/read/163588/10153250
news
Summary of changes in 20050207 release since 20040311 release:
- Add parallel programmer support for tiny2313. Still need the stk500 codes.
- Add support for AtMega88 and AtMega48
- Add DASA3 cable s
www.eeworm.com/read/278154/10563084
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