搜索结果
找到约 26,017 项符合
2.3 的查询结果
按分类筛选
- 全部分类
- 技术资料 (898)
- 其他 (509)
- 单片机编程 (428)
- 单片机开发 (410)
- VIP专区 (344)
- Java编程 (298)
- 数据结构 (256)
- 学术论文 (253)
- 汇编语言 (218)
- 其他书籍 (177)
- matlab例程 (171)
- 软件设计/软件工程 (137)
- Linux/Unix编程 (121)
- 数学计算 (120)
- VHDL/FPGA/Verilog (119)
- 教育系统应用 (117)
- 技术书籍 (108)
- 嵌入式/单片机编程 (106)
- 编译器/解释器 (97)
- VC书籍 (96)
- 书籍源码 (90)
- 可编程逻辑 (88)
- 企业管理 (88)
- Internet/网络编程 (81)
- 文章/文档 (79)
- 数据库系统 (78)
- 源码 (78)
- 电源技术 (77)
- Delphi控件源码 (77)
- 微处理器开发 (77)
- SQL Server (73)
- 文件格式 (71)
- 电子书籍 (69)
- 人工智能/神经网络 (67)
- DSP编程 (62)
- 数值算法/人工智能 (59)
- 系统设计方案 (58)
- 嵌入式Linux (58)
- 加密解密 (56)
- 操作系统开发 (54)
- 电子书籍 (53)
- 其他数据库 (50)
- 其他 (50)
- 其他嵌入式/单片机内容 (47)
- Java书籍 (46)
- 模拟电子 (45)
- 其他行业 (44)
- Jsp/Servlet (44)
- 压缩解压 (43)
- 通讯编程文档 (42)
- 开发工具 (40)
- 通讯/手机编程 (39)
- PCB相关 (38)
- 游戏 (35)
- 串口编程 (30)
- uCOS (30)
- 技术教程 (28)
- 传感与控制 (28)
- J2ME (28)
- *行业应用 (26)
- 手册 (26)
- 嵌入式综合 (25)
- 中间件编程 (25)
- 网络 (25)
- 通信网络 (24)
- OA系统 (24)
- Ajax (24)
- JavaScript (24)
- 多国语言处理 (23)
- 软件工程 (22)
- 无线通信 (20)
- 软件 (20)
- 实用工具 (18)
- Windows CE (18)
- 技术管理 (17)
- 书籍 (17)
- 教程资料 (16)
- C/C++语言编程 (16)
- 百货/超市行业 (16)
- 驱动编程 (16)
- 邮电通讯系统 (15)
- 编辑器/阅读器 (15)
- SCSI/ASPI (15)
- Applet (14)
- 家庭/个人应用 (14)
- 交通/航空行业 (13)
- 设计相关 (12)
- VxWorks (12)
- 行业发展研究 (12)
- 其他文档 (12)
- 工控技术 (11)
- 经验 (11)
- 单片机相关 (10)
- 教程资料 (10)
- autocad教程 (10)
- 源码/资料 (10)
- 手机短信编程 (10)
- FlashMX/Flex源码 (10)
- Oracle数据库 (10)
- 电子政务应用 (10)
手册 IEEE Standard SystemC® Language Reference Manual
IEEE Standard SystemC® Language Reference Manual
2.3.1版本
源码 函数波形发生器设计
设计任务
          设计方波——三角波——正弦波函数波形发生器的原理图
2.3课程设计的要求
1.使用protel设计电路原理图;
2.根据原理图生成pcb
3.  写好试验报告分析原理与制作过程
4.  课题交流与展示
...
源码 C语言算法排序问题
1.Describe a Θ(n lg n)-time algorithm that, given a set S of n integers and
another integer x, determines whether or not there exist two elements in S whose sum is exactly x. (Implement exercise 2.3-7.)
源码 c语言算法排序
1.Describe a Θ(n lg n)-time algorithm that, given a set S of n integers and
another integer x, determines whether or not there exist two elements in S whose sum is exactly x. (Implement exercise 2.3-7.)
#include<stdio.h>
#include<stdlib.h>
void merge(int arr[],int low,int mid,int high){
&nbsp; ...
源码 运动会分数统计c++
参加运动会有n个学校,学校编号为1,2,3,……,n。比赛分成m个男子项目和w个女子项目。项目编号为男子1,2……m,女子m+1,m+2……m+w。不同的项目取前五名或前三名积分;取前五名的积分分别为:7、5、3、2、1,取前三名的积分分别为:5、3、2;哪些取前五名或者取前三名由自己设计。(m<=20,n<=20)
功能要求:
1、&nb ...
源码 12345
/****************temic*********t5557***********************************/ &nbsp;&nbsp;
#include &nbsp; <at892051.h> &nbsp; &nbsp;
#include &nbsp; <string.h> &nbsp;&nbsp;
#include &nbsp; <intrins.h> &nbsp; &nbsp;
#include &nbsp; <stdio.h> &nbsp; &nbsp;
#define &nbsp; &nbsp;uchar &nbsp; &nbsp;unsign ...
源码 基于MATLAB的JPEG图像压缩编码
简单的实现JPEG图像压缩编码方法一
clear all;
RGB=imread('C:\Users\Administrator\Desktop\123.bmp');%读取内存中bmp格式的彩色图像
I=rgb2gray(RGB);%将彩色图像转换为灰度图像
I1=im2double(I);%将图像变换为双精度格式
T=dctmtx(8);%处理后返回一个8*8阶的DCT矩阵
B1=blkproc(I1,[8
8],'P1*x*P2', ...
源码 BP神经网络matlab源程序代码
BP神经网络matlab源程序代码
%% &nbsp;该代码为 BP 神经网络的预测代码
% &nbsp;清空环境变量
&nbsp;
clc&nbsp;
clear&nbsp;
% &nbsp;
%% &nbsp;网络结构建立
&nbsp;
% 读取数据
&nbsp;
load data input output&nbsp;
input=data(;,1;2;3;4;5);
output=data(;,5);
%节点个数
&nbsp;
&nbsp;
%训练数据和预测数 ...
源码 数据结构实验
#include <iostream>
#include <stdio.head>
#include <stdlib.head>
#include <string.head>
#define ElemType int
#define max 100
using namespace std;
typedef struct node1
{
ElemType data;
struct node1 *next;
}Node1,*LinkList;//链栈
typedef struct
{
ElemType *base;
int top;
}SqStack;// ...
软件 xdoclet-1.2.3
用于java中实体类的映射文件和hiberate配置文件和数据库表的生成