搜索资源列表
已知两点求第三点的双字节无符号定点插值算法
- 两个点的线性插值定点数算法 说明:1、基本公式 y=( y2-y1 ) ( x-x1 ) / ( x2-x1 ) + y1 2、根据直线斜率的正负、内插外插的不同,分为6种情况。 3.参见文件夹中的“插值算法的6种情况”一图。-two points of linear interpolation algorithm for determining points : one, the basic formula y = (y2 - y1) (x-x) / (x2 - x1) y1 2,
LCD12864
- 12864串口液晶,包含两个文件:lcd.c与lcd.h. 调用 void printLCD(uint8 x,uint8 y,uint8 *fmt, ... ),即可将显示的字符串发送到液晶屏显示
Jgs
- 激光加工控制系统 可以读入plt文件,然后仿真,再通过并口 输出x y步进电机的驱动信号及开关光信号 实现激光雕刻
xmodem
- X modem 协议文件传输在51单片机上实现源代码-X modem file transfer protocol on the 51 single-chip implementation source code
STM32F107-WiFi-examples-1.8
- 该示例程序演示了如何进入EM380C的DTU模式(数据透传) 1、按照正常流程上电,LCD上会显示当前模块的配置情况. 2、打开PC的wifi无线网卡,连接到LCD上显示的ssid,默认是EM380,连接正常后,模块上的红色LED会常量。 3、设置PC的IP地址192.168.4.X(除了192.168.4.4),掩码255.255.255.0。设置完成之后,可以ping通192.168.4.4 4、打开工程文件夹中附带的TCP/UDP测试工具,点击“创建连接”,按照默认
icc
- .uIP是免费的TCP/IP协议栈,我们将它移植到我们的AVR以太网开发板中. 2.在uipopt.h文件中定义了网卡芯片的IP地址,默认值是192.168.0.99,你可以根据你的需要修改为 适当的IP,需要注意的是这个IP应该和你的计算机在同一局域网段内.例如你的计算机局域网IP为 192.168.1.X,子网掩码为255.255.255.0,则开发板的IP应该也设在192.168.1网段内,如果设为 192.168.0则需要修改子网掩码.-atmg128 net
Menu_onPC
- 本代码包为本人的一篇文章<一个占用内存极少的菜单系统的实现>在在PC上的测试移植代码。 ------------------------------ Menu_Src目录为Menu的源代码 Ks0108.C的void Display_Locate(unsigned char DisplayData, unsigned char X, unsigned char Y)函数为最底层的显示函数。 该函数调用LCD模拟函数来完成显示。 KeyScan.C的unsigned
readxfile
- 载入x文件,并且可以用QWEASD六个按键控制模型的六个自由度。-read x file, and you can contr the module by keyboard.
STC12xxEEOPROM
- 针对STC12xx整个系列EEOPROM操作的一个头文件,含有读、写、擦除3个函数共用户调用,使用方便,比如写函数(n,x,dat),在第n扇区,第x字节,写入数据dat。-STC12xx operation for the entire series EEOPROM a header file, containing read, write, erase three functions of the user calls, easy to use, such as writing a func
PIC12F615-ADC.X
- PIC12F615单片机内带ADC转换应用实例,内涵Proteus仿真文件。-PIC12F615 microcontroller with ADC conversion application examples, meaning Proteus simulation files.
Text2Bin
- stm32数组转二进制工具,在Keil下运行 1.输入文件内容必须包含类似于{0xff,0xff}这样的c语言数组格式,才能正常转换。大括号和前导符“x”是必须的。 2.支持8位和16位数据。 3.支持4个字节的长宽信息,方便Image2Lcd程序输出的图片转换成Bin。 4.支持成对“/”符号包含注释信息,若文件内容只有单个“/”,后果自负。 5.支持头四个字节的宽高信息互换存储位置。-stm32 array to binary tools, running in Keil
8-x-8-dot-matrix-scroll-design
- 51单片机做的8乘8点阵滚动设计,有仿真文件-51 microcontroller do 8 x 8 dot matrix scroll design, there are simulation file
iic_s_V1.0.X
- 用mcc配置PIC单片机做IIC通讯,重点在于配置文件的应用。-Do IIC communication with MCC configuration PIC microcontroller
ADC.X
- MAPLB工程文件,实现ADC采样,采用的是microchip 的dsPIC33f系列芯片。-MAPLBProject file, to achieve ADC sampling It uses a microchip dsPIC33f series of chips.
ECAN.X
- MAPLAB 工程文件,实现ECAN通信,具体配置已经配好,可自行添加相应的功能。-MAPLAB project files, to achieve ECAN communication, the specific configuration has been equipped with, you can add the appropriate function.
UART1_UART.X
- MAPLAB工程文件,实现串口通信,可实现单片机与串口调试助手通信-MAPLAB project files, to achieve serial communication, can achieve single-chip and serial debugging assistant communication
I2C_EEPROM.X
- MAPLAB工程文件,实现I2C与EEPROM的读写控制,基本配置已写好,可自行添加其他功能。-MAPLAB project files, to achieve I2C and EEPROM read and write control, the basic configuration has been written, you can add other functions.
SPI_FLASH.X.X
- MAPLAB工程文件,可实现SPI接口与FLASH的读写控制,基本功能已经配置好,可自行添加其他逻辑。-MAPLAB project file, can achieve SPI interface and FLASH read and write control, the basic function has been configured, you can add other logic.
新建文件夹 (2)
- #define uint unsigned int #define uchar unsigned char sbit dula=P0^1; sbit wela=P0^3; uchar num; uchar code table[]={ 0xc0,0xf9,0xa4,0xb0, 0x99,0x92,0x82,0xf8, 0x80,0x90,0x88,0x83, 0xc6,0xa1,0x86,0x8e}; void delay(uint z); void main() {
18f67k40.X
- 日常生活中经常见到的广告牌以LED流动发光的形式来增加效果,该文件就包含了流水灯的编程代码。(The billboards that are often seen in daily life increase the effect in the form of LED luminous light. The file contains the programming code of the water lamp.)