搜索结果
找到约 182 项符合
Works 的查询结果
按分类筛选
- 全部分类
- 其他书籍 (15)
- Linux/Unix编程 (11)
- matlab例程 (11)
- 书籍 (10)
- 单片机开发 (9)
- 其他 (9)
- 数值算法/人工智能 (9)
- 文件格式 (6)
- 单片机编程 (5)
- Internet/网络编程 (5)
- 嵌入式/单片机编程 (5)
- 驱动编程 (4)
- 加密解密 (4)
- 可编程逻辑 (3)
- 其他数据库 (3)
- 电子书籍 (3)
- 网络 (3)
- 汇编语言 (3)
- Java书籍 (3)
- 软件工程 (3)
- VxWorks (3)
- 行业发展研究 (3)
- 模拟电子 (2)
- DSP编程 (2)
- 邮电通讯系统 (2)
- 人工智能/神经网络 (2)
- 通讯/手机编程 (2)
- 软件设计/软件工程 (2)
- GPS编程 (2)
- FlashMX/Flex源码 (2)
- 文章/文档 (2)
- 通讯编程文档 (2)
- 编辑器/阅读器 (2)
- Java编程 (2)
- JavaScript (2)
- 微处理器开发 (2)
- 实用工具 (1)
- 学术论文 (1)
- 多媒体处理 (1)
- 教程资料 (1)
- 接口技术 (1)
- USB编程 (1)
- 金融证券系统 (1)
- 数据结构 (1)
- 书籍源码 (1)
- Delphi控件源码 (1)
- 技术管理 (1)
- VHDL/FPGA/Verilog (1)
- 教育系统应用 (1)
- Windows Mobile (1)
- 其他嵌入式/单片机内容 (1)
- RFID编程 (1)
- VC书籍 (1)
- 压缩解压 (1)
- J2ME (1)
- 3G开发 (1)
- 游戏 (1)
- 认证考试资料 (1)
- 技术教程 (1)
- VIP专区 (1)
其他书籍 This book is about using Python to get jobs done on Windows.This intended to be a practical book foc
This book is about using Python to get jobs done on Windows.This intended to be a practical book focused on tasks. It doesn t aim to teach Python programming, although we do provide a brief tutorial. Instead, it aims to cover:How Python works on Windows The key integration technologies supported by ...
数据结构 Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to w
Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to work in the random access memory(RAM). Some of them do provide some mechanism for dumping the whole tree into a file and loading it back to the memory in order to make data in that tree persistent. It ...
matlab例程 Example of a digital data transmission implementing GMSK modulation This Simulink model simulates a
Example of a digital data transmission implementing GMSK modulation
This Simulink model simulates as an example the transmission and reception of random digital data modulated with GMSK. The purpose of this model is to illustrate how part of the GSM transmission and reception works. It also measures ...
Internet/网络编程 HTML Editor for VC++ 6.0:Today, applications often need a rich user interface. One of them is abilit
HTML Editor for VC++ 6.0:Today, applications often need a rich user interface. One of them is ability to compose or edit HTML documents in an easy, effective, and reliable way. This article and source code attached give you a nice control to perform this task. And now, the best part: This control wo ...
书籍源码 The code, images and designs for this book are released under a Creative Commons Attribution-NonComm
The code, images and designs for this book are released under a Creative Commons Attribution-NonCommercial-ShareAlike 2.5 License.
http://creativecommons.org/licenses/by-nc-sa/2.5/
You are free:
* to copy, distribute, display, and perform the work
* to make derivative works
Under the following c ...
数值算法/人工智能 In this implementation of AntNet-3.0 one could get the behavior of both algorithms through a simple
In this implementation of AntNet-3.0 one could get the behavior of both algorithms through a simple #define. The implementation has been tested and works with Windows XP and MSVC6.0 and Omnetpp3.0a3
人工智能/神经网络 This source code is about the basic sorting algorithm implemented in C#. The algorithms included are
This source code is about the basic sorting algorithm implemented in C#. The algorithms included are Bubble Sort, Insertion Sort, Selection Sort. User can trace how s the sorting algorithm works.
Linux/Unix编程 About WepDecrypt: Wepdecrypt is a Wireless LAN Tool written in c which guesses WEP Keys based o
About WepDecrypt:
Wepdecrypt is a Wireless LAN Tool written in c which guesses WEP Keys based on a active dictionary attack, key generator, distributed network attack and some other methods, it s based on wepattack and GPL licensed.
WepDecrypt highlights:
- Implemented packet filters.
- Only on ...
Delphi控件源码 FreeReport 2.34 consists of the report engine, designer and previewer, with capabilities comparable
FreeReport 2.34 consists of the report engine, designer and previewer, with capabilities comparable to QuickReport 3 and ReportBuilder 3.52. FreeReport 2.34 works with Delphi 2/3/4/5/6 and C++ Builder 1/3/4.
Freeware, full source code, royalty-free.
人工智能/神经网络 A .NET Path Finder Library Path Finder Library is a .NET library that currently contains one type c
A .NET Path Finder Library
Path Finder Library is a .NET library that currently contains one type called SimplePathFinder. SimplePathFinder is a very simple and basic implementation of the A* path finding algorithm. It is extremely easy to use and integrate in your applications. It works very well a ...