搜索结果
找到约 780 项符合
More 的查询结果
按分类筛选
- 全部分类
- 书籍 (117)
- 其他书籍 (65)
- VC书籍 (36)
- 其他 (34)
- 电子书籍 (29)
- 单片机编程 (26)
- matlab例程 (25)
- 技术资料 (25)
- Java书籍 (23)
- Java编程 (22)
- Linux/Unix编程 (20)
- 软件设计/软件工程 (20)
- 单片机开发 (18)
- 模拟电子 (12)
- 压缩解压 (12)
- 软件工程 (12)
- 电源技术 (11)
- 文章/文档 (11)
- 嵌入式/单片机编程 (11)
- 加密解密 (10)
- 可编程逻辑 (9)
- 人工智能/神经网络 (9)
- 行业发展研究 (9)
- Delphi控件源码 (9)
- 驱动编程 (9)
- VxWorks (9)
- VHDL/FPGA/Verilog (8)
- 微处理器开发 (8)
- 数值算法/人工智能 (8)
- 数学计算 (8)
- 网络 (7)
- Internet/网络编程 (7)
- 教程资料 (6)
- 通讯编程文档 (6)
- 通讯/手机编程 (6)
- 操作系统开发 (5)
- 游戏 (5)
- 数据结构 (5)
- 系统设计方案 (5)
- 文件格式 (5)
- *行业应用 (5)
- 嵌入式综合 (4)
- 编译器/解释器 (4)
- FlashMX/Flex源码 (4)
- 无线通信 (3)
- 汇编语言 (3)
- 书籍源码 (3)
- SQL Server (3)
- 手机短信编程 (3)
- J2ME (3)
- 技术管理 (3)
- GPS编程 (3)
- JavaScript (3)
- 技术书籍 (2)
- PCB相关 (2)
- 手机WAP编程 (2)
- Windows CE (2)
- 嵌入式Linux (2)
- 邮电通讯系统 (2)
- Ajax (2)
- 其他数据库 (2)
- 医药行业 (2)
- 技术教程 (1)
- 传感与控制 (1)
- ARM (1)
- 教程资料 (1)
- 工控技术 (1)
- 测试测量 (1)
- uCOS (1)
- Delphi/CppBuilder (1)
- 电子政务应用 (1)
- 中间件编程 (1)
- 金融证券系统 (1)
- 其他嵌入式/单片机内容 (1)
- MTK (1)
- 企业管理 (1)
- RFID编程 (1)
- 编辑器/阅读器 (1)
- 家庭/个人应用 (1)
- DSP编程 (1)
- 数据库系统 (1)
- Windows Mobile (1)
- Applet (1)
- Symbian (1)
- STL (1)
- 人物传记/成功经验 (1)
- 磁盘编程 (1)
- 并行计算 (1)
- Jsp/Servlet (1)
- 认证考试资料 (1)
- Matlab (1)
- 多媒体处理 (1)
- 工业控制 (1)
- 其他文档 (1)
- 资料/手册 (1)
- C/C++语言编程 (1)
- 笔记 (1)
- 论文 (1)
Java编程 If you want to use the Struts Framework to its fullest potential, this is the book for you. Programm
If you want to use the Struts Framework to its fullest potential, this is the book for you. Programming Jakarta Struts, 2nd Edition covers everything the successful earlier edition did as well as plenty more: now fully up to date with Struts 1.1, this edition covers the latest material on tag librar ...
Java编程 Hibernate: A Developer s Notebook shows you how to use Hibernate to automate persistence: you write
Hibernate: A Developer s Notebook shows you how to use Hibernate to automate persistence: you write natural Java objects and some simple configuration files, and Hibernate automates all the interaction between your objects and the database. You don t even need to know the database is there, and you ...
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 ...
其他书籍 This is a paper describing Pulse Compression technique implemented in the Weather Radar system. This
This is a paper describing Pulse Compression technique implemented in the Weather Radar system. This paper presents data examples from the
radars and contrasts the use of pulse compression
waveforms with more traditional non-modulated
pulsed waveforms.
JavaScript Implementation of Edmonds Karp algorithm that calculates maxFlow of graph. Input: For each test c
Implementation of Edmonds Karp algorithm that calculates maxFlow of graph.
Input:
For each test case, the first line contains the number of vertices (n) and the number of arcs (m). Then, there exist m lines, one for each arc (source vertex, ending vertex and arc weight, separated by a space). The n ...
文章/文档 Abstract-In this paper, simple autonomous chaotic circuits coupled by resistors are investigated. B
Abstract-In this paper, simple autonomous chaotic circuits
coupled by resistors are investigated. By carrying out computer
calculations and circuit experiments, irregular self-switching phenomenon
of three spatial patterns characterized by the phase
states of quasi-synchronization of chaos can be ob ...
其他书籍 The many variants of the Unix operating system require use of a mode of thought that s significantly
The many variants of the Unix operating system require use of a mode of thought that s significantly different from the one that s required by simpler operating systems. Think Unix introduces readers to important fundamental and intermediate Unix commands and, in the process, inculcates them in the ...
数学计算 This article describes a new efficient implementation of the Cooley-Tukey fast Fourier transform (FF
This article describes a new efficient implementation of the Cooley-Tukey fast Fourier transform (FFT) algorithm using C++ template metaprogramming. Thank to the recursive nature of the FFT, the source code is more readable and faster than the classical implementation. The efficiency is proved by pe ...
Java编程 PenguinCards is a java-based card game. You can either play against computer or another player. On t
PenguinCards is a java-based card game. You can either play against computer or another player. On the board, there are card pairs and your aim is to find out these card pairs. The one who finds out more card pairs is the winner. Have fun!
其他 This codes is one of my univ projects I ve been working on for 3months. I d like to share it and mak
This codes is one of my univ projects I ve been working on for 3months. I d like to share it and make it work more properly.