代码搜索:INT2
找到约 930 项符合「INT2」的源代码
代码结果 930
www.eeworm.com/read/390147/8482276
h qmus2mid.h
#if !defined( QMUS2MID_H )
#define QMUS2MID_H
typedef unsigned short int2; /* a two-byte int, use short.*/
typedef unsigned int int4; /* a four-byte int, use int unless int is
www.eeworm.com/read/287166/8714391
h qmus2mid2.h
#if !defined( QMUS2MID_H )
#define QMUS2MID_H
#ifdef MSDOG
typedef unsigned short int2; /* is this appropriate for DOS ? */
typedef unsigned long int4;
#else
typedef unsigned short
www.eeworm.com/read/386478/8743304
m51 int2.m51
BL51 BANKED LINKER/LOCATER V5.03 07/22/2005 15:41:19 PAGE 1
BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE Int2.o
www.eeworm.com/read/455872/7362457
js lunar.js
/*********************************
=====以下是公历、农历、回历综合日历计算=====
Lunar:日历计算物件
使用条件:事先引用eph.js、JN.js、kwb.js三个文件
一、 calc:function(jd,jing)方法
·功能:
农历排月序计算,可定出农历基本信息(如大小月、闰月、合朔等)
·入口参数:
www.eeworm.com/read/140930/13052061
h qmus2mid.h
#if !defined( QMUS2MID_H )
#define QMUS2MID_H
typedef unsigned short int2; /* a two-byte int, use short.*/
typedef unsigned int int4; /* a four-byte int, use int unless int is