搜索结果
找到约 286 项符合
order 的查询结果
按分类筛选
- 全部分类
- 单片机编程 (25)
- matlab例程 (22)
- 其他 (18)
- 数学计算 (16)
- 书籍 (14)
- 技术资料 (13)
- 其他书籍 (11)
- Java编程 (10)
- DSP编程 (8)
- 人工智能/神经网络 (8)
- 文章/文档 (8)
- Linux/Unix编程 (8)
- 数值算法/人工智能 (7)
- 通讯编程文档 (7)
- 可编程逻辑 (6)
- 通讯/手机编程 (6)
- VHDL/FPGA/Verilog (6)
- VC书籍 (6)
- 模拟电子 (5)
- Java书籍 (5)
- 单片机开发 (5)
- 电源技术 (4)
- 微处理器开发 (4)
- 系统设计方案 (4)
- 学术论文 (3)
- 教程资料 (3)
- 加密解密 (3)
- Delphi控件源码 (3)
- 嵌入式综合 (2)
- 无线通信 (2)
- 测试测量 (2)
- 数据结构 (2)
- 其他数据库 (2)
- 行业发展研究 (2)
- 电子书籍 (2)
- 文件格式 (2)
- Jsp/Servlet (2)
- Internet/网络编程 (2)
- 源码 (2)
- 论文 (2)
- PCB相关 (1)
- 传感与控制 (1)
- 工控技术 (1)
- 其他嵌入式/单片机内容 (1)
- Windows CE (1)
- Applet (1)
- 其他行业 (1)
- 邮电通讯系统 (1)
- SCSI/ASPI (1)
- 驱动编程 (1)
- 3G开发 (1)
- 书籍源码 (1)
- 金融证券系统 (1)
- 数据库系统 (1)
- 技术管理 (1)
- SQL Server (1)
- 编译器/解释器 (1)
- 软件工程 (1)
- JavaScript (1)
- 编辑器/阅读器 (1)
- 嵌入式/单片机编程 (1)
- 手机短信编程 (1)
- 源码/资料 (1)
- VIP专区 (1)
其他 两种解决方案 Richard just finished building his new house. Now the only thing the house misses is a cute l
两种解决方案 Richard just finished building his new house. Now the only thing the house misses is a cute little wooden fence. He had no idea how to make a wooden fence, so he decided to order one. Somehow he got his hands on the ACME Fence Catalogue 2002, the ultimate resource on cute little wooden ...
其他 生成一个单向链表(*pListHead) 用C中的结构体或C++中的类实现 完成基本要求 基本算法要求: 实现对链表的逆序 void reverse(CList& ); 查找
生成一个单向链表(*pListHead)
用C中的结构体或C++中的类实现
完成基本要求
基本算法要求:
实现对链表的逆序
void reverse(CList& );
查找链表倒数第k个元素
FindFBack(CList&, int k);
高要求:
对链表排序
order(CList&);
判断单向链表是否有环 ...
人工智能/神经网络 computes the gravitational acceleration vector at a specified % ECF location using the JGM2 gravita
computes the gravitational acceleration vector at a specified
% ECF location using the JGM2 gravitational ellipsoid only.
% Higher-order gravity terms (the "gravity anomaly") are
% ingnored. Only the pure ellipsoid is used.
其他书籍 Bold index entries have corresponding pages in the main body of the guide. The remaining index entr
Bold index entries have corresponding pages in the main body of the
guide. The remaining index entries are followed by a list of
appropriate page references in the alphabetical reference sections,
given in order of importance.
matlab例程 This document is intended to serve as an introduction to Wavelet processing through a set of Matlab
This document is intended to serve as an introduction to Wavelet processing through a set of Matlab experiments. These experiments will gives an overview of three fundamental tasks in signal and image processing : signal, denoising and compression. These scripts are selfs contents (needed additional ...
单片机开发 8051 Web Server project See Makefile for build notes Written for Keil C51 V5.1 compiler, notes:
8051 Web Server project
See Makefile for build notes
Written for Keil C51 V5.1 compiler, notes:
It uses big endian order, which is the same as the
network byte order, unlike x86 systems.
Use OPTIMIZE(2)or higher so that automatic variables get shared
// between functions, to stay within the 256 byt ...
SCSI/ASPI 尘缘雅境图文系统免费版公告的
尘缘雅境图文系统免费版公告的,最新图文的,最近更新的,热点的
最新更新
<script src=news.asp?shu=12></script>
热点文章
<script src=news.asp?order=click&shu=12></script>
最新公告
boardnews.asp
最新图文
<script src=picnews.asp?shu=12></script> ...
人工智能/神经网络 This manual describes how to run the Matlab® Artificial Immune Systems tutorial presentation deve
This manual describes how to run the Matlab&reg Artificial Immune Systems tutorial presentation developed by Leandro de Castro and Fernando Von Zuben. The program files can be downloaded from the following FTP address: ftp://ftp.dca.fee.unicamp.br/pub/docs/vonzuben/lnunes/demo.zip
The tour is self- ...
其他书籍 The IA-32 Intel Architecture Software Developer’s Manual, Volume 2: Instruction Set Reference (Orde
The IA-32 Intel Architecture Software Developer’s Manual, Volume 2: Instruction Set Reference
(Order Number 245471) is part of a three-volume set that describes the architecture and
programming environment of all IA-32 Intel&reg Architecture processors.
the IA-32 Intel Architecture Software
Develop ...
数学计算 1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a
1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a matrix B consisting of the columns of A in reverse order. Thus for example, if
A = 1 2 3 then B = 3 2 1
4 5 6 6 5 4
7 8 9 9 8 7
Write a main program to call reverse(A) for the matrix A = magic(5 ...