虫虫首页|资源下载|资源专辑|精品软件
登录|注册

DR

  • hamravad ha DR operating

    hamravad ha DR operating

    标签: operating hamravad ha DR

    上传时间: 2013-12-22

    上传用户:FreeSky

  • 基于FPGA设计的sDRam读写测试实验Verilog逻辑源码Quartus工程文件+文档说明 DR

    基于FPGA设计的sDRam读写测试实验Verilog逻辑源码Quartus工程文件+文档说明,DRAM选用海力士公司的 HY57V2562 型号,容量为的 256Mbit,采用了 54 引脚的TSOP 封装, 数据宽度都为 16 位, 工作电压为 3.3V,并丏采用同步接口方式所有的信号都是时钟信号。FPGA型号Cyclone4E系列中的EP4CE6F17C8,Quartus版本17.1。timescale 1ps/1psmodule top(input                        clk,input                        rst_n,output[1:0]                  led,output                       sDRam_clk,     //sDRam clockoutput                       sDRam_cke,     //sDRam clock enableoutput                       sDRam_cs_n,    //sDRam chip selectoutput                       sDRam_we_n,    //sDRam write enableoutput                       sDRam_cas_n,   //sDRam column adDRess strobeoutput                       sDRam_ras_n,   //sDRam row adDRess strobeoutput[1:0]                  sDRam_dqm,     //sDRam data enable output[1:0]                  sDRam_ba,      //sDRam bank adDRessoutput[12:0]                 sDRam_adDR,    //sDRam adDRessinout[15:0]                  sDRam_dq       //sDRam data);parameter MEM_DATA_BITS          = 16  ;        //external memory user interface data widthparameter ADDR_BITS              = 24  ;        //external memory user interface adDRess widthparameter BUSRT_BITS             = 10  ;        //external memory user interface burst widthparameter BURST_SIZE             = 128 ;        //burst sizewire                             wr_burst_data_req;       // from external memory controller,write data request ,before data 1 clockwire                             wr_burst_finish;         // from external memory controller,burst write finish

    标签: fpga sDRam verilog quartus

    上传时间: 2021-12-18

    上传用户:lostxc

  • C波段介质振荡器的研究与设计

    利用负阻原理设计了5.9 GHz介质振荡器(DRO),采用HFSS软件对介质谐振块(DR)进行三维仿真,应用Agilent公司的ADS软件对DRO进行了优化设计和非线性分析,用该方法制作的并联反馈式DRO性能良好,输出功率为10 dBm,相位噪声达到-100 dBc/Hz@10 kHz,-124 dBc/Hz@100 kHz。

    标签: C波段 介质振荡器

    上传时间: 2013-10-10

    上传用户:urgdil

  • 基于变频调速的水平连铸机拉坯辊速度控制系统

    基于变频调速的水平连铸机拉坯辊速度控制系统Frequency Inverter Based DRawing RollerS peedC ontrolSy stem ofHorizontal Continuous Casting MachineA 伟刘冲旅巴(南 华 大 学电气工程学院,衡阳421001)摘要拉坯辊速度控制是水平连铸工艺的关键技术之一,采用变频器实现水平连铸机拉坯辊速度程序控制,由信号发生装置给变频器提供程控信号。现场应用表明该控制系统速度响应快,控制精度高,满足了水平连铸生产的需要。关键词水平连铸拉坯辊速度程序控制变频器Absh'act Speedc ontorlof DR awingor leris on eo fth ek eyte chnologiesfo rho rizontalco ntinuousca stingm achine.Fo rth ispu rpose,fr equencyco nverterisad optedfo rDR awingor lersp eedp rogrammablec ontorlof ho rizontalco ntinuousca stingm achine,th ep rogrammableco ntorlsi gnalto fr equencyc onverteris provided场a signal generator. The results of application show that the response of system is rapid and the control accuracy is high enough to meet thedemand of production of horizontal continuous casting.Keywords Horizontalco ntinuousc asting DRawingor ler Speedp rogrammablec ontrol Ferquencyin verter 随着 现 代 化工业生产对钢材需求量的日益增加,连铸生产能力已经成为衡量一个国家冶金工业发展水平的重要指标之一。近十几年来,水平连铸由于具有投资少、铸坯直、见效快等多方面的优点,国内许多钢铁企业利用水平连铸机来浇铸特种合金钢,发挥了其独特的优势并取得了较好的经济效益〔1,2)0采用 水 平 连铸机浇铸特种合金钢时,由于拉坯机是水平连铸系统中的关键设备之一,拉坯机及其控制性能的好坏直接影响着连铸坯的质量,因此,连铸的拉坯技术便成为整个水平连铸技术的核心。由于钢的冶炼过程是在高温下进行的,钢水温度的变化又容易影响铸坯的质量和成材率,因此,如何能在高温环境下控制好与铸坯速度相关的参数(拉、推程量,中停时间和拉坯频率等)对于确保连铸作业的进一步高效化,延长系统的连续作业时间十分关键。因此,拉坯辊速度控制技术是连铸生产过程控制领域中的关键技术之- [31

    标签: 变频调速 水平连铸机 速度控制

    上传时间: 2013-10-12

    上传用户:gxy670166755

  • 利用LVS中的IP负载均衡技术建立可伸缩性网络服务

    从LVS的通用体系结构入手,分析了IPVS软件的工作原理,讨论了三种IP负载均衡技术;在分析网络地址转换方法(VS/NAT)的缺点和网络服务的非对称性的基础上,给出了通过IP隧道实现虚拟服务器的方法VS/TUN,和通过直接路由实现虚拟服务器的方法VS/DR,极大地提高了系统的可伸缩性。该技术为建立和维护大型网络服务具有实际应用价值和指导意义。

    标签: LVS 负载均衡技术 可伸缩 网络服务

    上传时间: 2013-11-20

    上传用户:15736969615

  • 目前能实现随意控制蚂蚁的轨迹长度(Path)、数量(Unit)、速度(V)、角度(R)、加速度(dv

    目前能实现随意控制蚂蚁的轨迹长度(Path)、数量(Unit)、速度(V)、角度(R)、加速度(dv,DR)。 Kr和Kv是常数,打算将来改成数组,作为用来控制蚂蚁活跃程度的基因。

    标签: Path Unit 控制 加速度

    上传时间: 2013-12-27

    上传用户:225588

  • A C++ N-grams Package 2.0 This is a simple C++ n-grams package that includes a header, the correspo

    A C++ N-grams Package 2.0 This is a simple C++ n-grams package that includes a header, the corresponding cpp file, and a sample DRiver program. It is a natural language processing tool for creating n-gram profiles for text documents. The details on usage is documented in the header right above each public function defined. This package is based on DR. Vlado Keselj s Perl package Text::Ngrams which is available in CPAN.

    标签: includes correspo N-grams Package

    上传时间: 2015-06-12

    上传用户:wfl_yy

  • zemax源码: This DLL models an anamorphic aspheric surface. This surface is essentially an even asp

    zemax源码: This DLL models an anamorphic aspheric surface. This surface is essentially an even aspheric surface with different terms for the x and y directions. The sag is given by: Z = ((CX*x*x)+(CY*y*y)) / (1 + sqrt(1-((1+KX)*CX*CX*x*x)-((1+KY)*CY*CY*y*y))) + AR*( (1 - AP)*x*x + (1 + AP)*y*y )^2 + BR*( (1 - BP)*x*x + (1 + BP)*y*y )^3 + CR*( (1 - CP)*x*x + (1 + CP)*y*y )^4 + DR*( (1 - DP)*x*x + (1 + DP)*y*y )^5 Note the terms AR, BR, CR, and DR ... have units of length to the -3, -5, -7, and -9 power. The terms AP, BP, CP, and DP are dimensionless. The surface is rotationally symmetric only if AP = BP = CP = DP == 0 and CX = CY and KX = KY.

    标签: surface This essentially anamorphic

    上传时间: 2015-07-25

    上传用户:lht618

  • RTOS-嵌入式系统微内核概念和实现 Realtime Operating Systems Concepts and Implementation of Microkernels for Emb

    RTOS-嵌入式系统微内核概念和实现 Realtime Operating Systems Concepts and Implementation of Microkernels for Embedded Systems DR. Jürgen Sauermann, Melanie Thelen

    标签: Implementation Microkernels Operating Concepts

    上传时间: 2014-01-03

    上传用户:zgu489

  • This is the tlc0834 DRiver, welcome everybody criticism to point out mistakes This is the tlc0834 DR

    This is the tlc0834 DRiver, welcome everybody criticism to point out mistakes This is the tlc0834 DRiver, welcome everybody criticism to point out mistakes

    标签: This 0834 criticism everybody

    上传时间: 2015-12-13

    上传用户:caixiaoxu26