搜索资源列表
sdi
- 这个可视化的框架类支持具有不同组合的CView视图类、CSplitterWnd和CTabWnd类派生的SDI程序,本程序支持的特性包括: 支持单文档和多文档程序 任何视图、多分隔条和标鉴窗口的组合 支持嵌套的分隔条 支持简单的基于CView的程序 支持热键选择活动窗格 支持Ctrl+Tab来进行标签切换 支持列举窗口 标签可以在客户窗口的顶部或底部-visualization of the fr a mework to support
歧路热线
- A.执行SPLIB B.执行SPDOS C.装载拼音模块D.装载五笔字型输入模块32.在汉字输入状态下, 按下Shift+A组合键后,输入了_______。 ... A.按原代码方式B.按指定字体C.按标准方式D. 按分栏方式41.FoxBASE启动后,在圆点\".\"提示符下,执行命令文件MAIN. -A. Executive SPLIB B. Implementation SPDOS C. loading D. Pinyin mod
Slider 控件
- 不但可生成通用的滑块控制,而且内置了大量的指针、刻度、数据棒风格用于组合生成各式各样的线形控制-can not only generate generic slider control, but with a large number of indicators, calibration, data wand style combinations for a wide range of linear control
xlspass
- 本程序只用于个人EXCEL密码遗忘时,试图探测密码; 减少重复劳动,不可进行其它不当使用,否则后果由使用者自负; 在文本框中输入EXCEL文档的全路径名称,例如: C:\\doc\\book1.xls; 适用于WINDOWS95/98/NT系统 ,安装了EXCEL97 。 此源码公开,欢迎感兴趣的网友优化提高。 稍加修改即可用于探测ACCESS ,WORD 文档的密码。 适当修改或增加密码字典:di
RGB Editor
- This article demonstrates the technique of creating a RGB color editor, useful at web-page and software development time, to know the RGB code for different combinations of Red, Green and Blue colors. The article has two
FrssBSD_ipsec
- NetBSD和FreeBSD上实现的IPSec实现,支持各种安全协议的组合,包括AH、ESP、AH+ESP等-NetBSD and FreeBSD to achieve the realization of IPSec support various combinations of security protocols, including AH, ESP, AH + ESP etc.
捕获Ctrl、Ctrl+Alt和Ctrl+Alt+Shift组合键
- 这是一个用VC7。0写的捕获Ctrl、Ctrl+Alt和Ctrl+Alt+Shift组合键的程序。-with VC7. The catch was 0 Ctrl, Alt and Ctrl-Alt-Shift - Ctrl key combinations procedures.
KYEs
- 获取键盘信息的简单测试程序,该程序说明了一些与键盘有关的事件含义以及组合键信息的获取。-keyboard access to the information simple test program, which illustrate some of the keyboard and meaning of the events and key combinations access to information.
JAVA编辑器程序
- 基于JAVA实现的简单编辑器, *EditFace实现了界面制作; *EditFace$FileOpen完成了打开文件功能; *EditFace$FileSave完成了保存文件功能; *Edit$FindAndReplace查找与替换窗口; *Edit$AutoSave自动备分文件线程; *Edit$SaveFileDialog保存文件对话框; *SetKey添加关键字; *SetColo
TCS 2005
- 贪吃蛇2005 + 源程序 贪吃蛇 一个经典的小游戏,本人精心制作,相信会比其它所谓的贪吃蛇效果好很多。希望大家能提出更多宝贵的意见。游戏规则: 利用方向键控制蛇头运动,当蛇头碰到食物即吃到食物,获得积分; 在此过程中不允许蛇头出界或碰到身体,否则游戏结束。基本操作: 程序运行后输入数字0-9,选择级别;任何时候按Esc键即退出游戏;用键盘方向键控制蛇头运动方向;按任意键暂停,方向键和组合键除外;暂停后,按方向键继续
Combo_Image
- 现在克隆技术正在流行,想不想知道怎么把组合框和按钮及图片结合在一起?好,我们这就开始.-now cloning technology is popular, do not want to know how to put combinations boxes and buttons and photographs combine? Well, we started it.
TestHotKey
- 给Window程序设置热键,而且比RegisterHotKey增加了组合键功能-to Window program hotkey, more than RegisterHotKey a function key combinations
可称1~40磅的4块砝码
- 法国数学家梅齐亚克在他著名的《数字组合游戏》(1962)中 提出了一个问题:一位商人有一个重40磅的砝码,一天不小心将 砝码摔成了四块。后来商人称得每块的重量都是整磅数,而且发 现这四块碎片可以在天平上称1至40磅之间的任意重量。请问这 四块碎片各重多少?-Meijieke French mathematician in the famous "number combinations G
permutation_and_combination
- 为排列组合,列出0到9中六个数的所有组合-of permutations and combinations, listing 0-9 were all six the number of portfolio
combinations
- 求解Nn的k组合 用字典排序法求N(n k) c-Solving Nn of k combinations Dictionary-ordering Method and N (n k)
key-combinations
- MFC中如何拦截Alt+?、Ctrl+?、Ctrl+Alt+?、Ctrl+Shift+?、Ctrl+Shift+Alt+?、Shift+?系列的组合键,以及拦截Alt+F4,回车和Esc键 看过好多别人写的程序,有支持热键呼叫的,并且热键可以在程序中自定义设定。在热键设定的界面,选中一个编辑框,按下你想设置的热键,编辑框中就会显示出你所按下的热键。按照下面的方法,就可以实现这个功能。-using MFC,The catch w
Permutations-and-combinations
- 排列组合 有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? -Permutations and combinations
Permutations-combinations-problem
- 将一组数字、字母或符号进行排列,以得到不同的组合顺序,例如1 2 3这三个数的排列 组合有:1 2 3、1 3 2、2 1 3、2 3 1、3 1 2、3 2 1-A set of numbers, letters or symbols arranged in order to get different combinations, such arrangement 123 of these three numbers Com
permutations-and-combinations
- 经典DFS排列组合算法,简洁代码极易懂,使用DEV编写并编译,参加算法比赛必备算法- Classic DFS permutations and combinations algorithm, concise code is very easy to understand, the use of DEV to prepare and compile, to participate in the algorithm game algor
test1
- Combinations of different weighted servers