搜索结果
找到约 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)
VHDL/FPGA/Verilog 移位乘法器的输入为两个4位操作数a和b
移位乘法器的输入为两个4位操作数a和b,启动乘法器由stb控制,clk信号提供系统定时。乘法器的结果为8位信号result,乘法结束后置信号done为1.
乘法算法采用原码移位乘法,即对两个操作数进行逐位的移位相加,迭代4次后输出结果。具体算法:
1. 被乘数和乘数的高位补0,扩展成8位。
2. 乘法依次向右移位,并检查其最低 ...
单片机开发 ARP test mode. According to the idea we design the arithmetic for the key part, first the system sen
ARP test mode. According to the idea we design the arithmetic for the key part, first the system sends a message to the target machine, and then system wait for the response. Once system receives a message, it starts to analyze the message, according to the message s parameter system judges whether ...
其他 This is an extension of sign example. You can design your own traffic sign by using Verilog. And the
This is an extension of sign example. You can design your own traffic sign by using Verilog. And the result from Verilog can be seen by the attached C file.
Applet a Java program that reads in the following values from the standard input device (i.e. Keyboard) an
a Java program that reads in the following values from the standard input device (i.e.
Keyboard) and writes its result on the standard output device (i.e. Console/Monitor):
Inputs:
A: the loan amount in dollars and cents (e.g. 150000.00).
r: the net annual interest rate, expressed as an integer (e.g ...
单片机开发 Its functions are: n order within (excluding n) At the same time, 3 and 7 can be integral to all nat
Its functions are: n order within (excluding n) At the same time, 3 and 7 can be integral to all natural and a few of the square root of s, and function as a value to return, the final result s output to file out.dat China.
Delphi控件源码 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\EhLibConsts.pas
功能:常数汉化
3.Common\DBGridEhFindDlgs.pas\dfm
A、 ...
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.
Linux/Unix编程 一个基于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+A+C+K=23+9+14+1+3+11=71%
HARDWORK=H+A+R+D+W+O ...
汇编语言 汇编程序的循环程序的设计方法 编程计算数组m中20个字数据的和
汇编程序的循环程序的设计方法 编程计算数组m中20个字数据的和,并将和存放在result单元中
软件设计/软件工程 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 and embedded systems. The goal was to develop a small, reliable, portable, distributed, real-time o ...