Welcome![Sign In][Sign Up]
Location:
Search - ab

Search list

[Documents机电传动课设

Description: 1.五相步进电动机有五个绕组: A、B、C、D、E , 正转顺序: ABC→BC→BCD→CD→CDE→DE→DEA→EA→EAB→AB 反转顺序: ABC←BC←BCD←CD←CDE←DE←DEA←EA←EAB←AB 2.用五个开关控制其工作: 1 号开关控制其运行 ( 启 / 停 )。 2 号开关控制其低速运行 (转过一个步距角需 0.5 秒)。 3 号开关控制其中速运行 (转过一个步距角需 0.1 秒)。 4 号开关控制其低速运行 (转过一个步距角需 0.05 秒)。 5 号开关控制其转向 ( ON 为正转,OFF 为反转 )。(Design of five phase and ten beat stepping motor control program)
Platform: | Size: 7493632 | Author: 仔立方 | Hits:

[Com PortAdvancedHMIv399x

Description: 开源.net HMI 框架,框架包含AB,Opc等plc驱动和免费的桌面环境控件.(Turn Visual Studio into a powerful HMI/SCADA development package by simply dragging and dropping, no coding required. DF1, Ethernet/IP for Allen Bradley PLC controllers, and many more drivers. Free)
Platform: | Size: 7471104 | Author: cylangren | Hits:

[matlabVASP52opt

Description: 维也纳大学Hafner小组开发的进行电子结构计算和量子力学-分子动力学模拟软件包,是目前材料模拟和计算物质科学研究中最流行的软件之一 采用周期性边界条件(或超原胞模型)处理原子、分子、团簇、纳米线(或管)、薄膜、晶体、准晶和无定性材料,以及表面体系和固体(VASP is a complex package for performing ab-initio quantum-mechanical molecular dynamics (MD) simulations using pseudopotentials or the projector-augmented wave method and a plane wave basis set.)
Platform: | Size: 18526208 | Author: 甯汐 | Hits:

[Documents最完整的AB-PLC培训教程

Description: 最完整的PLC教程,通俗易懂,你值得拥有。(The most complete PLC tutorial)
Platform: | Size: 4161536 | Author: yi光年 | Hits:

[OtherTestSocketL73

Description: socket 通讯 ABPLC(socket communication using AB PLC)
Platform: | Size: 1668096 | Author: xuqadf11213 | Hits:

[Mathimatics-Numerical algorithmsgobang_AI-master

Description: 自动五子棋,运用ab剪枝来优化,实现人机对战(Automatic Gobang, using ab pruning to optimize, to achieve man-machine battle)
Platform: | Size: 32768 | Author: ztztztztzt | Hits:

[Data structs树_17281183_刘梦婷

Description: 建立树的孩子兄弟链表存储结构,求树的深度。 要求: 1)自上而下输入树中每条边(例如#A,AB,AC,BD,##),不要转换成二叉树输入。 2)按树中由根至叶子结点层次遍历顺序(每层中自左至右输入),输入结点序列及每个结点的度,构造孩子兄弟链表。(Establish the storage structure of the tree's child and brother list, and find the depth of the tree. Requirement: 1) Input each edge in the tree from top to bottom (for example, a, AB, AC, BD, b). Do not convert it to binary tree input. 2) According to the traversal order from root to leaf node in the tree (input from left to right in each layer), input the node sequence and the degree of each node, and construct the child brother list.)
Platform: | Size: 1536000 | Author: lmt19990807 | Hits:

[Embeded-SCM Developfx3u程序

Description: CPU STM32F103 程序资源配置: X输入:32路 Y输出:16路 AD模拟量输入:6路,支持0-10V/4-20ma DA输出:2路 232串口:1路 485通讯:2路 CAN总线:1路 支持时钟RTC产品资源描述: 1、2路脉冲输入(X0~X1)或2路AB编码器(AB0:X0、X1和AB1:X3、X4) 2、2路脉冲输出(Y0和Y1,涉及指令PWM、PLSY)? 3、1路232通信(支持编程口协议) 4、2路485通信(支持Modbus协议) 5、1路CAN通讯,通过共享寄存器方式扩展 6、6路ADC(2路0-20MA电流或者0-10V电压采集) 7、2路DAC输出(4-20MA电流或0-10V输出) 8、RTC日历时钟 9、支持各类触摸屏(cpu STM32F103V FX3U V8.0)
Platform: | Size: 14114816 | Author: 开心石头 | Hits:

[OtherDs_AB3.m

Description: 采用matlab程序计算ab石墨烯电导率(calculation the ab conductivity of graphene calculation the ab conductivity of graphene)
Platform: | Size: 1024 | Author: 淘宝瑟瑟 | Hits:

[matlabPWE for band curve

Description: 用平面波展开法计算能带曲线,结构是周期AB结构(Calculation of energy band curve by plane wave expansion method)
Platform: | Size: 1024 | Author: 大牛来了 | Hits:

[AssetStudio.v0.13.25

Description: unity引擎解包工具,支持unity的多种格式(Unity engine unpacking tool, supporting multiple formats of unity)
Platform: | Size: 7533568 | Author: 测试1223 | Hits:

[矩阵运算

Description: 设有两个矩阵A=(aij)m×n,B=(bij)p×q 实现要求: ⑴ 编写矩阵输入函数INPUT_MAT,通过该函数完成矩阵的输入并返回保存矩阵的三元组 (不能使用全局变量); ⑵ 编写矩阵输出函数OUTPUT_MAT,通过该函数完成矩阵的输出,输出的形式是标准的矩阵形式(即二维数组的形式); ⑶ 求矩阵的转置,矩阵的转置A’=(aji)n×m,转置前输出原矩阵,转置后输出转置矩阵; ⑷ 求矩阵A、B的和。矩阵A和B能够相加的条件是:m=p,n=q;矩阵A和B如果不能相加,请给出提示信息;若能够相加,则求和矩阵C并输出C; C=A+B=(cij)m×n,其中cij=aij+bij ⑸ 求矩阵A、B的差。矩阵A和B能够相减的条件是:m=p,n=q;矩阵A和B如果不能相减,请给出提示信息;若能够相减,则求差矩阵C并输出C; C=A-B=(cij)m×n,其中cij=aij-bij ⑹ 求矩阵A、B的积。矩阵A和B能够相乘的条件是:p=n;矩阵A和B如果不能相乘,请给出提示信息;若能够相乘,则求积矩阵D并输出D; D=A×B=(dij)m×q,其中dij=∑aik×bkj,k=1,2,……,n ⑺ 设计一个菜单,具有求矩阵的转置、求矩阵的和、求矩阵的积、退出等基本的功能。在求矩阵的和或求矩阵的积时要求能够先提示输入两个矩阵的,然后再进行相应的操作。(To realize the addition and subtraction multiplication of matrix)
Platform: | Size: 28672 | Author: viewyouyou | Hits:

[Documents5000指令

Description: studio5000软件 相关指令,梯形图,语句。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
Platform: | Size: 3473543 | Author: 1032534284@qq.com | Hits:

[ELanguagevtst scripts

Description: Vienna Ab initio Simulation Package (VASP) of Transition State Tools Scripts (TST), commonly called VTST.
Platform: | Size: 349184 | Author: Meseret | Hits:

[SDKHslCommunication.10.2.2链接库For Net4.5

Description: 什么是HSL? 这是一个基于工业物联网,计算机通讯的架构实现,集成了工业软件开发的大部分的基础功能实现,比如三菱PLC通讯,西门子PLC通讯,欧姆龙PLC通讯,modbus通讯,AB PLC,基恩士PLC,台达PLC,松下PLC,GE PLC通讯等等,这些通讯全部进行了多语言的实现,当然,主打的 .net 库的功能集成还更加的强大,除此之外,还实现了跨程序,跨语言,跨平台的通讯,让你不再纠结于使用windows还是 linux系统,实现了日志功能,流水号生成功能,邮件发送功能,傅立叶变换功能,等等,将来会集成更多的工业环境常见功能的实现。 为了不让工业4.0只停留在口号上,万丈高楼平地起,而基石就是HSL。
Platform: | Size: 1048921 | Author: laytau | Hits:

[Other光学工程师笔试题

Description: 部分内容示例 1.求像A'B' 2.求像A'B' 3.求物AB经理想光学系统后所成的像,并注明系统像方的基点位置和焦距
Platform: | Size: 42496 | Author: cctdbnj | Hits:

[Otherstm32f429 discovery schematic

Description: The 32F429IDISCOVERY Discovery kit allows users to easily develop applications with the STMicroelectronics Arm® Cortex®-M4 core-based STM32F429 high-performance microcontroller. It includes an ST-LINK/V2-B embedded debug tool, a 2.4" QVGA TFT LCD, an external 64-Mbit SDRAM, an ST MEMS gyroscope, a USB OTG Micro-AB connector, LEDs and push-buttons.
Platform: | Size: 432716 | Author: helloforest | Hits:
« 1 2 ... 33 34 35 36 37 38»

CodeBus www.codebus.net