按分类查找:

  • 简单有限元计算程序。 NJF---结点自由度数 E---弹性模量 NE---单元数 T---板厚度 VM---泊松比 z---实型二维数组

    简单有限元计算程序。 NJF---结点自由度数 E---弹性模量 NE---单元数 T---板厚度 VM---泊松比 z---实型二维数组,用来存放结点坐标 ZJ---实型二维数组,用来存放每个约束自由度方向和该方向的约束值, ie---实型二维数组,存放布尔矩阵 p---实型一维数组,先存放等效结点载荷,解完方程后存放输出的结点位移 a,b,a---实型数 ...

    /dl/365010.html

    标签: NJF NE VM 有限元

    上传时间: 2014-01-24

    上传用户:cuibaigao

  • Stereo-Vision circuit description, Aug 2002, Ahmad Darabiha This design contains four top level ci

    Stereo-Vision circuit description, Aug 2002, Ahmad Darabiha This design contains four top level circuits: sv_chip0.vhd, sv_chip1.vhd, sv_chip2.vhd and sv_chip3.vhd each of them built by one Virtex2000E fpga chip. This design is hierarchical and the sub-circuits can be used as smaller benchmarks.

    /dl/416926.html

    标签: Stereo-Vision description Darabiha contains

    上传时间: 2017-03-19

    上传用户:comua

  • 题目:加密软件 要求:(1)输入任意一段明文M

    题目:加密软件 要求:(1)输入任意一段明文M,以及密钥K (2)根据一下公式将其转换为密文C。 Ci = mi + K ,其中i = 0,1,……n-1 , K 为密钥; (3)具有输入输出界面。

    /dl/458789.html

    标签: 加密软件 输入

    上传时间: 2013-11-25

    上传用户:shawvi

  • JAVA SMPP 源码

    Introduction jSMPP is a java implementation (SMPP API) of the SMPP protocol (currently supports SMPP v3.4). It provides interfaces to communicate with a Message Center or an ESME (External Short Message Entity) and is able to handle traffic of 3000-5000 messages per second. jSMPP is not ...

    /dl/518753.html

    标签: JAVA SMPP 源码

    上传时间: 2019-01-25

    上传用户:dragon_longer

  • IEC 62368_2014--安規

    THIS PUBLICATION IS COPYRIGHT PROTECTEDCopyright © 2014 IEC, Geneva, SwitzerlandAll rights reserved. Unless otherwise specified, no part of this publication may be reproduced or utilized in any formor by any means, electronic or mechanical, including photocopying and microfilm, without permission i ...

    /dl/744462.html

    标签: iec标准

    上传时间: 2021-10-21

    上传用户:kent

  • 雷达情报数据融合系统误差校正和航迹关联技术研究

    随着科学技术的发展和现代战争的需要,数据融合作为一门新兴交叉学科,在近年来得到了广泛关注和快速发展,而关于雷达情报处理的研究和应用也日益受到重视。现代战争中,指挥、控制通信和情报系统面临着严峻的挑战。在多雷达情报处理系统中,采用数据融合技术,提供更加实时、准确的情报是现代战争的迫切需求。论文正是围绕 ...

    /dl/831185.html

    标签: 雷达 数据融合

    上传时间: 2022-03-18

    上传用户:wangshoupeng199

  • Verilog的135个经典设计 实例

    【例3.1]4位全加器module adder 4(cout,sum i na,i nb,cin);output[3:0]sum output cout;input[3:0]i na,i nb;input cin;assign(cout,suml=i na +i nb+ci n;endmodule【例3.2]4位计数器module count 4(out,reset,clk);output[3:0]out;input reset,cl k;regl 3:01 out;always@posedge clk) ...

    /dl/835557.html

    标签: verilog

    上传时间: 2022-06-16

    上传用户:canderile