-
基本功能: 一次上传多个文件。 允许得到上传的文件的原文件名,并可以将文件改名存入服务器。 允许设定每次上传文件的总大小,和单个文件的文件大小。 可以设定只被允...
基本功能: 一次上传多个文件。 允许得到上传的文件的原文件名,并可以将文件改名存入服务器。 允许设定每次上传文件的总大小,和单个文件的文件大小。 可以设定只被允许文件后缀名列表。 可以设定只被允许的文件类型列表。(注:从文件格式分析,比只分析后缀名更加准确。) 可以设定是否覆盖服务器上同名文件。 可以将所有文件上传到一个文件夹,也可以程序员的需求将文件分类存入不同文件夹。-basic functions : a multiple files to upload. Allowing the documents to be uploaded to the original file name and file name can be credited to the server. Upload allow each document set the total size of individual files and the file size. Can only be allowed to set the file extension from the list. Can only be allowed to set the file type list. (Note : file format, rather than suffix analysis more accurate.) Whether the coverage can set the server name on the document. All documents can be uploaded to a folder, programmers can also demand documents classified into different folders.
- 2022-01-25 18:15:38下载
- 积分:1
-
ngatngoai
ngat ngoai cho stm32f103
- 2020-06-24 21:20:01下载
- 积分:1
-
labview的一些常用的命令,模块,快捷键,对于入门有很大帮助.
labview的一些常用的命令,模块,快捷键,对于入门有很大帮助.-LabVIEW some commonly used commands, modules, shortcut keys for entry of much help.
- 2023-05-17 04:50:03下载
- 积分:1
-
用vc开发的 一个很好的坦克小游戏 ,,可以引用源码的
用vc开发的 一个很好的坦克小游戏 ,,可以引用源码的-vc development with a good game of small tanks, and invoke the source.
- 2022-03-26 11:17:32下载
- 积分:1
-
c++-voronoi
利用c++程序来实现voronoi图的生成,十分简单、有效(Using c++ program to achieve the generation of Voronoi diagram, very simple and effective)
- 2017-08-11 10:38:57下载
- 积分:1
-
一个老牌的UCDOS中文操作系统,
解开考到C:就可直接用。
一个老牌的UCDOS中文操作系统,
解开考到C:就可直接用。-UCDOS a veteran of the Chinese operating system, solved entered C : can be used directly.
- 2022-03-23 05:36:49下载
- 积分:1
-
Ball
全国大学生电子设计大赛的滚球系统的基于stm32的程序(Handwritten Recognition Library in Punctual Atomic Development Board)
- 2020-06-20 23:00:01下载
- 积分:1
-
ads4449_config
说明: 配置ADS4449,SPI接口;中文说明不能小于20字(Configure ads4449,Chinese description cannot be less than 20 words)
- 2020-11-30 16:19:27下载
- 积分:1
-
allegro中文训练教程,做pcb开发者必需要有的,欢迎大家下载
allegro中文训练教程,做pcb开发者必需要有的,欢迎大家下载-Chinese language training tutorial allegro, pcb development gets the need to do Yes, welcome to download
- 2023-07-08 00:55:03下载
- 积分:1
-
Python在ABAQUS中
说明: 1、 用Python脚本实现Abaqus参数化建模
在Abaqus中运行Python语言编写的代码可以实现在CAE用户界面中能够实现的全部功能,包括建模,定义材料属性,定义计算步,定义接触和约束,划分网格,提交计算任务等等。
Python脚本可以实现各种判断语句、循环语句、数据存储与处理等,能够实现人工智能控制和自动化处理过程。根据需要,还可以只对分析过程中的莫一部分实现自动化。当用户面对大量重复性的建模工作时,就可以尝试编写Python脚本,实现参数化和自动化建模,每回计算只需要在Abaqus中选择运行脚本,即可省去大量时间和精力。
2、用Python脚本实现Abaqus后处理
在Abaqus中通过Python脚本接口,可以访问Abaqus标准输出数据库.ODB文件,可以实现从(向).ODB文件读取(写入)数据,在Abaqus输出的计算结果的基础上进行进一步的数据分析和处理。
例如在导入odbAccess模块后,通过openOdb方法读取输出文件中的结果,在o读取的db对象中通过进一步操作得到输出的场变量,例如位移U,在进一步分析和计算后,将计算后的结果输入到通过Odb方法建立的新odb对象中,在保存结果后,可在Abaqus后处理模块Viewer中打开相应的odb文件,观察处理过后的结果。(1. Parametric modeling of ABAQUS with Python script
2. Implementation of ABAQUS post processing with Python script)
- 2021-01-02 12:48:56下载
- 积分:1