搜索资源列表
delphi资源文件的使用
- delphi使用dll的方法详解-delphi use of the method for Hi dll
438372汉字平台系统
- 本说明中包括在《C语言的窗口式图形界面技术》付梓之后对HANENV系统的最新修改。 我们为HANENV系统增加了一个新的输入法模块:双拼拼音模块,包括全拼双音、双拼双音和多字词的词组输入法。新的输入法模块为_SYmode,其使用方法和原来的拼音输入法类似。首先在应用程序的首部使用下列语句安装双音模块:-this note included in the "C language window-type graphical interface technology" to be
FORTRAN语言内存动态申请技术的实现方法
- FORTRAN语言内存动态申请技术的实现方法-FORTRAN language memory technology for the dynamic method
大学站点文件
- 本软件是集成式的输入平台,是一个输入法整合软件,除了本有的拼音输入外,可以挂接 各种形码输入方案,如五笔98、86、郑 ... 由于使用只有50多K的单线矢量字库,从体积而 言是目前最小的汉字系统,当然显示效果会打个折扣,直接键入xzl.com进行加载即可。 -the software is integrated platform for the importation of an input method integration software, in addition to the imp
jpeg-mpeg编解码技术
- jpeg and mpeg 编解码技术源代码-Source code of coding/decoding method to jpeg-mpeg
c45_vc
- 计算机人工智能方面的决策树方法 c4.5-the decision tree method Bank
lsvm
- 支持向量机方法,用matlab实现,用于分类检测、模式识别,人脸检测等-Support Vector Machine method, the realization of Matlab for the detection and classification, pattern recognition, face detection
fstb
- FISMAT accommodates different arithmetic operators, fuzzification and defuzzification algorithm, implication relations, and different method of approximate reasoning such as Compositional Rule of Inference (CRI) and Approximate Analogical Reasoning S
用龙贝格法计算函数f
- 介绍和使用龙贝格法进行数值分析的程序代码,Matlab-introduction and use Romberg method of numerical analysis code, Matlab
用四阶龙格-库塔法解求解微分方程初值问题
- 典型的数值分析程序,用四阶龙格-库塔法求解微分方程初值问题-typical numerical analysis procedures, with four bands Runge - Kutta method to solve initial value problems
PROGRAM OF PLANE PROBLEM
- 结构应力计算(转贴)有限单元法基本原理和数值方法》一书的源程序-structural stress (04) finite element method and the basic tenets of Numerical Methods, "a book of the source
一种分级检索MPEG视频的方法
- 提出了一种基于样本的分级检索 MPEG 视频的新方法:首先用I 帧的dct_dc_size 字段快速粗检,然后用断层摄影(tomography)法分析B 帧运动矢 量的时空分布特性以进一步缩小结果集,最后用DC 图像的精确匹配方法验证检索结果.试验结果表明,本方法 所需计算量较小,且可保证较高的检索精度.-presents a sample classification based on MPEG video retrieval of the new method : First o
Ch08ExtendingAO_3
- COM编程接口处理方法 多个方法调用COM库函数 -COM programming interface approach Method Invocation over COM library functions
counterxunjie
- 迅捷简易网页计数器 Ver2.0 一.系统要求: ASP+ACCESS 二.程序主要功能: 简单的页面计数功能。 三.使用方法 1. 上传全部文件; 2. 用记事本打开setup.asp更改程序按装路径; 3. 将 下面的代码添加到需要计数的网页, <scr ipt language=\"javascr ipt\" src=\"count.asp\"></scr ipt> 其中count.asp
dlb_lqr
- 倒立摆-采用LQR(线性二次型最优控制)方法实现倒立摆控制-inverted pendulum-use LQR (linear quadratic optimal control) method inverted pendulum control
考勤开发
- 用ping 的方法实现日常的考勤工作,还有相关的设计文档。也存在不少的问题,若有好的意见或建议,请回复信息。- With ping method realization daily checking attendance work, but also has the correlation the design documents. Also has many problems, if has the good opinion or the suggestion, please reply
DCXF
- 单纯形法发来进行函数优化的程序,可以运行成功-the simplex method for function optimization procedure can run successful
comtut18src
- 介绍属性包 IPersistPropertyBag 接口的实现方法和调用方式。属性包,是以“名称 - 值”的方式提供组件持续性的支持,而“名称 - 值”恰恰又适合于用文本方式来表现。下面的片段是在 HTML 中插入 Microsoft MonthView Control ActiveX 控件后的样式: -briefing packet attributes IPersistPropertyBag interface method and the use of methods. Attribu
ISE_chinese
- 通俗的介绍了ise的使用方法,对vhdl和verilog开发的初学者来说是不错的选择-popular introduction to the use of the method ideally, the VHDL and Verilog development of the newcomer is a good choice
静态工厂方法模式(Static Factory Method)
- 一.简单工厂模式又称静态工厂方法模式(Static Factory Method),它不是Gof 所讲的23种设计模式之一,但是它却是我们在编码过程中经常使用的方法之一。