搜索结果
找到约 161 项符合
Result 的查询结果
按分类筛选
- 全部分类
- 书籍 (15)
- 单片机编程 (10)
- 单片机开发 (10)
- 其他 (8)
- matlab例程 (8)
- 汇编语言 (7)
- DSP编程 (6)
- 技术资料 (6)
- 电源技术 (5)
- Java编程 (5)
- 教程资料 (4)
- 可编程逻辑 (4)
- 通讯编程文档 (4)
- VHDL/FPGA/Verilog (4)
- C/C++语言编程 (3)
- 教育系统应用 (3)
- 软件设计/软件工程 (3)
- 其他书籍 (3)
- 编译器/解释器 (3)
- 数据结构 (3)
- Delphi控件源码 (3)
- 其他嵌入式/单片机内容 (3)
- 数学计算 (3)
- 无线通信 (2)
- 网络 (2)
- 行业发展研究 (2)
- 微处理器开发 (2)
- 通讯/手机编程 (2)
- 软件工程 (2)
- 文章/文档 (2)
- 论文 (2)
- 模拟电子 (1)
- PCB相关 (1)
- 技术书籍 (1)
- 工控技术 (1)
- 测试测量 (1)
- 电子书籍 (1)
- STL (1)
- VxWorks (1)
- 数值算法/人工智能 (1)
- 数据库系统 (1)
- 其他数据库 (1)
- Modem编程 (1)
- 加密解密 (1)
- J2ME (1)
- Applet (1)
- 人工智能/神经网络 (1)
- Linux/Unix编程 (1)
- 书籍源码 (1)
- *行业应用 (1)
- 多国语言处理 (1)
- Linux/uClinux/Unix编程 (1)
- 源码 (1)
通讯编程文档 The information in this publication is believed to be accurate as of its publication date. Such info
The information in this publication is believed to be accurate as of its publication date. Such information is subject
to change without notice and The ATM Forum is not responsible for any errors. The ATM Forum does not assume
any responsibility to update or correct any information in this publicati ...
汇编语言 data array sdword 2 dup(?) str1 byte "Please input one 32-bit sign number :",0dh,0ah,0 str2 by
data
array sdword 2 dup(?)
str1 byte "Please input one 32-bit sign number :",0dh,0ah,0
str2 byte "The result is : ",0
align 4
jia1gao sdword 0
jia1 sdword 0
.code
main proc
call clrscr
mov esi,offset array
mov ecx,lengthof array
mov edx,offset str1
push esi
putin:
call writestring ...
VxWorks tServer task executes functions at low priority (254). serverSend funtion is used to send a requ
tServer task executes functions at low priority (254). serverSend
funtion is used to send a request to the tServer to execute a
function at the tServer s priority.
First tServer task executes the i() system call to print the summary
of tShell task. Next an address exception is caused i ...
行业发展研究 In this paper, we describe the development of a mobile butterfly-watching learning (BWL) system to
In this paper, we describe the development of a mobile butterfly-watching learning (BWL)
system to realize outdoor independent learning for mobile learners. The mobile butterfly-watching
learning system was designed in a wireless mobile ad-hoc learning environment. This is first result
to provide a ...
DSP编程 CCS编程环境 使用的是汇编加C的混合编程方法: The programme of the Correlation Algorithm. Using INT2 to get the input s
CCS编程环境 使用的是汇编加C的混合编程方法:
The programme of the Correlation Algorithm.
Using INT2 to get the input signal.
Array x, in first step, is the input signal produced by programme,
in next step, is the input signal get from A/D,
the length is 128, 32-bit floating point.
Array y, in first s ...
其他 - Convert file (plain text) or clipboard content among the following encodings: big5, gbk, hz, sh
- Convert file (plain text) or clipboard content among the following
encodings: big5, gbk, hz, shift-jis, jis, euc-jp, unicode big-endian,
unicode little-endian, and utf-8.
- Batch files conversion
- Preview file content and converted result before actual conversion.
文章/文档 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
其他 扫描器程序
扫描器程序,读源程序,去除空白和注释,结果写入另一文件。
要求:1.删除空白、回车、以及制表符等等。
2.删除各类注释。
源程序为一文本文件“scanner.txt”,程序执行后装入另一个文件“result.txt”中。
Java编程 用java编写的用蝶式算法实现的fft
用java编写的用蝶式算法实现的fft,用来计算两个多项式的乘积,输入文件的格式如压缩包中的data5.txt,结果输出到result.txt中。
Java编程 递归算法求一个有向图的强连通分量
递归算法求一个有向图的强连通分量,输入格式如压缩包中data4.txt,第一行为顶点个数。输出到result.txt中。