搜索资源列表
datastr
- 数据结构 array.h: 安全数组,可自动增长大小(随机访问,但扩充时效率低) linkedlist.h: 普通链表(可随机访问,但访问效率低) dclinkedlist: 双向循环链表(不可随机访问,但插入、遍历的效率都比普通链表高) hashtable.h: 哈希表(使用键值标识元素,键值一样的元素即认为相等,需重载 == 运算符并由用户定义哈希函数) binstree.h: 二叉搜索树(需重载 == 和 < 运算符) avltree.h: AVL 树(
Java2VolumII7thEdition
- Java 2 Volume II 7th Edition.不错的java学习书籍,开发环境由jdk1.4改为jdk1.5,作者又增加了许多新的内容,书中附带书籍源码-Java 2 Volume II 7th Edition. Learning good java books, the development environment from jdk1.4 read keys, the authors added a lot of new content, the book fringe book
Move_vc
- MFC应用程序,利用上下左右方向键,控制窗体中正方形的移动-MFC application procedure, and use the direction keys above and below, control Square Window Mobile
keyboardxiaodou
- 按键消抖,参考。要根据脉宽的要求设置不同的记数宽度。-keys buffeting consumer reference. According to the pulse width with different requirements for the entry width.
第40章 使用键盘钩子实现按键发音程序
- 使用键盘钩子实现按键发音程序-keyboard hook achieve pronunciation keys procedures
猴子选大王的问题键表C
- 一个用C写的猴子选大王问题,是用键表实现的,拿出来和大家讨论一下-a monkey was elected king of the problem by using keys table to achieve, and we like to talk about
temperature
- 室内温度检测,若温度高于上线则会报警,然后可以用按键来控制。-Room temperature testing, if the temperature is higher than the police will be on-line. And then can be used to control the keys.
InterruptKeyboard
- 在这个实例中,模拟了按键唤醒功能。单片机通常在空闲的时候处于休眠状态,直到用户通过按键操作它时,才醒过来全速运行。另外此例讨论了编写键盘程序时的另一个重要问题:去抖动。 //硬件环境:ATmeg48 单片机,CPU时钟1MHz //软件环境:ICC AVR6.3以上-In this case, the simulation of the wake-up function keys. Single-chip idle time usually dormant until the user
binarytree
- Up to this point, we have assumed that an optimal search tree is one in which the probability of occurrence of all keys is equal (or is unknown, in which case we assume it to be equal). Thus we concentrated on balancing the tree so as to make the
C04_KeyBoard
- 了解键盘结构,学习扫描法和行反转法判断按键的方法。了解用8个I/O设计更多的按键的方法。学会运用C语言编写键盘模块,并能体现SCI模块的功能。 -Understanding of the keyboard structure, learning method and line reversal scan to determine the method keys. Learn to use 8 I/O design more of the key methods. Learn to use t
LEDDAZHUANPAN
- CHIP SN8P2604 ------------------------------------------------------------ 功能描叙:开机为全灭 I)KEY按下。A区工作:A区灯加速后减速最后停止,再在原地闪 0.3SH+0.3SL,B区为不亮 II)KEY按下。B区工作:B区灯加速后减速最后停止,如果B区最后停点与A区同,A区与B区同时亮灭 (A区B区灯的颜色和停止点都为随机产生) 如果A区与B区最后停点不同,A区与B区互亮互灭
a
- 按一个按钮两次相当于没按,每个按钮按或者不按的情况,一共有2^4=16种状态。枚举每个按钮是否按下,及时根据按键总数终止不可能的情况,注意按钮1==按钮2+按钮3的作用,因此在c 4==2时注意sum!=1的情况。虽然灯最多有100盏,但6盏以后的灯都是前6盏的重复,因此只需保存前六盏的状态。最后对所有合适的情况排序输出。-Equivalent to not press each button press or by pressing a button twice, a total of 2 ^
demo11-mlt1_vhdl
- 乘法器实验,按动S3,S4,S5,S6按键,可以将S3,S4,S5,S6相乘的结果在LED上显示-Multipliers experiments press S3, S4, S5, S6 keys, can be S3, S4, S5, S6 is the result of multiplying the LED display
digital-image-processing-
- 图像浏览器,类似AUTOCAD的图像浏览功能,用户只需要打开一个图片,就能利用菜单栏、工具栏或快捷键等快速的浏览图片所在目录下的所有图像-Image viewer, image viewer function, similar to AutoCAD users only need to open a picture, will be able to take advantage of all the images in the menu bar, toolbar, or shortcut key
chuong-trinh-ver-2.0
- This paper presents a novel algorithm of hiding secret messages by applying mathematical lemmas and information theory. The proposed algorithm can hide more information with acceptable embedded rate and achieves requirements of information hi
iic_top
- fpga iic控制器代码例程。led显示效果。按键一采集,按键二显示。-fpga iic controller code routines. led display. Button a collection, two display keys.
dianziqin
- 电子琴,有7个按键实现七个音,同时可以播放歌曲-Keyboard, there are 7 keys to achieve the seven tone, while playing the song
RSA
- The implement tenique of RSA public-key algorithm and RSA signature algorithm has been presented. RSA cryptosystem is a public-key cryptosystem .The key components of the implement are keys
Sy2
- 编写一个单文档应用程序Sy2,程序运行后,首先在视图窗口中输入文本(学号+学生姓名),然后通过键盘上的光标键控制该文本向左、向右、向上和向下4个方向移动。-Write a single document application Sy2, the program runs, first in the view window, enter the text (student ID+ student name), and then through the keyboard cursor keys to
