搜索结果
找到约 972 项符合
new 的查询结果
按分类筛选
- 全部分类
- 书籍 (88)
- 其他书籍 (78)
- 技术书籍 (77)
- 其他 (45)
- Java编程 (45)
- 技术资料 (41)
- VC书籍 (32)
- 单片机编程 (31)
- Java书籍 (31)
- 单片机开发 (26)
- 文章/文档 (22)
- 软件设计/软件工程 (22)
- 电子书籍 (19)
- matlab例程 (17)
- 人工智能/神经网络 (16)
- 软件工程 (16)
- 行业发展研究 (15)
- Delphi控件源码 (14)
- Linux/Unix编程 (13)
- 可编程逻辑 (12)
- Internet/网络编程 (11)
- 教程资料 (10)
- 微处理器开发 (10)
- 文件格式 (10)
- VHDL/FPGA/Verilog (10)
- 通讯编程文档 (10)
- 系统设计方案 (9)
- 通讯/手机编程 (9)
- 数据结构 (9)
- 电源技术 (8)
- 数学计算 (8)
- 压缩解压 (7)
- 嵌入式/单片机编程 (7)
- 编译器/解释器 (7)
- 模拟电子 (6)
- 数值算法/人工智能 (6)
- 技术管理 (6)
- 嵌入式Linux (6)
- 无线通信 (5)
- 汇编语言 (5)
- 游戏 (5)
- SQL Server (5)
- 加密解密 (5)
- 驱动编程 (5)
- MTK (5)
- DSP编程 (5)
- Applet (4)
- 其他嵌入式/单片机内容 (4)
- VxWorks (4)
- 数据库系统 (4)
- 网络 (4)
- 软件 (4)
- BREW编程 (3)
- Jsp/Servlet (3)
- 书籍源码 (3)
- 编辑器/阅读器 (3)
- 电子书籍 (3)
- Linux/uClinux/Unix编程 (3)
- 源码 (3)
- 论文 (3)
- 嵌入式综合 (2)
- C/C++语言编程 (2)
- 工控技术 (2)
- 测试测量 (2)
- *行业应用 (2)
- 操作系统开发 (2)
- GPS编程 (2)
- USB编程 (2)
- uCOS (2)
- Delphi/CppBuilder (2)
- 并行计算 (2)
- 企业管理 (2)
- 多国语言处理 (2)
- 其他数据库 (2)
- Windows CE (2)
- 存储器技术 (2)
- Matlab (2)
- VIP专区 (2)
- 课件教程 (1)
- 元器件 (1)
- 其他 (1)
- 测试技术 (1)
- 实用工具 (1)
- 行业应用文档 (1)
- 电机控制 (1)
- 教程资料 (1)
- PCB相关 (1)
- 通信网络 (1)
- 其他行业 (1)
- 并口编程 (1)
- 医药行业 (1)
- 电子政务应用 (1)
- SCSI/ASPI (1)
- 邮电通讯系统 (1)
- MySQL数据库 (1)
- J2ME (1)
- 交通/航空行业 (1)
- Symbian (1)
- 中间件编程 (1)
- 手机短信编程 (1)
其他书籍 In this book, you will learn about what drives the Linux development process. You will discover the
In this book, you will learn about what drives the Linux development process. You will discover the wide
variety of tools commonly used by Linux developers – compilers, debuggers, Software Configuration
Management – and how those tools are used to build application software, tools, utilities and e ...
VC书籍 Modern C++ Design is an important book. Fundamentally, it demonstrates generic patterns or pattern t
Modern C++ Design is an important book. Fundamentally, it demonstrates generic patterns or pattern templates as a powerful new way of creating extensible designs in C++--a new way to combine templates and patterns that you may never have dreamt was possible, but is. If your work involves C++ design ...
其他书籍 不错的 PERL 教程 Find a Perl programmer, and you ll find a copy of Perl Cookbook nearby. Perl Cookbook
不错的 PERL 教程
Find a Perl programmer, and you ll find a copy of Perl Cookbook nearby. Perl Cookbook is a comprehensive collection of problems, solutions, and practical examples for anyone programming in Perl. The book contains hundreds of rigorously reviewed Perl "recipes" and thousands of examp ...
Java书籍 pstmt = conn.prepareStatement("select ordernumber,datetime,price,dayofmoney from zujie where ordernu
pstmt = conn.prepareStatement("select ordernumber,datetime,price,dayofmoney from zujie where ordernumber= "+ cdName + " ")
rs=pstmt.executeQuery()
if(rs!=null && rs.next()){
String datetime = rs.getString(2)
java.text.SimpleDateFormat formatter = new java.text.SimpleDateFormat ("yyyy-MM-dd") ...
手机短信编程 The smspdulib library is intended for more transparent interaction with SMS PDU. This thought over h
The smspdulib library is intended for more transparent interaction with SMS PDU. This thought over hierarchy of classes will allow you to create new classes for other types of short messages using the realized base functionality.
At present, the following types of short messages are supported: sta ...
单片机开发 RTX51 TINY Version 2 has been completly restructured to gain flexiblity, accelarate performance, an
RTX51 TINY Version 2 has been completly restructured to gain flexiblity,
accelarate performance, and reduce code/data space requirements. Also
several new features are added to this popular Real-Time Kernal.
VHDL/FPGA/Verilog The VGA example generates a 320x240 diffusion-limited-aggregation (DLA) on Altera DE2 board. A DLA i
The VGA example generates a 320x240 diffusion-limited-aggregation (DLA) on Altera DE2 board. A DLA is a clump formed by sticky particles adhering to an existing structure. In this design, we start with one pixel at the center of the screen and allow a random walker to bounce around the screen until ...
Delphi控件源码 Purpose: --- -- This component is used for capturing staff from AVI to BMP. Installation:
Purpose:
--- --
This component is used for capturing staff from AVI to BMP.
Installation:
-------------
Extract the compiled units into your Lib directory or into
another directory that is listed in the Library path in your Delphi options.
Choose file AVIcap.dcu for register.
description:
-- ...
其他书籍 15篇光流配准经典文献
15篇光流配准经典文献,目录如下:
1、A Local Approach for Robust Optical Flow Estimation under Varying
2、A New Method for Computing Optical Flow
3、Accuracy vs. Efficiency Trade-offs in Optical Flow Algorithms
4、all about direct methods
5、An Introduction to OpenCV and Optical Flow
6、Bayesian Real ...
通讯编程文档 H.264/AVC, the result of the collaboration between the ISO/IEC Moving Picture Experts Group and the
H.264/AVC, the result of the collaboration between the ISO/IEC
Moving Picture Experts Group and the ITU-T Video Coding
Experts Group, is the latest standard for video coding. The goals
of this standardization effort were enhanced compression efficiency,
network friendly video representation for inte ...