资源列表
C
- 二分查找又称折半查找,它是一种效率较高的查找方法。 【二分查找要求】:1.必须采用顺序存储结构 2.必须按关键字大小有序排列。 【优缺点】折半查找法的优点是比较次数少,查找速度快,平均性能好 其缺点是要求待查表为有序表,且插入删除困难。因此,折半查找方法适用于不经常变动而查找频繁的有序列表。 【算法思想】首先,将表中间位置记录的关键字与查找关键字比较,如果两者相等,则查找成功;否则利用中间位置记录将表分成前、后两个子表,如果中间位置记录的关键字大于查找关键字,则进一步查
VQ_image
- emission constrained
project
- random number is nothing but from sssr of klu university
capra
- Prolog code source for solving problem with wolf, goat and cabbage
TwoStep
- 一个关于数值分析的matlab演示,十分有用-A presentation on the numerical analysis matlab, very useful
1
- 以3月5日为例,应该先把前两个月的加起来,然后再加上5天即本年的第几天,特殊 情况,闰年且输入月份大于3时需考虑多加一天。-To March 5, for example, should the first two months of the combined first and then add the 5th day of the first few days of this year, special circumstances, a leap year and ente
18sfz
- 18位身份证号校验位 -Parity bit 18-bit ID number
bahuanghou
- 把皇后的问题,在棋盘上放置八个皇后,使每个皇后占据一行一列-Queen placed on the board eight Queen, each Queen single line of a
socefficient2
- simulink仿真的s函数例程,实现了一个简单的线性系统-s function of the simulink simulation routines to implement a simple linear system
c
- 有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少?-1, 2, 3, 4 digital, can form number different from each other and not repeat digital three-digit? Are how many?
duanqiaocanxue
- 从键盘输入的字符串,如果是“12345” 回车换行显示ok!如果不是则显示not match!-String input from the keyboard, " 12345" carriage return line feed ok!, If not the display not match!
mouse
- 利用visual basic模拟鼠标事件-visual basic