-
CAD插件 方框详图
用于确将CAD图纸中的局部提出出来的CAD插件,非常好用。(The CAD plug-in, which is used to confirm the local presentation of the CAD drawing, is very easy to use.)
- 2020-11-09 16:29:46下载
- 积分:1
-
骨架曲线MATLAB程序
说明: 用matlab求解滞回曲线骨架曲线,并得到相应骨架曲线散点(Matlab to solve the skeleton curve of hysteretic curve)
- 2020-04-27 13:58:54下载
- 积分:1
-
Python Neural Network Programming
神经网络是一种模拟人脑的神经网络,以期能够实现类人工智能的机器学习
技术。
本书揭示神经网络背后的概念,并介绍如何通过Python实现神经网络。全书
分为3章和两个附录。第1章介绍了神经网络中所用到的数学思想。第2章介绍使
用Python实现神经网络,识别手写数字,并测试神经网络的性能。第3章带领读
者进一步了解简单的神经网络,观察已受训练的神经网络内部,尝试进一步改善
神经网络的性能,并加深对相关知识的理解。附录分别介绍了所需的微积分知识
和树莓派知识。
本书适合想要从事神经网络研究和探索的读者学习参考,也适合对人工智
能、机器学习和深度学习等相关领域感兴趣的读者阅读。(Python Neural Network Programming)
- 2019-01-18 00:23:51下载
- 积分:1
-
这是一个显示系统当前实践的vrml程序,完全手写,观看代码请用vrmlpad,预览效果请用bs....
这是一个显示系统当前实践的vrml程序,完全手写,观看代码请用vrmlpad,预览效果请用bs.-This is a display system the current practice of VRML procedures, completely handwritten watch code please vrmlpad, please preview the effect of bs.
- 2022-05-12 12:14:15下载
- 积分:1
-
火力分配遗传算法
说明: 火力的最优分配是指最大限度的发挥火力单位效能,达到最大毁伤效果.建立了火力分配的遗传算法模型(The optimal distribution of firepower is to maximize the effectiveness of firepower units and achieve the maximum damage effect. A genetic algorithm model of firepower distribution is established)
- 2020-04-04 22:02:46下载
- 积分:1
-
这里是我在学校时所写的一些程序,其中有些Java程序可能要重新编译一下才能运行,具体如下:C Course Disign――C语言编写的时钟程序Very Sim...
这里是我在学校时所写的一些程序,其中有些Java程序可能要重新编译一下才能运行,具体如下:C Course Disign――C语言编写的时钟程序Very Simple CPU――CPU仿真工具StudentQuery――基于SQL语言数据库的学籍管理系统Theory of Computation――一些关于计算理论算法的实现,详见内附说明Hotel――酒店管理系统另外还有一些硬件VHDL方面的程序,整理好后会陆续上传-here at school I wrote some of the procedures, some of which may be Java recompile about to run, as follows : C Course Disign-- C language clock procedures Very Simple CPU-- CPU simulation tool StudentQuery-- based on SQL database the Information Management Theory of Computation-- some theoretical algorithm for the calculation of the realization of enclosing detailed statement Hotel-- hotel management system there are some VHDL hardware of the procedures, will be sorted out gradually upload
- 2022-08-16 08:29:14下载
- 积分:1
-
Welding_PWHT_Sample-video
说明: Fortran welding video sample
- 2019-06-28 12:49:18下载
- 积分:1
-
该文章介绍了在点云形式下的数据的孔和洞的检测算法。
该文章介绍了在点云形式下的数据的孔和洞的检测算法。-The article describes a cloud in the form of data and the hole-hole detection algorithm.
- 2022-03-22 05:35:45下载
- 积分:1
-
echarts大数据模板
图表展示基于echarts,可以用在大屏幕上展示各种数据信息(Graph display based on echarts)
- 2018-10-24 14:30:54下载
- 积分:1
-
JAVA
说明: 定义长方体类Cuboid,要求如下:(1)私有成员变量包括长length、宽width和高height;(2)构造方法包括一个公共的空构造方法,一个能够初始化所有成员变量的构造方法;(3)包括所有的setter和getter方法,其中setter方法要求对形参进行验证,例如长、宽和高都大于0;(4)功能方法包括计算表面积getArea()、计算体积getCubage()、判断是否正方体isCube()、输出该长方体的长宽高printCuboid()、绘制该长方体(给出提示信息即可)drawing()。
测试一要求如下:(1)利用空构造方法创建一个新的长方体对象cuboidA,然后利用setter方法设置长宽高分别为1.5、2.6和18.6,(2)调用printCuboid()方法输出cuboidA的基本信息,调用isCube()方法判断是否正方体;(3)调用方法drawing()模拟绘制该长方体。
测试二要求如下:(1)利用构造方法创建一个具有长宽高分别为2.5、6.8和8.0的长方体对象cuboidB,然后利用setLength()方法修改length为4.6;(2)调用getArea()方法计算表面积;(3)调用getCubage计算该长方体的体积。(The cuboid class cuboid is defined as follows: (1) the private member variables include length, width and H eight; (2) the construction method includes a public empty construction method, a construction method that can initialize all member variables; (3) all setter and getter methods are included, where the setter method requires to verify the parameters, such as length, width and height are greater than 0 (4) the function methods include calculating the surface area getarea (), calculating the volume getcube (), judging whether the cube is iscube (), outputting the length, width and height printcube (), drawing the box (just give the prompt information) drawing ().)
- 2021-05-07 10:58:37下载
- 积分:1