登录
首页 » C# » 可以演示代码,演示源代码,可供模块

可以演示代码,演示源代码,可供模块

于 2022-02-12 发布 文件大小:4.79 kB
0 85
下载积分: 2 下载次数: 1

代码说明:

CAN demo code,demo source code for CAN module -demo source code for CAN module

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

发表评论

0 个回复

  • ffmpeg
    ffmpeg类库及说明文档,适合多媒体开发去学习(ffmpeg libraries and documentation )
    2012-03-14 15:28:37下载
    积分:1
  • 匿名代码
    把单片机上的数据利用无线,蓝牙,或者串口上传到上位机(Using wireless, Bluetooth or serial port to upload data from MCU to PC)
    2020-06-25 05:20:02下载
    积分:1
  • regdiet
    WinCE下的注册表编辑器EVC代码可以实现完整的注册表编辑和查看功能。修改到ARM平台和MIPS,X86等平台版本都可以编译(WinCE Registry Editor under the code can be achieved EVC complete Registry Editor and viewing features. Modifications to the ARM platform and MIPS, X86 and other platform versions can be compiled)
    2008-06-22 12:07:15下载
    积分:1
  • user defined scalars
    用户自定义标量udf,Fluent模拟。(the udf of user defined scalars)
    2017-07-25 11:47:48下载
    积分:1
  • AN70983
    赛普拉斯批量传输的软件程序,初学者使用,,,(Cypress batch transfer software program for beginners)
    2020-06-18 13:20:02下载
    积分:1
  • C# 上传图片时生成缩略图,可以自定义尺寸
    C# 上传图片时生成缩略图,可以自定义尺寸
    2013-10-18下载
    积分:1
  • 100Score
    一个百分制成绩的测试框架工程,能够对初学者判断语句的使用等方面进行很好的考核(A percentile score of the test framework project for beginners can use the statement to determine other aspects of a good assessment)
    2013-12-12 20:56:44下载
    积分:1
  • FSL VideoFilter
    Rohde&Schvarz FSL VideoFilter
    2020-06-22 10:20:02下载
    积分:1
  • 动态数组模板类的C++实现
    动态数组模板类的C++实现#ifndef ARRAY_CLASS#define ARRAY_CLASS#include #include using namespace std;#ifndef NULLconst int NULL = 0;#endif//错误类型集合, 共三种,数组大小错误,内存分配错误和下标越界enum ErrorType {invalidArraySize, memoryAllocationError, indexOutOfRange};//错误信息char *errorMsg[] = {"Invalid array size", "Memery allocation error", "Index out of range"};//数组类模板声明templateclass Array{    public:        Array(int sz = 50);        Array(const Array &A);        ~Array(void);        Array& operator = (const Array &rhs);     //重载=,使数组对象可以整体赋值        T& operator[](int n);            
    2022-01-28 05:28:35下载
    积分:1
  • 便携式交通信号灯识别系统
    该程序使用vs+opencv编写。便携式交通信号灯识别方法是为了解决色盲色弱人员在日常生活中所面临的颜色识别的问题,包括出行时的红绿灯识别问题。由于智能手机的日益普及,我们提供了一种在便携式设备上实现的信号灯颜色识别方法。
    2022-09-17 04:50:11下载
    积分:1
  • 696518资源总数
  • 106208会员总数
  • 21今日下载