搜索资源列表
一个有效展示True Type字体的例子
- 一个有效展示True Type字体的例子-an effective display of True Type fonts example
一个有效展示True Type字体的例子
- 一个有效展示True Type字体的例子-an effective display of True Type fonts example
Digit_Recomodule
- This an digit recognition application. (OCR or ICR application). First you draw a digit in the picturebox. Then the image processing begins and recognize the digit and returns you the result. I used correlation matching
ZLG_FSInCF_example
- 基于LPC2210 的ZLG/CF 驱动使用. CF 卡有PC 卡I/O、MEMORY 及True IDE 等3 种模式,而True IDE 模式兼容IDE 硬 盘,该模式比其它的两种模式更实用,是3 种模式中使用较多的一种。本节中描述CF 卡在 True IDE 模式下的应用。 使用LPC2210 的通用可编程I/O 口,模拟产生ATA 设备的读写时序,实现对CF 卡及 IDE 硬盘等ATA 设备读写操作。使用LP
true
- 一个逻辑表达式如果对于其变元的任一种取值都为真,则称为重言式;反之,如果对于其变元的任一种取值都为假,则称为矛盾式;然而,更多的情况是,既非重言式,也非矛盾式。试写一个程序,通过真值表判别一个逻辑表达式属于上述哪一类-If a logical expression of its variables are either value is true, then known as tautology the contrary, if it
DSP_AD
- 真有效值算法的应用,本文详细说明了真有效值在DSP领域应用-True RMS algorithm applications, this article details the TRMS in DSP applications
Bootloader.tar
- true type font release
gothic
- gothic true type font
partest
- This function calculate the performance, based on Bayes theorem, of a clinical test. The input is based on a 2x2 matrix (true positive, false positives false negative, true negatives). The Outputs are: - Prevalence o
truetype
- 将 windows true type 字库生成 bmp文件资料及源码.-The windows true type fonts bmp documentation and source code is generated.
imcompr
- 基于奇异值分解的图像压缩。分别给出了灰度及RGB真彩图的压缩代码。 -Based on singular value decomposition of the image compression. Are given respectively grayscale and RGB true color pictures of the compression code.
partest
- This function calculate the performance, based on Bayes theorem, of a clinical test. The input is based on a 2x2 matrix (true positive, false positives false negative, true negatives).-This function calculate the perform
7225321-Using-DSP-Technology-for-True-Sine-PWM-Ge
- Using DSP Technology for True Sine PWM Generators for Power Inverters
truetime-2.0-beta2
- true time for communication delay
true
- TRUE Online Payment PHP scr ipt
OLEDB
- True DBGrid control version 7 some sample code
is-true-man-last-for-20s
- is true man last for 20s-is true man last for 20s.rar
Dynamic-Path-loss-exponent
- 动态可变环境下基于信标节点间的信号动态计算当前环境下的路径衰落指数,-A method to accucalate the true path loss exponent in dynamic environment!
True-False
- Using True or False in Asm
formula-for-calculating--true-value
- 计算命题演算公式的真值,所谓命题演算公式是指由逻辑变量(其值为TRUE或FALSE)和逻辑运算符∧(AND)、∨(OR)和┐(NOT)按一定规则所组成的公式(蕴含之类的运算可以用∧、∨和┐来表示)。公式运算的先后顺序为┐、∧、∨,而括号()可以改变优先次序。已知一个命题演算公式及各变量的值,要求设计一个程序来计算公式的真值。 要求: (1)利用二叉树来计算公式的真值。首先利用堆栈将中缀形式的公式变为后缀形式;然后根据后缀形式,从