搜索结果
找到约 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)
matlab例程 FASTICA can be called with numerous optional arguments. Optional arguments are given in parameter pa
FASTICA can be called with numerous optional arguments. Optional arguments are given in parameter pairs, so that first argument is the name of the parameter and the next argument is the value for that parameter. Optional parameter pairs can be given in any order.
电子书籍 With a worldwide community of users and more than a million dedicated programmers, Perl has proven t
With a worldwide community of users and more than a million dedicated programmers, Perl has proven to be the most effective language for the latest trends in computing and business. Every programmer must keep up with the latest tools and techniques. This updated version of Advanced Perl Programming ...
RFID编程 Build your own RFID reader with the http://www.elektor.es/ schematic. It works great with tag MiFare
Build your own RFID reader with the http://www.elektor.es/ schematic. It works great with tag MiFare (ISO 14443). RFID writer will be here next.
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") ...
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:
-- ...
文章/文档 #include <stdio.h> #include <stdlib.h> #define OK 1 #define OVERFLOW -2
#include <stdio.h>
#include <stdlib.h>
#define OK 1
#define OVERFLOW -2
typedef int status
typedef struct LinkList{ //用带表头结点的有序链表表示多项式
float coef //系数
int expn //指数
struct LinkList *next //指向后继的指针
}*polynomail //结构体类型的指针 ...
技术管理 learning English The following appeared in a memorandum written by the vice president of Nature s Wa
learning English The following appeared in a memorandum written by the vice president of Nature s Way, a chain of stores selling health food and other health-related products. "Previous experience has shown that our stores are most profitable in areas where residents are highly concerned with leadin ...
系统设计方案 The concept of the Altera Nios II embedded processor implementation inside Field Programmable Gate A
The concept of the Altera Nios II embedded processor implementation inside Field Programmable Gate Array [FPGA] of the CCD camera for the “Pi of the Sky” experiment is presented. The digital board of the CCD camera, its most important components, current implementation of firmware [VHDL] inside th ...
技术管理 simple ATM [Automatic Teller Machine] system the basic functions Login including write-offs, inquiri
simple ATM [Automatic Teller Machine] system the basic functions Login including write-offs, inquiries, deposits, withdrawals and alter the code. Simulation of ATM terminal users logged in, their account numbers and passwords through the ATM network to transmit to the server, ATM database server bas ...
软件工程 Written by Microsoft software legend Juval Lowy, Programming WCF Services is the authoritative intro
Written by Microsoft software legend Juval Lowy, Programming WCF Services is the authoritative introduction to Microsoft s new, and some say revolutionary, unified platform for developing service-oriented applications [SOA] on Windows. Relentlessly practical, the book delivers insight, not documenta ...