搜索资源列表
Software_code_principle_and_procedure_of_infrared_
- 红外遥控器软件译码原理和程序1 红外一开始发送一段13.5ms的引导码,引导码由9ms的高电平和4.5ms的低电平组成,跟着引导码是系统码,系统反码,按键码,按键反码,如果按着键不放,则遥控器则发送一段重复码,重复码由9ms的高电平,2.25ms的低电平,跟着是一个短脉波. -infrared remote control software decoding procedures for a principle and begin sending an infrared section
piaoliang
- 在二叉搜索树上删除一个有两个子女的结点时,可以采用以下三种方法: (1) 用左子树TL上具有最大关键码的结点X顶替,再递归地删除X。 (2) 交替地用左子树TL上具有最大关键码的结点和右子树TR上具有最小关键码的结点顶替,再递归地删除适当的结点。 (3) 用左子树TL上具有最大关键码的结点或者用右子树TR上具有最小关键码的结点顶替,再递归地删除适当的结点。可随机选择其中一个方案。 -two forks in search of a tree to delete two chi
bptree
- 清华大学数据结构课上实现的B+树,设计一个4阶B+树,包括: (1) 叶子的每个记录应该包括4字节(long)关键码值和60字节的数据字段(存储文件名等,可以自定),设每个叶子可以存储5条记录,而内部节点应该是关键码值/指针对。此外,每个节点还应该有指向同层下一个节点的指针、本节点存储的关键码数等; (2) 此4阶B+树应该支持插入、删除以及根据给定关键码值进行精确检索与关键码范围检索; (3) 显示(打印)此4阶B+树的生长(含删除节点)过程实例;-Tsinghua University cl
IntraWebActiveX
- IntraWeb中应用ActiveX控件详解。含说明文档及关键代码,供初级程序员参考。-ActiveX controls use IntraWeb application. Contains documentation and key codes for the junior programmer' s reference.
Visual_Assist_X_10.6.1827.0
- 这是VC软件中的一个帮助软件,是Visual Assist X 10.6.1827.0,里面有破解码,-This is a helpful software fo Vc,that is Visual Assist X 10.6.1827.0, the crack codes are also in this file.
samsung
- samsung mobile secret key codes d830 and older //on x160 working t-samsung mobile secret key codes d830 and older //on x160 working too
key
- Verilog HDL编写的键盘扫描程序,考虑了判断按键弹起的问题。程序按一定的频率用低电平循环扫描行线,同时检测列线的状态,一旦判断有一列为低则表示有键被按下,停止扫描并保持当前行线的状态,再读取列线的状态从而得到当前按键的键码;等待按键弹起:检测到各列线都变成高点平后,重新开始扫描过程,等待下一次按键。-Written in Verilog HDL keyboard scanner, taking into account to determine key bounce problem. P
2
- 用动态扫描的方法编程检测键盘按键的状态,当有按键按下的键码,同时将键码显示在8位发光二极管上。-Dynamic scanning method with the detection of the keyboard keys programmed state, when there are key codes of keys pressed, while key code displayed in the eight light-emitting diode.
main
- Descr iption: 对整型有序关键码序列进行折半查找,待排序序列以数组存储。如果找到待查记录,返回找到的位置下标,并删除该关键码记录;如果没找到待查记录,返回0,并将待查记录插入到适当位置,即该查找属于动态查找。输出查找过程中每一轮的low,mid,high 值,以及与给定值相比较的关键码值,并输出最后找到的位置,及变化后的数组。 注意:该数组为整型,数组中关键码存储位置为r[1]~r[n],r[0]留作它用,且关键码个数大于4. Input Format: 第一行输入数
the-codes-of-C-about-important-algorithms
- 10个重要的算法C语言实现源代码:拉格朗日,牛顿插值,高斯,龙贝格,牛顿迭代,牛顿-科特斯,雅克比,秦九昭,幂法,高斯塞德尔-10 key algorithm C language source code: Lagrange, Newton interpolation, Gaussian, Romberg, Newton, Newton- Cortez, Jacobi, Qinjiu Zhao, power method, high Sisedeer
key
- 键盘扫描,实现对四乘四键盘的扫描,取正确键值-scanning key board, you can get correct key value by the codes
BCJR
- BCJR算法是在Turbo码的译码中广泛使用的一种重要算法。程序实现了BCJR的具体译码方法。程序是MAP-LOG的实现算法。-BCJR Algorithm for Turbo decoding is widely used in a key algorithm. The specific procedures implemented BCJR decoding method. MAP-LOG program is the realization algorithm.
slREMOTE
- 实验目的:熟悉遥控接码解码的方法 数码管显示解码结果:高四位为用户码,低2位为按键码 -Experiment: familiar with the remote access code decoding method of decoding digital display Results: 4 for the user code, key codes for the low 2
VC_detect_display_pressing_keyboard_keys_codes
- VC检测键盘按键按下并跟踪显示键值代码VC detect and track display by pressing the keyboard keys key codes -VC detect and track display by pressing the keyboard keys key codes
softkey
- 实现软件键盘的关键代码,非常有用-Keyboard key codes for software, very useful ....
ELM237-key-facts
- This a concise summary of the key AT-commands to program the ELM237 for OBD diagnostic with focus on the KWP 2000 protocol. If you follow these steps you save yourself lots of time and errors. -This is a concise summary of the key AT-commands to prog
C-keylogger
- 简单*程序,使用窗口获取技术,虚拟键码。-Simple keyboard loggers, use the window to get technology, virtual key codes.
chrome-key
- chromekey in matlab for extract image and paste on to other image matlab codes-chromekey in matlab for extract image and paste on to other image matlab codes
JavaPrj_7
- 本文首先介绍了网上购物系统的现状及开发背景,然后论述了系统的设计目标,系统需求和总体设计方案,较详细的论述了系统的详细设计和实现。最后,本文对网 上购物系统进行了系统检测并提出了还需要改进的问题。 本系统主要为用户提供了会员注册,购物车管理,用户资料修改等功能,为管理员提供了商品管理,用户信息管理等功能。在设计方面,本系统采用B/S三层结构,同时使用JSP技术进行动态页面的设计,从系统的安全性和代码的可重用性方面考虑,运用JavaBean对程序的关键代码进行封装。后台数据库选用My S
Key-codes
- Key-codes list RUS !!!!!!