代码搜索:cisc
找到约 73 项符合「cisc」的源代码
代码结果 73
www.eeworm.com/read/468408/6989710
h cisc.h
// Copyright(C) 1999-2005 LiuTaoTao,bookaa@rorsoft.com
#include "windows.h"
//#include
#include
#include
#include "dasm.h"
#include "mylist.h"
#include
www.eeworm.com/read/240325/13224018
mht cisc & risc.mht
From:
Subject: =?gb2312?B?RElZ16jH+CAtILL6xrfGtbXAIC0gyPy1z834?=
Date: Tue, 19 Sep 2006 22:19:37 +0800
MIME-Version: 1.0
Content-Type: multipart/related;
typ
www.eeworm.com/read/475888/1377758
h jit_cisc.h
/*
* @(#)jit_cisc.h 1.7 06/10/24
*
* Portions Copyright 2000-2008 Sun Microsystems, Inc. All Rights
* Reserved. Use is subject to license terms.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR T
www.eeworm.com/read/475888/1377773
c jit_cisc.c
/*
* @(#)jit_cisc.c 1.7 06/10/23
*
* Portions Copyright 2000-2008 Sun Microsystems, Inc. All Rights
* Reserved. Use is subject to license terms.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR T
www.eeworm.com/read/304273/13797058
ppt 16位cisc cpu设计.ppt
www.eeworm.com/read/168805/9897097
txt readme.txt
CICS简单入门例程
作者:ddxkxk
ddxxkk@21cn.com
CICS环境构架
1 安装服务器
1) 建立用户CICSTEST(要用超户权)
2)用CICSTEST用户登录
3)安装DB2指定CICSTEST为管理用户
4)安装CICS部件(CICS服务器软件内的SETUP)
安装CICS server->CICS Server Devel
www.eeworm.com/read/168805/9897139
bat make.bat
echo 编译CISC客户端DLL文件的批处理
cl /c %1.c
link %1.obj ec.obj cclwin32.lib
www.eeworm.com/read/168805/9897175
bak make.bat.bak
echo 编译CISC服务端DLL文件的批处理
set USERLIB=easycics.obj
cicstcl -e -d -lC %1
www.eeworm.com/read/168805/9897187
bat make.bat
echo 编译CISC服务端DLL文件的批处理
set USERLIB=easycics.obj
cicstcl -e -d -lC %1
www.eeworm.com/read/166441/10021125
txt 99年上午试卷(高程).txt
试题1
从供选择的答案中。选出应填入下面叙述中_?_内的最确切的解答,把相应编号写在答卷的对应栏内。
结定结点的关键字序列(F、B、J、G、E、A、I、D、C、H),对它按字母的字典顺序进行排列,采用不同方法,其最终结果相同。但中间结果是不同的。
Shell排序的第一趟扫描(步长为5)结果应为_A_。
冒泡排序(大数下沉)的第一趟起泡的效果是_B_.
快速排序的第一趟 ...