搜索结果
找到约 509 项符合
Work 的查询结果
按分类筛选
- 全部分类
- 技术资料 (80)
- 书籍 (37)
- 其他 (29)
- 其他书籍 (25)
- 单片机开发 (17)
- matlab例程 (17)
- 单片机编程 (14)
- Linux/Unix编程 (14)
- Java编程 (14)
- VHDL/FPGA/Verilog (12)
- VC书籍 (12)
- Delphi控件源码 (11)
- 软件设计/软件工程 (11)
- 通讯/手机编程 (9)
- 电子书籍 (9)
- 数学计算 (9)
- 书籍源码 (8)
- 压缩解压 (8)
- Java书籍 (8)
- 汇编语言 (7)
- 通讯编程文档 (7)
- 其他嵌入式/单片机内容 (7)
- 数值算法/人工智能 (6)
- 软件工程 (6)
- 网络 (6)
- 行业发展研究 (6)
- 人工智能/神经网络 (5)
- 微处理器开发 (5)
- 电源技术 (4)
- 加密解密 (4)
- 操作系统开发 (4)
- 编译器/解释器 (4)
- 技术管理 (4)
- 嵌入式/单片机编程 (4)
- J2ME (4)
- 系统设计方案 (4)
- 认证考试资料 (4)
- 无线通信 (3)
- DSP编程 (3)
- 模拟电子 (3)
- USB编程 (3)
- 嵌入式Linux (3)
- Windows CE (3)
- SQL Server (3)
- 论文 (2)
- 数据库系统 (2)
- 驱动编程 (2)
- Internet/网络编程 (2)
- 串口编程 (2)
- 编辑器/阅读器 (2)
- 多国语言处理 (2)
- 数据结构 (2)
- BREW编程 (2)
- 其他行业 (2)
- GPS编程 (2)
- 并行计算 (2)
- 源码 (1)
- 笔记 (1)
- PCB相关 (1)
- C/C++语言编程 (1)
- 仿真技术 (1)
- 开发工具 (1)
- ARM (1)
- 通信网络 (1)
- 嵌入式综合 (1)
- 教程资料 (1)
- 可编程逻辑 (1)
- Modem编程 (1)
- 游戏 (1)
- 金融证券系统 (1)
- 其他数据库 (1)
- 文章/文档 (1)
- STL (1)
- FlashMX/Flex源码 (1)
- Delphi/CppBuilder (1)
- Symbian (1)
- Windows Mobile (1)
- 中间件编程 (1)
- OA系统 (1)
- MySQL数据库 (1)
- 邮电通讯系统 (1)
- Jsp/Servlet (1)
- MTK (1)
- MacOS编程 (1)
- VIP专区 (1)
教程资料 关于FPGA流水线设计的论文
关于FPGA流水线设计的论文\r\nThis work investigates the use of very deep pipelines for\r\nimplementing circuits in FPGAs, where each pipeline\r\nstage is limited to a single FPGA logic element (LE). The\r\narchitecture and VHDL design of a parameterized integer\r\na
Java编程 Write a multithreaded Java, Pthreads, or WIN32 program that outputs prime numbers. This program shou
Write a multithreaded Java, Pthreads, or WIN32 program that outputs prime numbers. This program should work as follows: The user will run the program and will enter a number on the command line. The program will then create a separate thread that outputs all the prime numbers less than or equal to t ...
其他书籍 Before you even get started on your PhD research, you have already made a decision that will have a
Before you even get started on your PhD research, you have already
made a decision that will have a major impact on the success of your
project, and perhaps even on your future career. You have chosen to
work in a particular research group, under the guidance of a particular
thesis advisor or superv ...
Java编程 Metalworks is a simple Swing-based simulated e-mail application. It shows off several features of S
Metalworks is a simple Swing-based simulated e-mail
application. It shows off several features of Swing, including
JInternalFrame, JTabbedPane, JFileChooser, JEditorPane, and
JRadioButtonMenuItem. Metalworks is optimized to work with the
Java look and feel (codenamed "Metal") and shows use of severa ...
通讯编程文档 The libosip library is known to compile on various platform: * GNU/Linux * MacOSX (Darwin) * O
The libosip library is known to compile on various platform:
* GNU/Linux
* MacOSX (Darwin)
* OpenBsd 3.1/3.2 // (FreeBSD&NetBSD should also work)
* Windows NT/95/2000 (VC++6.0 or cygwin)
* Solaris
* HP-Unix.
* VxWorks.
* Some embedded systems with linux.
* WinCE (report to be possible) ...
多国语言处理 SimMetrics is a Similarity Metric Library, e.g. from edit distance s (Levenshtein, Gotoh, Jaro etc)
SimMetrics is a Similarity Metric Library, e.g. from edit distance s (Levenshtein, Gotoh, Jaro etc) to other metrics, (e.g Soundex, Chapman). Work provided by UK Sheffield University funded by (AKT) an IRC sponsored by EPSRC, grant number GR/N15764/01.
Java编程 This code sample shows how to write a simple Javadoc 1.2 Doclet. Used with Javadoc, it can generate
This code sample shows how to write a simple Javadoc 1.2 Doclet. Used with Javadoc, it can generate a Unix-style inverted index for a set of Java classes, with links to real Java API documentation. Includes directions and source code.
This doclet requires JDK 1.2.1 or later, it will not work with J ...
技术管理 if the method is to be made void, then it cannot have a return statement, all it can do is set the v
if the method is to be made void, then it cannot have a return statement, all it can do is set the value. Your SeatReserved variable is already a global variable, so what you have in the last post will work, it is known as a set or setter method. All it does is set a value, usually these are don ...
VHDL/FPGA/Verilog This short paper will give you some VHDL code examples that will help you design synchronous circuit
This short paper will give you some VHDL code examples that will help you design synchronous circuits that work first time.The philosophy behind Ten-Commandment code is that synthesizers are not to be trusted too much. Most of the code you will see is close to the structural level some more overtly ...
书籍 Handbook of Mobile Ad Hoc Networks
Throughout the course of my work in multihop mobile ad hoc networks (MANET)
over the last several years, I reached the conclusion that mobility models and perfor-
mance metrics need to be treated in detail in designing these networks that are the
ultimatefrontierinwirelesscommunications. Awidevariet ...