登录
首页 » SCM » 您上载的源码为何会被站长不采用或帐号被删除?请认真阅读您的文件包然后写出其具体功能...

您上载的源码为何会被站长不采用或帐号被删除?请认真阅读您的文件包然后写出其具体功能...

于 2023-04-01 发布 文件大小:389.55 kB
0 46
下载积分: 2 下载次数: 1

代码说明:

您上载的源码为何会被站长不采用或帐号被删除?请认真阅读您的文件包然后写出其具体功能 -You upload the source code for that station will be used or not account is deleted? Please carefully read the package to your specific function and then write

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

发表评论

0 个回复

  • This is a microcontroller keyboard response procedures, mainly for the design of...
    这是一个单片机键盘响应程序,主要用于单片机设计中对键盘的编程,使得单片机能够显示键盘的按键-This is a microcontroller keyboard response procedures, mainly for the design of single-chip microcomputer keyboard programming, SCM makes the keyboard can display buttons
    2022-02-20 18:08:16下载
    积分:1
  • 三星S3C6410处理器的BSP的winmobile6
    SAMSUNG S3C6410 CPU BSP for winmobile6-SAMSUNG S3C6410 CPU BSP for winmobile6
    2022-02-07 00:05:12下载
    积分:1
  • SCM procedures fans, they can refer to the following, can also be used under the
    单片机控制风扇的程序,大可以参考下,也可以使用下-SCM procedures fans, they can refer to the following, can also be used under the
    2022-09-01 14:20:02下载
    积分:1
  • CAN的调试程序。CAN的初始化重要包括下面几个方面。RXB0SIDH,RXB0SIDL,RXB0MIDH,RXB0MIDL。这是接收过滤器。TXB0SIDH,...
    CAN的调试程序。CAN的初始化重要包括下面几个方面。RXB0SIDH,RXB0SIDL,RXB0MIDH,RXB0MIDL。这是接收过滤器。TXB0SIDH,TXB0SIDL,TXB0DLC,这是发送标志位。还有波特率寄存器。操作模式为 正常模式。-CAN debugging procedures. CAN initialization important aspects include the following. RXB0SIDH, RXB0SIDL, RXB0MIDH, RXB0MIDL. This is the receiver filters. TXB0SIDH, TXB0SIDL, TXB0DLC, it is sending signs spaces. There baud rate register. The normal mode of operation for the model.
    2022-06-01 22:21:43下载
    积分:1
  • MC9S12DG128B,包含了时间中断、光电检测、舵机控制、电机驱动、实时控制等功能。有相关注释。...
    MC9S12DG128B,包含了时间中断、光电检测、舵机控制、电机驱动、实时控制等功能。有相关注释。-MC9S12DG128B, includes a time interrupted, photoelectric detection, steering control, motor-driven, real-time control functions. Relevant Notes.
    2023-02-01 23:10:04下载
    积分:1
  • msp430单片机声音采集程序,采用12位ADC采样,串口传输,baudrate115200;采样数据采用adpcm编码格式;iar编译环境...
    msp430单片机声音采集程序,采用12位ADC采样,串口传输,baudrate115200;采样数据采用adpcm编码格式;iar编译环境-MSP430 Single-chip voice collection procedures, the use of 12-bit ADC sampling, serial transmission, baudrate115200 sampling data using ADPCM encoding format iar compiler environment
    2022-03-31 05:21:08下载
    积分:1
  • 友善臂开发板上使用的触摸屏驱动,s3c2410,2.6内核下使用
    友善臂开发板上使用的触摸屏驱动,s3c2410,2.6内核下使用-The development of friendly arm on the board using touch-screen driven, s3c2410, 2.6 kernel use
    2023-03-24 02:05:04下载
    积分:1
  • 单片机系统上电后,P0 口和 P1 口都被清 0。然后,你规定一个由 6 个数字构成的序列(每个数字从 0~F 中选取),比如 E、8、9、0、7、F。然后每次当单片机检测到外部中断 0发起中断时间时,读取 P0 口和 P1 口上的状态值,当连续 6 次外部中断事件的对应的数字序列构成你所设定的序列后(举例来说,如果 P0.0 是 1,P0 和 P1 的其他管脚是 0,那么我们称为检测到一次数字 0),从串口打印输出一幅类似下图的 16×16 的ASCII码的圣诞树图片。-Single-chip microcomputer system after power, P0 and P1 mouth I have been ching 0. Then you set a six figure constituted by the sequence (each number from 0 ~ F in selected), for example, E, 8,9,0,7, F. And then each time a single-chip detects external interrupt 0 initiated interruption time, I read the P0 and P1 mouth on the state value, when a row 6 times the corresponding external interrupt events constitute digital sequence set your sequence (for example example, if P0.0 is 1, P0 and P1 of the other pin is 0, then we called a number of detected 0), a printout from the serial port under similar 16 × 16 map of the ASCII code of the Christmas tree图片.
    2022-10-23 01:15:03下载
    积分:1
  • 应用actel公司的a3p030进行调试通过的LCD1602显示程序 可以应用此程序进行网站显示 等...
    应用actel公司的a3p030进行调试通过的LCD1602显示程序 可以应用此程序进行网站显示 等-Application a3p030 company actel debug LCD1602 display program adopted this procedure can be applied to web display.
    2022-07-25 12:09:06下载
    积分:1
  • 你知道睡眠()/ usleep() / nanosleep()不好延迟的问题。
    As you have learnt that sleep( )/usleep()/nanosleep() are not good to delay a process. Timers can provide more accurate time control in applications. In this lab, you will explore POSIX timers and signal programming, experience the timer drift. The primary focus of this lab will be "time". The experiment will show you several methods to measure time in your applications.
    2022-01-26 16:17:48下载
    积分:1
  • 696521资源总数
  • 104072会员总数
  • 37今日下载