搜索结果

找到约 26,017 项符合 2.3 的查询结果

按分类筛选

显示更多分类

手册 IEEE Standard SystemC® Language Reference Manual

IEEE Standard SystemC® Language Reference Manual 2.3.1版本
https://www.eeworm.com/dl/512623.html
下载: 3
查看: 114

源码 函数波形发生器设计

设计任务           设计方波——三角波——正弦波函数波形发生器的原理图 2.3课程设计的要求 1.使用protel设计电路原理图; 2.根据原理图生成pcb 3.  写好试验报告分析原理与制作过程 4.  课题交流与展示 ...
https://www.eeworm.com/dl/514350.html
下载: 1
查看: 10

源码 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.)
https://www.eeworm.com/dl/514506.html
下载: 1
查看: 10

源码 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){   ...
https://www.eeworm.com/dl/514507.html
下载: 1
查看: 15

源码 运动会分数统计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 ...
https://www.eeworm.com/dl/514976.html
下载: 2
查看: 19

源码 12345

/****************temic*********t5557***********************************/    #include   <at892051.h>     #include   <string.h>    #include   <intrins.h>     #include   <stdio.h>     #define    uchar    unsign ...
https://www.eeworm.com/dl/515933.html
下载: 1
查看: 115

源码 基于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', ...
https://www.eeworm.com/dl/516912.html
查看: 75

源码 BP神经网络matlab源程序代码

BP神经网络matlab源程序代码 %%  该代码为 BP 神经网络的预测代码 %  清空环境变量   clc  clear  %   %%  网络结构建立   % 读取数据   load data input output  input=data(;,1;2;3;4;5); output=data(;,5); %节点个数     %训练数据和预测数 ...
https://www.eeworm.com/dl/517163.html
下载: 3
查看: 53

源码 数据结构实验

#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;// ...
https://www.eeworm.com/dl/517414.html
下载: 2
查看: 50

软件 xdoclet-1.2.3

用于java中实体类的映射文件和hiberate配置文件和数据库表的生成
https://www.eeworm.com/dl/518074.html
下载: 1
查看: 68