搜索结果
找到约 286 项符合
Way 的查询结果
按分类筛选
- 全部分类
- 书籍 (38)
- 其他书籍 (23)
- Java编程 (18)
- matlab例程 (16)
- VC书籍 (16)
- 单片机编程 (11)
- 单片机开发 (11)
- 其他 (10)
- 数学计算 (7)
- 电源技术 (6)
- Linux/Unix编程 (6)
- 电子书籍 (6)
- 数据结构 (5)
- 压缩解压 (5)
- 软件工程 (5)
- 微处理器开发 (5)
- 数值算法/人工智能 (5)
- 人工智能/神经网络 (4)
- 加密解密 (4)
- 编辑器/阅读器 (4)
- 文件格式 (4)
- 嵌入式综合 (3)
- 书籍源码 (3)
- 通讯编程文档 (3)
- 软件设计/软件工程 (3)
- 技术资料 (3)
- 无线通信 (2)
- 技术书籍 (2)
- 游戏 (2)
- VHDL/FPGA/Verilog (2)
- Delphi控件源码 (2)
- Windows CE (2)
- 编译器/解释器 (2)
- 技术管理 (2)
- Java书籍 (2)
- 嵌入式/单片机编程 (2)
- DSP编程 (2)
- 系统设计方案 (2)
- USB编程 (2)
- 行业发展研究 (2)
- 其他行业 (2)
- Internet/网络编程 (2)
- VIP专区 (2)
- 模拟电子 (1)
- PCB相关 (1)
- 通信网络 (1)
- 可编程逻辑 (1)
- 测试测量 (1)
- TAPI编程 (1)
- Symbian (1)
- 汇编语言 (1)
- 中间件编程 (1)
- 通讯/手机编程 (1)
- 人物传记/成功经验 (1)
- Windows Mobile (1)
- 操作系统开发 (1)
- Applet (1)
- 企业管理 (1)
- J2ME (1)
- 文章/文档 (1)
- Delphi/CppBuilder (1)
- 交通/航空行业 (1)
- 其他嵌入式/单片机内容 (1)
- SQL Server (1)
- Jsp/Servlet (1)
- 多国语言处理 (1)
- Ajax (1)
- Windows编程 (1)
- 学术论文 (1)
- 源码 (1)
- 教程 (1)
加密解密 Huffman codes 1.In telecommunication, how do we represent a set of messages, each with an access fr
Huffman codes
1.In telecommunication, how do we represent a set of messages, each with an access frequency, by a sequence of 0 s and 1 s?
2.To minimize the transmission and decoding costs, we may use short strings to represent more frequently used messages.
3.This problem can be solved by using an e ...
书籍源码 How to control the time s equence of LM3033B- 0BR3 LCD module by C51 programming was dis cus s ed i
How to control the time s equence of LM3033B- 0BR3 LCD module by C51
programming was dis cus s ed in this paper. In this way the LCD module was driven by
parallel communication and the characters and graphics could be
were narrated in detail.
压缩解压 ) Compression using huffman code -with a number of bits k per code word -provide huffma
) Compression using huffman code
-with a number of bits k per code word
-provide huffman table
Huffman coding is optimal for a symbol-by-symbol coding with a known input probability distribution.This technique uses a variable-length code table for encoding a source symbol. The table is d ...
DSP编程 In C Algorithms for Real-Time DSP, author Paul M. Embree presents a complete guide to digital signal
In C Algorithms for Real-Time DSP, author Paul M. Embree presents a complete guide to digital signal processing techniques in the C programming language. This book is structured in such a way that it will be most useful to the engineer who is familiar with DSP and the C language, but who is not nece ...
软件设计/软件工程 This contribution provides functions for finding an optimum parameter set using the evolutionary alg
This contribution provides functions for finding an optimum parameter set using the evolutionary algorithm of Differential Evolution. Simply speaking: If you have some complicated function of which you are unable to compute a derivative, and you want to find the parameter set minimizing the output o ...
其他 Jh_cpu is a cpu with 12 address,8 data bus, adn give direct address ,indirect address two addressin
Jh_cpu is a cpu with 12 address,8 data bus, adn give direct address ,indirect address two addressin way.
编辑器/阅读器 Normally a list view is updated by a user directly by selecting a list view item and then editing or
Normally a list view is updated by a user directly by selecting a list view item and then editing or deleting it. New items are usually added at the bottom of the list. This works fine since the user knows which items have been changed or deleted and where the new items will pop up. A drawback of it ...
编辑器/阅读器 Some time during my development works I had the need of printing the contents of a ListView control.
Some time during my development works I had the need of printing the contents of a ListView control. So I wrote down the code for a custom control, named PrintableListView, that solved the following two problems:
* extend the print on multiple pages when the width of the list exceeds the width ...
Java编程 Besides enhanced looks and advanced features, one of the best things about Swing is its pluggable lo
Besides enhanced looks and advanced features, one of the best things about Swing is its pluggable look and feel (PLAF). PLAF architecture allows seamless changes in the appearance of an application and the way an application interacts with the user. However, designing and developing a PLAF is much m ...
Java编程 This inspired me to make this tool. This tool is not a professional one but shows an example which m
This inspired me to make this tool. This tool is not a professional one but shows an example which makes use of the System.Diagnostics namespace. With this tool, you can write small console based Java programs, compile and run. Just a way to practically learn Java.