搜索资源列表
LCD1602
- 好用的lcd1602 液晶驱动程序,可以设置显示位置setxy(x,y),输出字符串LCD_string
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)输出一个字符
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
X-Y
- 通过插补计算实现在51单片机上控制X-Y机械手臂绘图的功能-Calculated through interpolation single-chip implementation of the 51 control XY robot mapping function
mouse_driver
- 標準滑 鼠應用程式, 其中包含: X, Y座標輸入 固定時間輸出X,Y座標值給主機. 按鍵輸入 固定時間輸出按鍵值給主機.-Standard
keyboardcontroller_latest.tar
- 这是一个非常小而简单的模块,它通过一个键xy矩阵扫描,并产生一种“快照”的 位的代表在扫描采样的按键开关状态。 有在模块的内存,使输出保持不变的扫描过程中,并同步更新。 把钥匙是连续取样,但向上的按键开关存储器存储的所有数据,直到最后输出 “快照”的生产。 该模块是Verilog的参数,并与小矩阵式键盘推荐使用。据 在实际测试硬件。-This is a ve
97288433ADS7846ADS7843(C51)
- 触摸屏控制代码,用户可以通过它来控制此芯片的读和写,读去X,Y坐标-Touch screen control code, the user can use it to control the chip' s read and write, read to the X, Y coordinates
csb.wuti.dingwei
- 通过两个超声波发射和接收测得距离 然后通公式算出物体位置X,Y然后通过按键送数码管显示,第一按键显示发射1的距离,第二个按键显示发射2的距离,第三个按键显示X,Y,实现超声波定位-Ultrasonic transmitting and receiving through two measured and then pass the formula calculated from the position of objects X, Y and then button to send digita
101159
- 7260采样程序,对三维的x y z三个轴进行实时采样,并进行24位转换-7260 sampling program on the three-dimensional xyz three axes in real-time sampling, and for 24-bit conversion
MXC6202xGHMN
- 本程序为MXC6202xGHMN加速度传感器成型程序,通过改程序能检测到x,y两个轴方向的加速度,包括重力加速度。-This program is MXC6202xGHMN accelerometer molding process, through the reform program can detect the x, y axis acceleration of the two, including the acceleration of gravity.
icemul615
- X-Y movement emulater for IC simulation model
PS2
- 51单片机 LCD1602 PS2鼠标 代码,Keil C开发,实现鼠标功能,包括滚轮Z,X,Y轴的测量,和显示。-51 SCM LCD1602 PS2 mouse code, Keil C development, to achieve the mouse functions, including the wheel Z, X, Y-axis measurement, and display.
Calculator
- 实现一个有加、减、乘、除、函数计算功能和电子时钟的多功能计算器。软件设计采用C语言编写,实现了14位浮点数内的加、减、乘、除基本的四则运算,带有‘sin’、‘cos’、‘tan’、‘exp’、‘ln’、‘lg’、‘倒数’、‘x^y’、‘sqrt’、‘fmod ’10个常用数学函数运算。 -To achieve an addition, subtraction, multiplication, division, function, computing and electronic clock
DianZiLuoPan
- ZCC212N-TTL-TY1电子罗盘 ZCC212N-TTL-TY1 是最新推出的 ZCC212N-TTL 的升级版(输出引脚兼容),经过大量实践证明相对于早期的 ZCC212N-TTL 性能更稳定,抗干扰能力更强。ZCC212N-TTL-TY1 是一款平面数字罗盘模块。其工作原理是基于 X,Y 两个方向的磁阻传感器感应地球的磁分量,从而得出方位角度。该产品以 TTL 方式与上位机进行通信, 运行稳定,并具有标定功能,其输出波特率可调,有连续和询问两种输出方式,同时具有安装角和
sca100t
- 网上一些关于SCA100t的例程不少,可大多都是用内部的SPI控制,用到模拟X-Y轴引脚输出的还是太少,本程序为利用sca100t的经xout yout脚经TLC2543模拟读出实现倾角的更加精确的读数,本程序已经调试可用。-Online a lot about SCA100t routines can be used mostly within the SPI control, use the analog output XY axis pin or too little, for the u
GLCD_Extended_by_CNR
- This file contains drivers for using a KS0108 based 128x64 pixel GLCD. This "Extended_GLCD.c" driver based on, "GLCD.c" driver can be found in CCS installation folder. The driver treats the upper left pixel as (0,0). // The NEW functions added b
Point-x-y
- 先建立一个点类Point,包含数据成员x,y(坐标点)。以它为基类,派生出圆类Circle,增加数据成员radius(半径),再以Cirlcle类为直接基类,派生出圆柱体类Cylinder,再增加数据成员height(高)。要求: (1)每个类都有构造函数、用于从键盘获取数据的成员函数set(),用于显示数据的成员函数display()。 (2)用虚函数输出各类对象信息 -First establish a point class Point contains data member