代码搜索:键盘程序

找到约 10,000 项符合「键盘程序」的源代码

代码结果 10,000
www.eeworm.com/read/272139/10968990

url 点此下载更多程序.url

[DEFAULT] BASEURL=http://hackbase.com/News/59/20040214/5070.shtml [InternetShortcut] URL=http://www.sq88.com/down Modified=C024895A4353C70125
www.eeworm.com/read/417397/10991786

txt 加法器源程序 .txt

------------------------------------------------------------------------ -- Single-bit adder ------------------------------------------------------------------------ library IEEE; use IEEE.std_log
www.eeworm.com/read/417397/10991801

txt 一个游戏程序.txt

-- -- Copyright (c) 1993,1994 by Exemplar Logic, Inc. All Rights Reserved. -- -- This source file may be used and distributed without restriction -- provided that this copyright statement is n
www.eeworm.com/read/271058/11010367

asm dma初始化程序.asm

.title "test.asm" ; .include "c5416.h" .mmregs .def start .def DMA0_Interrupt ;.sect ".vectors" stack .usect "stack",100h .align 0x80 ; must be aligned on pa
www.eeworm.com/read/270618/11031701

txt 更改屏幕保护程序关联.txt

更改屏幕保护程序关联方式   问:最近不知道做了什么操作,双击电脑上的屏幕保护程序文件(扩展名为SCR)后,会自动用写字板打开。请问如何正确打开屏幕保护程序呢?   答:屏幕保护程序是由系统直接调用的。如果你想修改为默认的模式,打开注册表编辑器,找到HKEY_CLASSES_ROOT\scrfile\shell\open\command,双击右边窗格里面的默认值,然后输入:“"%1" /S ...
www.eeworm.com/read/270618/11031721

txt winxp中运行dos程序.txt

在Windows XP中运行DOS程序   问:近日我将系统升级为Windows XP,但是我的一些旧的排版软件需要在DOS下运行,而Windows XP中已经没有纯DOS了,请问应该怎么运行DOS程序呢?   答:可以采用start命令来运行。在Windows XP的命令提示符中输入:start/seperate要运行的程序,即可运行相应的DOS程序。其中参数separate的作用是在单 ...