搜索结果
找到约 166 项符合
Next 的查询结果
按分类筛选
- 全部分类
- 书籍 (22)
- 其他 (10)
- 技术资料 (9)
- 单片机编程 (8)
- 数据结构 (7)
- 其他书籍 (5)
- Java编程 (5)
- 源码 (5)
- 教程资料 (4)
- 可编程逻辑 (4)
- VC书籍 (4)
- 操作系统开发 (4)
- 电源技术 (3)
- 人工智能/神经网络 (3)
- 网络 (3)
- 数学计算 (3)
- 软件下载 (2)
- ARM (2)
- 电子书籍 (2)
- 系统设计方案 (2)
- 其他行业 (2)
- SCSI/ASPI (2)
- 数值算法/人工智能 (2)
- 单片机开发 (2)
- Java书籍 (2)
- 加密解密 (2)
- 技术管理 (2)
- 软件工程 (2)
- 软件设计/软件工程 (2)
- 文章/文档 (2)
- matlab例程 (2)
- 软件 (2)
- 习题答案 (2)
- 技术书籍 (1)
- 通信网络 (1)
- 嵌入式综合 (1)
- 开发工具 (1)
- PCB相关 (1)
- 数据库系统 (1)
- 教育系统应用 (1)
- 汇编语言 (1)
- 语音压缩 (1)
- 压缩解压 (1)
- VxWorks (1)
- DSP编程 (1)
- 编译器/解释器 (1)
- 中间件编程 (1)
- 通讯编程文档 (1)
- 游戏 (1)
- 微处理器开发 (1)
- J2ME (1)
- JavaScript (1)
- RFID编程 (1)
- Delphi控件源码 (1)
- Internet/网络编程 (1)
- Linux/Unix编程 (1)
- FlashMX/Flex源码 (1)
- 通讯/手机编程 (1)
- SQL Server (1)
- 行业发展研究 (1)
- MTK (1)
- MySQL数据库 (1)
- Linux/uClinux/Unix编程 (1)
- 技术教程 (1)
- 多媒体处理 (1)
- 论文 (1)
VC书籍 Windows applications using C++ and the Microsoft Foundation Class (MFC) library. The text builds fro
Windows applications using C++ and the Microsoft Foundation Class (MFC) library. The text builds from the ground up, first describing the Windows architecture and showing how MFC works with that architecture next covering the document/view framework that simplifies the creation of industrial-streng ...
软件工程 Managing Humans is a selection of the best essays from Michael Lopps web site, Rands In Repose. Draw
Managing Humans is a selection of the best essays from Michael Lopps web site, Rands In Repose. Drawing on Lopp s management experiences at Apple, Netscape, Symantec, and Borland, this book is full of stories based on companies in the Silicon Valley where people have been known to yell at each other ...
通讯/手机编程 WSNs being energy constrained systems, one major problem is to employ the sensor nodes in such a man
WSNs being energy constrained systems, one major problem is to employ the sensor nodes in such a manner so as to ensure maximum coverage and connectivity with minimal or optimal number of nodes and furthermore elongate network lifetime with maximum energy utilization.
The problem addressed has b ...
SQL Server HashTable实例 public class HashTable_msg { public HashTable_msg() { String sum_sql="select
HashTable实例
public class HashTable_msg {
public HashTable_msg()
{
String sum_sql="select mobilenum,count(*) from SJSJ_Msg where (left(in_date,6)=(select left(CONVERT(varchar(12) , getdate(), 112 ),6)))group by mobilenum"
Hashtable<String,Integer> ht = new Hashtable<String,Integer>() ...
文章/文档 初看kmp算法的时候有点模糊
初看kmp算法的时候有点模糊,第一次就根本没明白过。 仔细的推敲。找相关类似的问题。现在把源程序贴出来供大家参考。 关键一点就是要了解next函数的构造,以及为什么要这么做。在数据结构中的next推倒,不过不是很好理解。 其中next是按1开始。 ...
数学计算 The code performs a number (ITERS) of iterations of the Bailey s 6-step FFT alg
The code performs a number (ITERS) of iterations of the
Bailey s 6-step FFT algorithm (following the ideas in the
CMU Task parallel suite).
1.- Generates an input signal vector (dgen) with size
n=n1xn2 stored in row major order
...
其他书籍 Imagine that you are a web developer (which is probably not a stretch if you are reading this book)
Imagine that you are a web developer (which is probably not a stretch if you are reading
this book) and you are being encouraged to add some Ajax features to a site you’re
working on. Maybe the originator of this request is your boss or your boss’s boss, who is
not even sure what Ajax is, let alon ...
MTK MTK flash TOOL源程序代码 ========== FlashTool v3.1.05 (2007/05/15) ======= Bug fixes: 1. [DA] Fix
MTK flash TOOL源程序代码
========== FlashTool v3.1.05 (2007/05/15) =======
Bug fixes:
1. [DA] Fix that DA cannot be loaded on MT6225 for exceeding internal SRAM size.
2. [DA] Fix that NAND download/read-back issue on MT6225 because buffer is linked on TCM.
New features:
1. [DA] Supports new NO ...
Java编程 Exploring C++ uses a series of self–directed lessons to divide C++ into bite–sized chunks that you c
Exploring C++ uses a series of self–directed lessons to divide C++ into bite–sized chunks that you can digest as rapidly as you can swallow them. The book assumes only a basic understanding of fundamental programming concepts (variables, functions, expressions, statements) and requires no prior kn ...
软件设计/软件工程 The Pages 2.0 specification is one of the most exciting Java Community Process releases of the year.
The Pages 2.0 specification is one of the most exciting Java Community Process releases of the year. Chances are you picked this book to learn more about the new features of 2.0. Or you may be interested in using for the first time in your next project. Regardless of your interest, we ve put togethe ...