• Keil.STM32F1xx_DFP.2.1.0.pack

    STMicroelectronics STM32F1 Series Device Support, Drivers and Examples Version: 2.1.0 Keil.STM32F1xx_DFP.2.1.0.pack Updated CMSIS drivers: EMAC: Improved robustness by function checking that driver is powered (EMAC_FLAG_POWER) CAN: Corrected functionality when only one CAN controller is used Corrected pin remap configuration for CAN2 port pins Corrected functionality when NULL pointer is provided for one or both signal callbacks in Initialize function USB Device: Corrected Isochronous transfer Corrected IN Endpoint FIFO flush procedure USB Host: Removed interrupt priority handling Corrected multiple packet sending Corrected PowerControl function for unconditional Power Off USART: Corrected Peripheral Reset and Clock enable/disable (check if peripheral is available on selected device) Corrected CTS handling and added signal CTS change event. SPI: Corrected Peripheral Reset and Clock enable/disable (check if peripheral is available on selected device) Corrected Bus Speed configuration Corrected 8bit/16bit Data register access, regarding the Data frame size -I2C: Corrected invalid __I2C_DMA field in I2C_DMA_TxEvent and I2C_DMA_RxEvent functions Updated/added examples: Added examples using Network DualStack (IPv4/IPv6) Middleware targeting MCBSTM32C (Keil.MDK-Middleware.7.0.0.pack required) Updated emWin examples to emWin V5.32 Updated CAN examples Updated USB Host examples Updated USB Device CDC ACM VirtualCOM examples Updated RTE_Device.h: Corrected USART Pin configuration Added trace configuration to the debug description and updated Quick Start Guide

    5
    806
    47.06MB
    2017-01-06
    50
  • Pencil-2.0.18-win32.installer.exe

    Pencil 是一款开源的手绘风格原型图绘制工具,可以用来绘制各种架构图和流程图。 主要功能: 内置多种原型设计模板 多页背景文档 跨页超链接 富文本编辑支持 可导出HTML,PNG,Openoffice.org文件,Word文件和PDF。 撤消/重做支持 支持安装用户定义的模板 标准绘图操作:对齐,排序,缩放,旋转等 跨平台 增加外部对象 个人收藏 剪贴画浏览器 粗略模板

    5
    77
    40.43MB
    2016-03-27
    9
  • pencil-2.0.15-ubuntu-all.deb

    Pencil 是一款开源的手绘风格原型图绘制工具,可以用来绘制各种架构图和流程图:

    0
    90
    3.74MB
    2015-12-13
    16
  • Pencil-2.0.15-win32.installer.exe.zip

    Pencil 是一款开源的手绘风格原型图绘制工具,可以用来绘制各种架构图和流程图:

    0
    71
    40.16MB
    2015-12-13
    0
  • C语言深度剖析.-.解开程序员面试笔试的秘密

    C语言深度剖析.-.解开程序员面试笔试的秘密

    3
    0
    860KB
    2012-02-26
    10
  • linux shell 逻辑运算符

    linux shell 逻辑运算符 linux shell 逻辑运算符

    0
    1102
    70KB
    2012-02-26
    50
  • dos命令大全

    S DOS 命令大全 一、基础命令 1 dir 无参数:查看当前所在目录的文件和文件夹。 /s:查看当前目录已经其所有子目录的文件和文件夹。 /a:查看包括隐含文件的所有文件。 /ah:只显示出隐含文件。 /w:以紧凑方式(一行显示5个文件)显示文件和文件夹。 /p:以分页方式(显示一页之后会自动暂停)显示。 |more:前面那个符号是“\”上面的那个,叫做重定向符号,就是把一个 命令的结果输出为另外一个命令的参数。more也是一个命令,dir /w |more 得到的结果和dir /w /p的结果是一样的。 其他的参数大家可以用:dir/?查看。

    0
    110
    16KB
    2012-02-22
    3
  • 经典C程序100例.chm

    题目:有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去掉不满足条件的排列。 程序源代码: main() { int i,j,k; printf("\n"); for(i=1;i<5;i++) /*以下为三重循环*/  for(j=1;j<5;j++)    for (k=1;k<5;k++)    {     if (i!=k&&i!=j&&j!=k) /*确保i、j、k三位互不相同*/     printf("%d,%d,%d\n",i,j,k);    } }

    0
    26
    67KB
    2012-02-22
    2
  • shell (bash) 比较运算符

    文件比较 -e filename 如果 filename 存在,则为真 [ -e /var/log/syslog ] 字符串比较 算术运算比较

    0
    1297
    3KB
    2012-02-22
    48
  • Linux常用命令全集

    Linux常用命令全集, Linux新手老手,收藏一份,方便不时之须

    0
    34
    364KB
    2012-02-22
    2
关注 私信
上传资源赚积分or赚钱