-
模拟电路后
模拟电路课后答案,可能要3个同时使用才能完全解压缩-Analog circuit after-school answer, you may want to use three at the same time to be fully extract
- 2022-03-13 12:03:49下载
- 积分:1
-
matlab小波去噪
matlab小波去噪
- 2022-12-26 15:40:03下载
- 积分:1
-
TheTetrisGame
经典游戏俄罗斯方块的一种简单实现,支持玩家信息的保存和统计。(A classic game of Tetris simple implementation, support the players the preservation of information and statistics.)
- 2013-09-11 14:46:11下载
- 积分:1
-
利用检查软盘驱动器或不
util to check floppy drive present or not
- 2022-02-06 10:21:02下载
- 积分:1
-
FlappyBird2
大致思路说说,就是在外部SRAM里面做了一个大数组[320][240]做了一帧缓冲,所有屏幕相关操作都是在这一帧上面实现的,使用DMA直接丢数据到FSMC接口上,比I/O快多了,然后就是资源的去背问题,所有的图片都是我从手机版上面截图下来的,然后背景色都是0X4DF9,然后因为jpg转换软件的关系,蓝色的背景色会有偏差所以直接判断把0x4df9不显示不可行,后来想到可以用RGB颜色来入手,虽然不是0x4df9但是还是蓝色,所以蓝色分量肯定比红色多,所以做了一个阈值判断(Roughly speaking, a large array [320] [240] is made in the external SRAM to do a frame buffer. All screen-related operations are implemented on this frame. Using DMA to drop data directly to the FSMC interface is much faster than I/O. Then it is the problem of resource backtracking. All the pictures are taken from the top of the mobile version, and then the background color is 0X4DF9. Later, because of the relationship between JPG conversion software, the blue background color will be biased, so it is not feasible to directly judge that 0x4df9 is not displayed. Later, I thought that RGB color can be used to start with. Although it is not 0x4df9, it is still blue, so the blue component must be more than red, so I made a threshold judgment, and then it is the transition between scene and scene.)
- 2019-06-17 12:06:28下载
- 积分: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
-
CSS3小球弹跳动画(页面的载入动画)
CSS3小球弹跳动画,这个效果可拿去做页面的载入动画,就是大家熟悉的Loading,当页面内容未被加载完成前,循环播放这种动画,向用户表明网页正在运行中。而且本效果的实现,运用了多种CSS3的相关属性来实现,也是大家学习HTML5基础知识的好教程。
- 2022-08-19 21:19:07下载
- 积分:1
-
用MFC做的模拟时钟
本实例采用面向对象的程序设计方法实现了一个简单的时钟控件。从CStatic类(静态控件类)派生出类CClockEx来实现时钟控件类,这样,就可以继承MFC静态控件的很多已经具备的功能和特点。
- 2022-08-20 22:20:01下载
- 积分:1
-
MAX7456bas
MAX7456 OSD generator IC spi code (bascom)
- 2010-02-11 19:41:33下载
- 积分:1
-
Three_SPWM_Inverter_xiebo
说明: 此程序为功率因数校正程序,可以直接烧录到DSP28335中,可以直接使用。(This program is a power factor correction program, which can be directly burned to the DSP 28335, and can be used directly.)
- 2019-03-01 21:33:01下载
- 积分:1