-
2006kjcw
科技创新不是一夜之间就能搞成的。他也是一个渐变的过程。(technology innovation is not into the overnight. He is also a gradual process.)
- 2007-01-16 16:43:15下载
- 积分:1
-
39_32_hamming_code
说明: 完成39_32汉明码的BER性能仿真,运行相关m文件即可得到对应的BER曲线。(The BER performance simulation of 39_32 hamming code.)
- 2019-09-30 15:40:40下载
- 积分:1
-
Least Significant Bit Steganografi
说明: LSB Steganography txt to image
- 2020-06-25 20:20:02下载
- 积分:1
-
声发射定位程序
实现声发射源的线定位以及二维面定位,可用于无损检测行业(The acoustic emission source is located by line and two-dimensional surface)
- 2018-10-09 21:40:23下载
- 积分:1
-
粒子群算法求解机器人路径规划
说明: 无人机进行任务分配,采用匈牙利算法,原作者位于github(The drone uses the Hungarian algorithm for task assignment, the original author is located on github)
- 2020-11-24 15:15:59下载
- 积分:1
-
用于地籍点线数据的处理程序。可以将点线文件处理成入库所需要的格式,并且给出详细的错误提示,帮助确认出错位置。...
用于地籍点线数据的处理程序。可以将点线文件处理成入库所需要的格式,并且给出详细的错误提示,帮助确认出错位置。-Cadastral data points and lines used in the process. Points and lines can be required for document processing into the storage format, and gives a detailed error, to help identify location of the error.
- 2022-07-05 10:37:28下载
- 积分:1
-
USB-mouse-stm32(uCOSII2.91)
stm32 usb 鼠标通讯,基于ucosii微型操作系统(
stm32 usb mouse, you can get a desktop mouse position
Communication is mainly used to achieve)
- 2016-09-15 10:06:09下载
- 积分:1
-
我们将用程序来模拟传统的龟兔赛跑问题。我们将采用随机数生成的方法开发这一问题的仿真程序。 再比赛中共设了70个点,每个点代表比赛跑道可能的一个位置。乌龟和兔从第...
我们将用程序来模拟传统的龟兔赛跑问题。我们将采用随机数生成的方法开发这一问题的仿真程序。 再比赛中共设了70个点,每个点代表比赛跑道可能的一个位置。乌龟和兔从第一个点出发,终点是在第70个点上。 时钟按秒来数计。随着时钟的转动,程序能够根据下述规则来调节乌龟和兔子的位置。动物 跑动类型 占用时间 跑动量乌龟 快走 50% 向右3个点 后滑 20% 向左6个点 慢走 30% 向右1个点兔子 睡觉 20% 不动 大后滑 20% 向右9 个点 快走 10% 向左12个点 小步跳 30% 向右1个点 慢后滑 20% 向左两个点 -procedures we will use to simulate the traditional hand problems. We will adopt the random number generator of the development of the simulation program. Another winner set up 70 points, each point represents the runway competition of a possible location. The turtle and a rabbit from the starting point and finish in the first 70 points. According to the clock to a few seconds of dollars. As the clock turned to procedures under the following rules to regulate turtle and the rabbit"s location. Running types of animals occupying volume running time 50% of turtles to leave three points right after sliding 20% six points left walking 30% a point right rabbits sleep 20% Fixed After a 20% slide right nine points to leave 10% left
- 2023-05-25 17: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
-
Cpp
Cpp笔记
1 我们学的是符合ANSI规范的标准Cpp 有可移植性。
2 Cpp严格区分大小写,变量命名只能使用字母,数字,或下划线,第一个字母必须使用字母或下划线(Cpp Notes 1 We studied norms in line with the ANSI standard Cpp,there is portability. 2 Cpp strictly case-sensitive, variable names can only use letters, numbers, or underscore, the first letter or letters must be underlined)
- 2009-05-19 11:29:14下载
- 积分:1