搜索资源列表
C++程序设计语言实验一
- 实验一:C++编程入门 1. 设计一个程序,其中实现两个函数,分别要求: 1. 解一元二次方程 求解一元二次方程Ax²+Bx+C=0的根。用户输入A、B、C的值,输出方程根x1和x2。(使用引用) 2. 求三角形面积 输入三角形的三边长a、b、c(边长可以是小数),求三角形面积area,并输出。如果输入的三边构不成三角形,应给出“data error”的信息提示。注:根据“海伦”公式,area*area=p(p-a)(p-
ax-12
- AX-12数字舵机控制,利用C8051F310采用baud rate为1M的的UART信号,发送指令串来控制其转动。- control for AX-12 base on the C8051F330
ninglei
- ;取当前显示方式 INT 10H PUSH AX ;保存当前显示方式(AL) MOV AH, 0 ;设置彩色80×25文本方式 MOV AL, 3 INT 10H MOV CX, 1 ;一次显示一个笑脸字符及属性 MOV DH, 12H ;12行,从屏幕左边的中间开始 MOV DL, 0 ;0列 BEGIN: CMP DL, 79 ;移到79列就退出 JAE
ax12
- 基于IPC-Beck DB50开发平台(SC-13)使用RTOS提供的API编写的智能马达AX-12的简单通信程序 功能:点亮AX-12指示LED灯 -IPC-Beck DB50-based development platform (SC-13) prepared using the RTOS API provides intelligent motor AX-12 features a simple communicatio
(KMRFP)1.4
- For the system of equations Ax = b from Problem 5.1 to find a solution by the method of Seidel up =, taking any initial approximation. To do this, modify the function zeid so that the solution was calculated with
Dynamixel-Example5
- bioloid系列机器人 Dynamixel AX-12舵机控制的上位机vc++程序代码 TTL通讯方式 -bioloid series robots Dynamixel AX-12 servo control of the host computer vc++ code TTL communication
ax-12
- Use Arduino to control ax-12 motor