result

共 195 篇文章
result 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 195 篇文章,持续更新中。

一个基于GTK+的单词数值计算器

一个基于GTK+的单词数值计算器,1、 按照规则计算单词的值,如果 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 26个字母(全部用大写)的值分别为 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26,如: WINJACK这个单词的值就为:W+I+N+J

The model is Goal Programming and Serial Correlation with fuzzy concept. This model can be used to

The model is Goal Programming and Serial Correlation with fuzzy concept. This model can be used to solve some finance and economic problems. The result can find the best and worse solution.

汉字字频统计软件说明: 1. 这个小工具可以对一个文本文件中出现的汉字的字形数和字种数进行频次统计; 2. 字频统计结果按照降序输出; 3. 可同时选中多个文本文件进行字频统计; 4. 程

汉字字频统计软件说明: 1. 这个小工具可以对一个文本文件中出现的汉字的字形数和字种数进行频次统计; 2. 字频统计结果按照降序输出; 3. 可同时选中多个文本文件进行字频统计; 4. 程序启动后点击主菜单中“统计字频”下“选取文件”就可以开始进行字频统计; 5. 统计结果保存在HanZiFreq_Result.txt文件中; 6. 这个工具不能处理非纯文本格式的文件(比如rtf,

tinyxml project for Visual Studio 2008. A small xml parser, the result is lib file for embedded ARM

tinyxml project for Visual Studio 2008. A small xml parser, the result is lib file for embedded ARM processor

汇编程序的循环程序的设计方法 编程计算数组m中20个字数据的和

汇编程序的循环程序的设计方法 编程计算数组m中20个字数据的和,并将和存放在result单元中

A method is presented for augmenting an extended Kalman filter with an adaptive element. The result

A method is presented for augmenting an extended Kalman filter with an adaptive element. The resulting estimator provides robustness to parameter uncertainty and unmodeled dynamics.

This an example showing how idl helping to build the abstract class for the java objects. As a resul

This an example showing how idl helping to build the abstract class for the java objects. As a result, the client class is able to use the function of the servant program.

移位乘法器的输入为两个4位操作数a和b

移位乘法器的输入为两个4位操作数a和b,启动乘法器由stb控制,clk信号提供系统定时。乘法器的结果为8位信号result,乘法结束后置信号done为1. 乘法算法采用原码移位乘法,即对两个操作数进行逐位的移位相加,迭代4次后输出结果。具体算法: 1. 被乘数和乘数的高位补0,扩展成8位。 2. 乘法依次向右移位,并检查其最低位,如果为1,则将被乘数和部分和相加,然后将被乘数

Java technology is both a programming language and a platform. The Java programming language origina

Java technology is both a programming language and a platform. The Java programming language originated as part of a research project to develop advanced software for a wide variety of network devices

postfixComputer, Calculate the postfix expression, such as 45+,which means 4+5,and the result is 9.

postfixComputer, Calculate the postfix expression, such as 45+,which means 4+5,and the result is 9. The program is very applied.

H.264/AVC, the result of the collaboration between the ISO/IEC Moving Picture Experts Group and the

H.264/AVC, the result of the collaboration between the ISO/IEC Moving Picture Experts Group and the ITU-T Video Coding Experts Group, is the latest standard for video coding. The goals of this stan

result of CSMA simulation 6

result of CSMA simulation 6

A Code To Get Result of Ping On A Label Or Text Box.

A Code To Get Result of Ping On A Label Or Text Box.

EhLib 4.2.16 中文汉化版 (Faceker.com 修改版) 1. DataServiceEhLibADO.pas 第40行

EhLib 4.2.16 中文汉化版 (Faceker.com 修改版) 1. DataService\EhLibADO.pas 第40行,ADODataSetDriverName函数: 原:Result := MSACCESS 现:Result := MSSQL 功能:字符串、日期界定符匹配(STFilter.Local=False情况下) 2.Common\Eh

用java编写的用蝶式算法实现的fft

用java编写的用蝶式算法实现的fft,用来计算两个多项式的乘积,输入文件的格式如压缩包中的data5.txt,结果输出到result.txt中。

// This program measures the voltage on an external ADC input and prints the // result to a termin

// This program measures the voltage on an external ADC input and prints the // result to a terminal window via the UART. // // The system is clocked using the internal 24.5MHz oscillator. // Re

VHDL driver of lift in building. Result is presents on LED segments[decimal value].

VHDL driver of lift in building. Result is presents on LED segments[decimal value].

以查询方式将数据段中BUFFER开始的16个字节单元的数据从16550发送

以查询方式将数据段中BUFFER开始的16个字节单元的数据从16550发送,再通过16550接收端存入自内存单元RESULT处

upsd_flash.c These functions are provided to help you develop your initial code. They are optim

upsd_flash.c These functions are provided to help you develop your initial code. They are optimized for speed rather that size. As a result, you will see very few nested function calls. If spee

这个程序是编译程序的一部分

这个程序是编译程序的一部分,用于阅读源代码,并识别其中的标记符、关键词(以字母开头)、数(以数字开头)。其中数按其是否以0开头分为10进制和8/16进制,而16进制的第二位是“x”。将上述所有识别的内容分类显示在屏幕和文件result.txt中。 函数scan负责整个识别、输出过程,compare1负责识别单个字符,compare2识别词。