搜索资源列表
LCD1602
- 好用的lcd1602 液晶驱动程序,可以设置显示位置setxy(x,y),输出字符串LCD_string
chumopingsheji
- 这是一个基于ATM7TDMI的触摸屏的演示程序.可以在超级终端上显示触摸评的X,Y坐标,还有是单双击,移动等事件
Jgs
- 激光加工控制系统 可以读入plt文件,然后仿真,再通过并口 输出x y步进电机的驱动信号及开关光信号 实现激光雕刻
sensor
- MC9S08AW60的3轴加速度传感器实验 本实验利用MCU内部ADC不停的采集3轴加速度传感器的X,Y,Z方向的输出
1602drive
- /// /// ////1602驱动函数////////////////////////////////////// ////////////////////////////////////////////////////////////// // 函数原型:print(ucahr *string) // 输出字符串,超过16个字符时自动移入第二行 // printone(uchar x,uchar y,ucahr Data) // 在指定的位置(x,y)输出一个字符
ARM28
- 替代加密: A B C D E F G H I J K L M N O P Q R S T U V W 密文 Y Z D M R N H X J L I O Q U W A C B E G F K P 明文 X Y Z T S V I HAVE A DREAM!# 密文?? 用ARM编程实现替代加密。
7843+8279
- 这个是我在8279上显示触摸屏坐标的程序,十分准确,这个只显示X,Y坐标大小,屏幕大小为192X128.
19264lcd
- 192*64显示lcd程序,功能:根据参数x_add,y_add往LCD中写1个字 输入:1: 写到LCD的X、Y坐标;2:数据地址 输出:无-LCD display procedures, functions : the parameters x_add, LCD y_add to write a character input : 1 : LCD wrote the X, Y coordinates; 2 : data output address : None
ADXL322_20090209.rar
- Arduino雙軸加速度計取值,包含 X、Y 軸的 G 值以及 X、Y 軸的傾斜角度,Arduino accelerometer dual-axis values, including the X, Y-axis value of G and X, Y axis tilt angle
X-Y
- 通过插补计算实现在51单片机上控制X-Y机械手臂绘图的功能-Calculated through interpolation single-chip implementation of the 51 control XY robot mapping function
c9051f020-5110
- 超声波空间定位程序 设定,X,Y,Z坐标用NAKIO5110屏实时显示 物体的坐标-Ultrasonic spatial orientation program set, X, Y, Z coordinates of the object with NAKIO5110 real-time display screen coordinates
dspapp
- 雙線性內插法(bi-linear interpolation) 此方法以(x,y)的四個鄰近點來求得最近似的灰度 -err
mouse_driver
- 標準滑 鼠應用程式, 其中包含: X, Y座標輸入 固定時間輸出X,Y座標值給主機. 按鍵輸入 固定時間輸出按鍵值給主機.-Standard
disanci
- 5位的操作数X和Y输入后暂存在寄存器A和B中,两位的操作控制码control暂存在寄存器C中,按照control码的不同,分布实现下列操作: 00控制X+Y 01控制X-Y 10控制X and Y 11控制 X xor Y 运算结果暂存在寄存器D中,然后输出。 -5 of the operand X and Y after the temporary importation of A and B in the register, the two operational c
logic
- 5位的操作数X和Y输入后暂存在寄存器A和B中,两位的操作控制码control暂存在寄存器C中,按照control码的不同,分布实现下列操作: 00控制X+Y 01控制X-Y 10控制X and Y 11控制 X xor Y 运算结果暂存在寄存器D中,然后输出。 -5 of the operand X and Y after the temporary importation of A and B in the register, the two operational c
F2812EzDSP_Sample
- This sample program generates two sine waves called X and Y. It will then calculate the normalized magnitude and phase of the two waveforms using the following formulas: Mag = sqrt(X^2 + Y^2)/sqrt(GainX^2 + GainY^2) Phase = (long) (atan
keyboardcontroller_latest.tar
- 这是一个非常小而简单的模块,它通过一个键xy矩阵扫描,并产生一种“快照”的 位的代表在扫描采样的按键开关状态。 有在模块的内存,使输出保持不变的扫描过程中,并同步更新。 把钥匙是连续取样,但向上的按键开关存储器存储的所有数据,直到最后输出 “快照”的生产。 该模块是Verilog的参数,并与小矩阵式键盘推荐使用。据 在实际测试硬件。-This is a ve
PCI_MOVE_CONTROL
- 动臂式贴片机(也称拱架型贴片机)的拾取/贴装头的四轴控制,X,Y轴为水平面方向运动,Z轴为拾取/贴装头拾取、贴装芯片方向运动,U轴为调整芯片角度方向旋转运动-Boom-type placement machine (also called the Gantry-type placement machine) and pick up/placement head of the four-axis control, X, Y-axis is horizontal directions, Z axis
work_target
- 采集鼠标,键盘信息。可以跟随鼠标的移动,点击。用空间坐标表示x,y,z,键值表示表示鼠标状态-Capture the mouse, keyboard information. Can follow the mouse movement, click on. Using space coordinates x, y, z, indicated that the mouse key state
Point-x-y
- 先建立一个点类Point,包含数据成员x,y(坐标点)。以它为基类,派生出圆类Circle,增加数据成员radius(半径),再以Cirlcle类为直接基类,派生出圆柱体类Cylinder,再增加数据成员height(高)。要求: (1)每个类都有构造函数、用于从键盘获取数据的成员函数set(),用于显示数据的成员函数display()。 (2)用虚函数输出各类对象信息 -First establish a point class Point contains data member