搜索结果
找到约 195 项符合
RESULT 的查询结果
按分类筛选
- 全部分类
- 技术资料 (30)
- 书籍 (15)
- 单片机编程 (11)
- 单片机开发 (10)
- 汇编语言 (9)
- matlab例程 (9)
- 其他 (8)
- DSP编程 (6)
- 电源技术 (5)
- Java编程 (5)
- 教程资料 (4)
- 可编程逻辑 (4)
- 数学计算 (4)
- 通讯编程文档 (4)
- VHDL/FPGA/Verilog (4)
- 其他嵌入式/单片机内容 (4)
- C/C++语言编程 (3)
- 其他书籍 (3)
- 教育系统应用 (3)
- 编译器/解释器 (3)
- 数据结构 (3)
- Delphi控件源码 (3)
- 软件设计/软件工程 (3)
- 论文 (2)
- 无线通信 (2)
- 通讯/手机编程 (2)
- 软件工程 (2)
- 网络 (2)
- 人工智能/神经网络 (2)
- 文章/文档 (2)
- 微处理器开发 (2)
- 行业发展研究 (2)
- 源码 (1)
- PCB相关 (1)
- Linux/uClinux/Unix编程 (1)
- 数值算法/人工智能 (1)
- 加密解密 (1)
- 数据库系统 (1)
- 书籍源码 (1)
- 技术书籍 (1)
- 测试测量 (1)
- 工控技术 (1)
- 模拟电子 (1)
- 电子书籍 (1)
- 驱动编程 (1)
- Linux/Unix编程 (1)
- Modem编程 (1)
- *行业应用 (1)
- Applet (1)
- 多国语言处理 (1)
- 其他数据库 (1)
- STL (1)
- J2ME (1)
- VxWorks (1)
- 百货/超市行业 (1)
- 并行计算 (1)
其他嵌入式/单片机内容 ecc 算法实现和纠错 1。nand_trans_result函数是实现ecc的行校验 2。nand_calculate_ecc函数是实现ecc的列校验 3。nand_correct_data函
ecc 算法实现和纠错
1。nand_trans_result函数是实现ecc的行校验
2。nand_calculate_ecc函数是实现ecc的列校验
3。nand_correct_data函数实现1bit纠错
Delphi控件源码 VBS解析_delphi.rar function ParseFileDir(a_strFileName) { var l_FunNo var l_BaseDir var res
VBS解析_delphi.rar
function ParseFileDir(a_strFileName)
{
var l_FunNo
var l_BaseDir
var result
l_BaseDir = "D:\\X项目\\"
l_FunNo = a_strFileName.substring(0, 5)
result = l_BaseDir+l_FunNo + \\ +a_strFileName
return result
}
文章/文档 quality enhancement of celp coded speech by LBG algorithm, with proposed algorithm and simulation re
quality enhancement of celp coded speech by LBG algorithm, with proposed algorithm and simulation result
Linux/uClinux/Unix编程 Pyplif software
PyPLIF is a program/script written in Python to analyze protein-ligandinteraction from the molecular docking result.
Java编程 A Waiter relays an order Object to a Producer, waits in an independent thread during the production,
A Waiter relays an order Object to a Producer, waits in an independent thread during the production, and then delivers the result using a Consumer callback method.
matlab例程 In this program we calculate the scattering field of a infinite rectangular surface. I use Physical
In this program we calculate the scattering field of a infinite rectangular surface. I use Physical Optic method and compare the result with exact solution.
通讯/手机编程 对cdma系统进行仿真
对cdma系统进行仿真,包括误码率统计等,结果输出到result.dat文件当中。
其他 编程查找指定目录下所有EXE文件
编程查找指定目录下所有EXE文件,并将其全路径存入Result.txt中,要求用递归
Java编程 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.
汇编语言 用顺序结构来编程实现求S=(X2+Y2)/Z的值
用顺序结构来编程实现求S=(X2+Y2)/Z的值,将最后结果放入RESULT单元保存