资源列表
折半查找法
- 折半查找法是效率较高的一种查找方法。假设有已经按照从小到大的顺序排列好的五个整数a0~a4,要查找的数是X,其基本思想是: 设查找数据的范围下限为l=1,上限为h=5,求中点m=(l+h)/2,用X与中点元素am比较,若X等于am,即找到,停止查找;否则,若X大于am,替换下限l=m+1,到下半段继续查找;若X小于am,换上限h=m-1,到上半段继续查找;如此重复前面的过程直到找到或者l>h为止。如果l>h,说明没有此数,打印找不到信息,程序结束。(The method of bin
sasda
- 该计算器有两个主要部分,标准计算器和科学计算器,科学计算器功能尚未完成。 用的知识:按钮,菜单,布局,面板,窗口,事件,对话框,标签,单选钮。 有兴趣的读者可以完成剩下的功能。 -The calculator has two main parts, the standard calculator and a scientific calculator, scientific calculator function has not been completed. Knowledge:
read_txt
- 用VC++实现的对并行计算和进化计算中分类问题,读取数据文件的源程序-With VC++ Achieved on parallel computing and evolutionary computation in the classification of the source data file to read
1-matlab
- 糊滑模控制的matlab仿真,希望对大家有用 ,多谢站长辛勤工作-Fuzzy sliding mode control matlab simulation, we hope to be useful, to thank the hard work of webmaster
ListViewFilter_src
- This control is another extension to the now standard and widely used ListView control. I have included some of the more common features: shaded columns, column sorting (with data type), but the real addition is the FILTERBAR features of the header.
CSourceCode
- 常用的编码程序 数模转换代吗 电路应用设计 C SourceCode
ecg-source.tar
- egc 心电信号检测的源程序,老外写的 ,值得一看哦。
co_rsm_doe_lab
- 基于实验设计(DEO)的并行子空间CO算法-CO algorithm based on the experimental design (DEO) parallel subspace
duzhihui
- MPI并行程序设计(都志辉)-源程序 绝版啦-MPI parallel programming (both Zhihui)- source code out of print啦
PNS
- A GUI simulation for Petri Net. One may add components dynamically, and one/multi step run the net. It s just a preliminary version.
weibo-phpsdk-v2-2013-02-20
- 新浪联合开发,Oathos接口技术文档, -Sina joint development
sugarscape_model
- 本源码应用于Java的JDK1.4.2版本+Swarm2.2 程序在Cygwin终端运行-applied to the source code of Java JDK1.4.2 version Swarm2.2 procedures Cygw in terminal operations