登录
首页 » C » smbus

smbus

于 2023-06-19 发布 文件大小:6.12 MB
0 46
下载积分: 2 下载次数: 1

代码说明:

已经应用中,希望可以给大家提供帮助,只需要更改接口就可以使用

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • PriorityQueue.tar
    Priority Queue Data Struct
    2014-11-09 02:17:13下载
    积分:1
  • GifCodec
    参考网上的资料写的gif编解码。 编码用gdi解析常用图片格式,然后组装成gif 解码吧gif的每一帧转换成dib gif文件格式网上有很多介绍 gif用的变长lzw压缩算法: 没弄懂原理,只知道过程。压缩取一个字符作为后缀,看看字符串是否存在。存在,用对应的编码作为前缀继续取;不存在把字符串添加到字典,前缀添加到输出流,后缀作为前缀继续取。解压取一个编码看看字典中是否存在。存在用对应的字符串的第一个字符作为后缀,看看当前字符串是否存在,不存在添加到字典中,后缀作为前缀,前缀对应的字符串添加到输出流,继续取;编码不存在,前缀对应的字符串的第一个字符作为后缀(这时当前字符串肯定不存在,字典中下一个可用编码肯定等于刚取出的编码),字符串添加到字典中,编码作为前缀,前缀对应的字符串添加到输出流,继续取。 编码流转换成字节流是按位从低到高的,window是小端模式(低字节在低地址),字节内低位在右边。 24位dib转换成8位dib时使用的八叉树算法 图片拉伸时参考的网上的双线性插值算法。 字典满了位数加一,位数是12时不加(Online reference materials written gif codec. Encoded using gdi resolve common image formats, and then assembled into a gif Each frame decode it into a gif dib There are many online gif file format introduced gif lzw with variable length compression algorithm: Did not understand the principle, only know the process. Compression takes a character as a suffix, and see if there is a string. Exist as a prefix to continue to take with the corresponding encoding there is no string to add to the dictionary, a prefix added to the output stream, the suffix as a prefix to continue to take. Take a look at extracting coding dictionary exists. Exist with the corresponding first character string as a suffix to see the current string exists, there is no add to the dictionary, the suffix as a prefix, the corresponding string to the output stream, continue to take coding does not exist, prefix corresponding first character string as a suffix (when the current string certainly does not exis)
    2015-01-17 20:22:25下载
    积分:1
  • stm32
    此代码是stm32代码,使用的pwm的控制方法,可以用于控制机器人,也可以控制电机, 1.硬件方面,利用layout软件Altium Designer完成了机器人主控板原理图和PCB图的绘制,以及上位机板原理图和PCB图绘制。 2.软件方面,上位机端通过stm32单片机的ADC读取摇杆中三个摇杆量,解析出对应的摇杆数据,通过私有协议(主要改编于modbus串口协议),将上位机端的数据通过无线串口传给下位机机器人主控板,下位机端解析出摇杆量的数据,然后通过pwm控制电机和云台的转动,其中机器人的转向机制采用的是差速转向机制
    2022-05-09 00:40:03下载
    积分:1
  • tuxingxuedazouye
    说明:  1. 做一个集成的图形界面的程序,可调用每一次作业子程序。 2. 调用画点的函数,用DDA、中点算法画直线和中点算法及正负法画圆和抛物线。 3. 交互式的二维直线求交:如果存在交点,用实心圆显示交点,并用文字显示其坐标。 4. 用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括自行车行走和绕固定点旋转的自旋转物体动画。) 5. 线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪按钮(或命令),按下“上边裁剪”按钮(或执行“上边裁剪”命令),多边形相对裁剪窗口的上边进行裁剪,显示上边裁剪后的多边形,依此进行其它各边裁剪。 6. 两种扫描多边形扫描转换算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法任选一种); 7. 4连通区域的递归种子填充算法,和扫描线种子填充算法,要求种子点(x,y)可交互输入)。 8. 简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。 9. 交互式Bezier曲线的输入绘制程序实现 (1. So an integrated graphical interface procedures, which call for each operation subroutine. 2. Calling the painting point function, with DDA, the midpoint algorithm painting line and the midpoint algorithm and France Circle and the positive and negative parabola. 3. Interactive 2D linear intersection : If there intersection with a solid circle indicates Nodal and writing to demonstrate its coordinates. 4. Using 2D animation graphics transform algorithms to achieve the specified physical translation, rotation and scaling. (Including walking and cycling around the fixed point of rotating objects from the rotating animation.) 5. Line cutting and polygon clipping algorithm to achieve the animation demo. (Two segments cutting algorithm and H-S-by-side polygon clipping algorithm) polygon clipp)
    2020-11-09 20:49:46下载
    积分:1
  • GuiLibwithMFC
    著名的界面源码,使用MFC,demo中实现了很多著名的界面,如VC2003、OutLook、Office、PowerPoint等的界面。(famous source interface using MFC, the demo to fulfill the many famous interface, If VC2003, OutLook, Office, PowerPoint, and other interface.)
    2020-06-26 04:20:01下载
    积分:1
  • 快速行进算法
    快速行进算法,运用c++语言,对构建voronoi图有很好的效果。其原理是以每个点为种子点,然后以相同或不同的速度以圆形往外扩散,直到两圆相交,即得到voronoi图的边界
    2022-08-26 06:50:43下载
    积分:1
  • rossler混沌同步的MATLAB程序
    rossler混沌同步的MATLAB程序,倾力奉献!
    2019-04-21下载
    积分:1
  • C++ 多点找色,找图,色偏容错微调,速度极快
    VS2017 C++ 多点找色,找图,色偏容错微调,速度极快
    2023-09-05 21:00:16下载
    积分:1
  • 发个51模拟ps2键盘的程序,经过实际应用是没问题的。
    发个51模拟ps2键盘的程序,经过实际应用是没问题的。这是早期的小程序,现在我也记不清具体内容了,希望对新入门的用户有用,谢谢!
    2022-03-19 06:42:35下载
    积分:1
  • 18、寻迹避障二合一
    说明:  该源码可以同时实现智能小车循迹的功能和避障的功能(The source code can realize the function of intelligent car tracking and obstacle avoidance at the same time)
    2020-01-31 17:51:53下载
    积分:1
  • 696518资源总数
  • 104326会员总数
  • 25今日下载