登录
首页 » Python » 用Python设计芯片

用Python设计芯片

于 2021-04-24 发布
0 163
下载积分: 1 下载次数: 0

代码说明:

说明:  使用Python语言在数字设计中,有很多优势比如算法建模,RTL模板生成等优势(Use Python in ASIC design)

文件列表:

用Python设计芯片.pdf, 3649634 , 2019-10-11

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • CFAR
    基于高斯分布的CFAR检测算法(双参数CFAR检测),输入一个确定的虚警概率,在满足一定虚警率的情况下对图像进行分割,实现目标与背景的分离。(The CFAR detection algorithm based on Gauss distribution (two-parameter CFAR detection) inputs a certain false alarm probability, and segmentes the image to achieve the separation of target and background when the false alarm rate is satisfied.)
    2021-04-25 18:28:46下载
    积分:1
  • 宾馆信息管理系统课程设计报告
    说明:  保证客人预订、退订客房准确得到回应, 保证客人入住、店内消费得到良好的管理, 保证客人换房得到良好的回应, 保证客人结算准确良好的管理, 保证客房状态及时更改以便于查询预订, 保证特殊人群的特殊服务(贵宾卡), 保证财务结算准确高效(入账:客人结算,出账:工资发放、日常维修、水电费以及押金的管理), 贵宾卡的发放(累计消费达到一定数目), 关于团体入住要保证客房的合理安排。(Ensure guest's reservation and room return are accurately answered. Ensure that guests are admitted and store consumption is well managed. Ensure a good response to the guests' room change. Ensure the accurate and good management of the guests. Ensure timely change of guest room status to facilitate booking enquiries. To ensure special services for special populations (VIP cards). Ensure that the financial settlement is accurate and efficient (Accounting: customer settlement, payment: payroll, daily maintenance, water and electricity charges and deposit management). The issuance of VIP cards (cumulative consumption reached a certain number). For group occupancy, ensure reasonable arrangement of guest rooms.)
    2018-05-14 16:58:23下载
    积分:1
  • GPS coordinates of a geographical distance calculation software, as long as know...
    一个通过GPS坐标点计算地理距离的软件,只要知道两个GPS坐标点就可以计算出两点的实际距离。-GPS coordinates of a geographical distance calculation software, as long as know that the two GPS coordinates can be calculated on the actual distance between two points.
    2022-06-29 21:03:21下载
    积分:1
  • TiexinCat
    一个以PHP+MySQL进行开发的通用网站系统。 适用于:网店,医院,学校,企业站,个人网站,企业内部Intranet,中小型行业门户站点等…… 安全-高效-轻量-免费-共享 PC版-手机版-微信接口一站搞定 支持PHP5.2~PHP7.0/模型无限扩展/字段无限扩展/按类别扩展字段/无限级分类展示/ 接口 : 微信/短信/ip地址/地图(baidu,google)/支付(paypal,支付宝,财付通)/ 其它 : 模板继承/tag缓存/js标签/ 文档/资讯(默认) : 商品展销/新闻/专题/课程资源/样例文档(A general web site system developed with PHP+MySQL. Applicable to: online shop, hospital, school, enterprise station, personal website, enterprise Intranet, small and medium-sized industry portal sites, etc....... Safety high efficiency light weight free sharing PC version - mobile phone version - WeChat interface one stop Supports PHP5.2~PHP7.0/ model infinite extension / field infinite extension / category extension field / infinite class classification display / Interface: WeChat / SMS / /ip address map (Baidu, Google) / payment (PayPal, Alipay, caifutong) / Other: templates inherit /tag cache /js tags / Document / information (default): Commodity Exhibition / news / topic / course resources / sample document)
    2020-12-15 22:39:12下载
    积分:1
  • DTCD
    说明:  普通轿车,主动悬架模型,鲁棒控制,提高舒适性(traditional vehicle, active suspension model, robust control, improve comfort)
    2020-07-14 23:27:22下载
    积分:1
  • ofdm_EM_channel
    基于OFDM系统的信道估计算法研究,包括OFDM系统仿真和基于导频的信道估计算法(Research on channel estimation algorithm based on OFDM system)
    2017-11-01 10:52:54下载
    积分:1
  • 基于BP adabooot强分类器预测,实现优化的功能
    说明:  包括分类与预测、聚类分析、关联基本挖掘建模办法,规则、时序模式以及离群点监测(It includes classification and prediction, clustering analysis, association basic mining modeling methods, rules, temporal patterns and outlier monitoring)
    2020-08-28 10:52:26下载
    积分:1
  • QR分解求矩阵特征值特征向量 C语言
    QR分解计算矩阵特征值、特征向量的 C语言实现(QR decomposition to calculate matrix eigenvalues and eigenvectors by C language)
    2018-07-05 11:02:20下载
    积分:1
  • matlab求积分实例
    插值型求积方法 275   8.1.1 梯形公式 276   8.1.2 辛普森公式 277   8.1.3 柯特斯公式 278   8.2 复化求积公式 279   8.2.1 复化梯形公式 279   8.2.2 复化辛普森公式 281   8.2.3 复化柯特斯公式 283   8.2.4 复化求积公式误差分析 285   8.3 步长逐次减半求积方法 286   8.3.1 步长逐次减半梯形求积公式 287   8.3.2 步长逐次减半辛普森求积公式 288   8.3.3 步长逐次减半柯特斯求积公式 290   8.3.4 Romberg求积公式 291   8.4 自适应求积方法 293   8.5 Gauss求积方法 295   8.5.1 Gauss求积公式的构造 295   8.5.2 几种常用的Gauss求积公式 297   8.6 重积分的数值解 303   8.7 MATLAB自带函数应用 304   8.7.1 trapz函数 304   8.7.2 integral函数 305   8.7.3 integral2函数 307   8.7.4 integral3函数 307(Interpolation Method for Integral Program Code)
    2019-02-13 10:54:13下载
    积分:1
  • Hslogic算法仿真,就MATLAB的管道运输与订购优化模型的文档-78658715guandaopushe
    Hslogic算法仿真,就MATLAB的管道运输与订购优化模型的文档。(Hslogic algorithm simulation, on the MATLAB pipeline transportation and ordering optimization model documents.)
    2020-06-22 02:20:01下载
    积分:1
  • 696522资源总数
  • 104042会员总数
  • 18今日下载