搜索结果
找到约 415 项符合
Order 的查询结果
按分类筛选
- 全部分类
- 技术资料 (138)
- 单片机编程 (25)
- matlab例程 (22)
- 其他 (19)
- 数学计算 (16)
- 书籍 (14)
- 其他书籍 (11)
- Java编程 (10)
- DSP编程 (8)
- Linux/Unix编程 (8)
- 人工智能/神经网络 (8)
- 文章/文档 (8)
- 数值算法/人工智能 (7)
- 通讯编程文档 (7)
- 通讯/手机编程 (6)
- 可编程逻辑 (6)
- 单片机开发 (6)
- VHDL/FPGA/Verilog (6)
- VC书籍 (6)
- 模拟电子 (5)
- Java书籍 (5)
- 电源技术 (4)
- 微处理器开发 (4)
- 系统设计方案 (4)
- 学术论文 (3)
- 加密解密 (3)
- 教程资料 (3)
- 数据结构 (3)
- Delphi控件源码 (3)
- 源码 (2)
- 论文 (2)
- 无线通信 (2)
- 测试测量 (2)
- 嵌入式综合 (2)
- 电子书籍 (2)
- Internet/网络编程 (2)
- 文件格式 (2)
- 其他数据库 (2)
- SQL Server (2)
- 行业发展研究 (2)
- Jsp/Servlet (2)
- PCB相关 (1)
- 数据库系统 (1)
- 书籍源码 (1)
- 软件工程 (1)
- 传感与控制 (1)
- 工控技术 (1)
- 源码/资料 (1)
- 驱动编程 (1)
- 手机短信编程 (1)
- 编辑器/阅读器 (1)
- 编译器/解释器 (1)
- SCSI/ASPI (1)
- Applet (1)
- 金融证券系统 (1)
- 技术管理 (1)
- 嵌入式/单片机编程 (1)
- 其他行业 (1)
- Windows CE (1)
- JavaScript (1)
- 其他嵌入式/单片机内容 (1)
- 邮电通讯系统 (1)
- 3G开发 (1)
- VIP专区 (1)
matlab例程 Tracking a moving object through several frames, provided changes from frame to frame are on the ord
Tracking a moving object through several frames, provided changes from frame to frame are on the order of +-(10 + "X Range") pixels in the X direction and +-(10 + "Y Range") in the Y direction is done automatically because of a relatively large area of exploration during the search for an optimal (n ...
Java编程 )。-the function of the system is simulated ATM machine landing, balance inquiries, withdrawals, chan
)。-the function of the system is simulated ATM machine landing, balance inquiries, withdrawals, change passwords, and other functions, use the JDBC interface, such as SWING. If ATM landing, withdrawals and change password must use JDBC interface and database links, I encountered a lot of problems, ...
金融证券系统 )。-the function of the system is simulated ATM machine landing, balance inquiries, withdrawals, chan
)。-the function of the system is simulated ATM machine landing, balance inquiries, withdrawals, change passwords, and other functions, use the JDBC interface, such as SWING. If ATM landing, withdrawals and change password must use JDBC interface and database links, I encountered a lot of problems, ...
Jsp/Servlet These files contain all of the code listings in Java 2: The Complete Reference The source cod
These files contain all of the code listings in
Java 2: The Complete Reference
The source code is organized into files by chapter.
Within each chapter file, the listings are stored
in the same order as they appear in the book.
Simply edit the appropriate file to extract the
listing in which you a ...
人工智能/神经网络 this m file can Find a (near) optimal solution to the Traveling Salesman Problem (TSP) by setting up
this m file can Find a (near) optimal solution to the Traveling Salesman Problem (TSP) by setting up a Genetic Algorithm (GA) to search for the shortest path (least distance needed to travel to each city exactly once)
Notes:
1. Input error checking included
2. Inputs can be specified in any order, s ...
其他书籍 This document describes the uIP TCP/IP stack. The uIP TCP/IP stack is an extremely small implementat
This document describes the uIP TCP/IP stack. The uIP TCP/IP stack is an extremely small implementation of the TCP/IP protocol suite intended for embedded systems running low-end 8 or 16-bit microcon-trollers. The code size and RAM requirements of uIP is an order of magnitude smaller than other gene ...
Java编程 the function of the system is simulated ATM machine landing, balance inquiries, withdrawals, change
the function of the system is simulated ATM machine landing, balance inquiries, withdrawals, change passwords, and other functions, use the JDBC interface, such as SWING. If ATM landing, withdrawals and change password must use JDBC interface and database links, I encountered a lot of problems, but ...
通讯编程文档 This article describes a sniffer for Windows. WinSniff is an application for capturing packets on th
This article describes a sniffer for Windows. WinSniff is an application for capturing packets on the network. It displays all the packets that are transmitted on the local network and gives detailed information about each header in the packet. In order to keep it simple, I am not dealing with appli ...
编辑器/阅读器 Normally a list view is updated by a user directly by selecting a list view item and then editing or
Normally a list view is updated by a user directly by selecting a list view item and then editing or deleting it. New items are usually added at the bottom of the list. This works fine since the user knows which items have been changed or deleted and where the new items will pop up. A drawback of it ...
DSP编程 Routine mar1psd: To compute the power spectum by AR-model parameters. Input parameters: ip : AR
Routine mar1psd: To compute the power spectum by AR-model parameters.
Input parameters:
ip : AR model order (integer)
ep : White noise variance of model input (real)
ts : Sample interval in seconds (real)
a : Complex array of AR parameters a(0) to a(ip)
Output parameters:
psdr : Real array of ...