代码搜索:Int
找到约 10,000 项符合「Int」的源代码
代码结果 10,000
www.eeworm.com/read/127667/14342223
jpg int.jpg
www.eeworm.com/read/126945/14393071
asm int.asm
;***************************
;文件:int.asm *
;功能:演示如何在Win9x下改 *
; 变IDT表 *
;***************************
.386p
locals
.model flat,stdcall
include win32.inc
extrn Mess
www.eeworm.com/read/126945/14393075
def int.def
NAME Int
DESCRIPTION 'Assembly Win32 Program'
CODE PRELOAD MOVEABLE DISCARDABLE
DATA PRELOAD MOVEABLE MULTIPLE
EXETYPE WINDOWS
www.eeworm.com/read/126945/14393076
exe int.exe
www.eeworm.com/read/126945/14393077
rc int.rc
#define IDC_TIMES 100
MyIcon ICON MyIco.ico
MyDialog DIALOG 100,100,250,150
STYLE DS_MODALFRAME|WS_POPUP|WS_CAPTION|WS_SYSMENU
; FONT 10, "MS Sans Serif"
CAPTION "改变中断示例"
{
EDITTEXT
www.eeworm.com/read/228183/14396765
c int.c
#include
main()
{
int i;
int Gain=4000;
double cos[16]={1.0000,0.9239,0.7071,0.3827,0.0000,-0.3827,-0.7071,
-0.9239,-1.0000, -0.9239,-0.7071,-0.3827,0.0000,0.3827,0.7071,0.923
www.eeworm.com/read/227635/14418981
c int.c
www.eeworm.com/read/227292/14433226
h int.h
/* Include file to configure the RS codec for integer symbols
*
* Copyright 2002, Phil Karn, KA9Q
* May be used under the terms of the GNU General Public License (GPL)
*/
#define DTYPE int
/* Ree
www.eeworm.com/read/226567/14458630
xls int.xls
www.eeworm.com/read/125551/14486027
asm int.asm
;
;No. function input output
;-------------------------------------------------------------------------
;00 Refresh
;01 ClrScr
;02 SetColor AL = color
;03 SetBackGr