虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

A-P

  • 单片机开发板配套52个程序(c语言源代码)

    买的开发板上带的52个应用于实物的程序,希望对大家有帮助

    标签: 单片机开发板 c语言 程序 源代码

    上传时间: 2013-11-04

    上传用户:xymbian

  • C与C++程序中的内存分配

    你是否曾经这样定义过变量:int a[50]; ?或许你会说,这是一句再普通不过的代码了。那么int a[1000000]; 呢?int a[512][512]; 呢?用了这么久的VC,直到今天才发现,自己连最基本的东西还没弄清楚。

    标签: 程序 内存分配

    上传时间: 2014-04-06

    上传用户:15736969615

  • 基于(英蓓特)STM32V100的串口程序

    This example provides a description of how  to use the USART with hardware flowcontrol and communicate with the Hyperterminal.First, the USART2 sends the TxBuffer to the hyperterminal and still waiting fora string from the hyperterminal that you must enter which must end by '\r'character (keypad ENTER button). Each byte received is retransmitted to theHyperterminal. The string that you have entered is stored in the RxBuffer array. The receivebuffer have a RxBufferSize bytes as maximum. The USART2 is configured as follow:    - BaudRate = 115200 baud      - Word Length = 8 Bits    - One Stop Bit    - No parity    - Hardware flow control enabled (RTS and CTS signals)    - Receive and transmit enabled    - USART Clock disabled    - USART CPOL: Clock is active low    - USART CPHA: Data is captured on the second edge     - USART LastBit: The clock pulse of the last data bit is not output to                      the SCLK pin

    标签: V100 STM 100 32V

    上传时间: 2013-10-31

    上传用户:yy_cn

  • 基于(英蓓特)STM32V100的看门狗程序

    This example shows how to update at regulate period the WWDG counter using theEarly Wakeup interrupt (EWI). The WWDG timeout is set to 262ms, refresh window set to 41h and the EWI isenabled. When the WWDG counter reaches 40h the EWI is generated and in the WWDGISR the counter is refreshed to prevent a WWDG reset and led connected to PC.07is toggled.The EXTI line9 is connected to PB.09 pin and configured to generate an interrupton falling edge.In the NVIC, EXTI line9 to 5 interrupt vector is enabled with priority equal to 0and the WWDG interrupt vector is enabled with priority equal to 1 (EXTI IT > WWDG IT). The EXTI Line9 will be used to simulate a software failure: once the EXTI line9event occurs (by pressing Key push-button on EVAL board) the correspondent interruptis served, in the ISR the led connected to PC.07 is turned off and the EXTI line9pending bit is not cleared. So the CPU will execute indefinitely EXTI line9 ISR andthe WWDG ISR will never be entered(WWDG counter not updated). As result, when theWWDG counter falls to 3Fh the WWDG reset occurs.If the EXTI line9 event don抰 occurs the WWDG counter is indefinitely refreshed inthe WWDG ISR which prevent from WWDG reset. If the WWDG reset is generated, after resuming from reset a led connected to PC.06is turned on. In this example the system is clocked by the HSE(8MHz).

    标签: V100 STM 100 32V

    上传时间: 2013-11-11

    上传用户:gundamwzc

  • cs5460a程序(C程序源代码)

    #include <reg51.h>#include <main.h>#include <interrupt.h> cs5460a应用电路(含源程序)bit code table_odd_even_bit[16]={0,1,1,0,1,0,0,1,1,0,0,1,0,1,1,0}; extern uchar rs485_timeout,pointer_buf485;extern uchar rs485_buf[MAX_485_LEN];extern uchar idata spi_buf[MAX_SPI_LEN];extern uchar pointer_send,send_len; extern uchar count_1s;//extern uint count_2min;extern uint count_10s;extern uchar oper_len,send_offset,chk_sum,send_i;extern bit flag_send_data,flag_level,flag_drdy,flag_data_ok;

    标签: 5460a 5460 cs C程序

    上传时间: 2014-01-24

    上传用户:heart_2007

  • at24c16 c程序

    一个24c16的读写程序(已经调试过)(arens)  //////////////////////////////////////////////////////////////// //24c16读写驱动程序,FM24C16A-AT24C16中文资料pdf //=-------------------------------------------------------------------------------/*模块调用:读数据:read(unsigned int address)写数据:write(unsigned int address,unsigned char dd)   dd为要写的 数据字节*///---------------------------------------------------------------------------------- sbit sda=P3^0;sbit scl=P3^1; sbit a0=ACC^0;                  //定义ACC的位,利用ACC操作速度最快sbit a1=ACC^1;sbit a2=ACC^2;sbit a3=ACC^3;sbit a4=ACC^4;sbit a5=ACC^5;sbit a6=ACC^6;sbit a7=ACC^7; //--------------------------------------------------------------------------------------#pragma disablevoid s24(void)                 //起始函数{_nop_();    scl=0;     sda=1;    scl=1;    _nop_();    sda=0;    _nop_();    _nop_();    scl=0;     _nop_();    _nop_();    sda=1;

    标签: 24c c16 at 24

    上传时间: 2013-10-31

    上传用户:fdfadfs

  • ADI在线工具简化工程师的设计

      创新、效能、卓越是ADI公司的文化支柱。作为业界公认的全球领先数据转换和信号调理技术领先者,我们除了提供成千上万种产品以外,还开发了全面的设计工具,以便客户在整个设计阶段都能轻松快捷地评估电路。

    标签: ADI 在线工具 工程师

    上传时间: 2013-11-25

    上传用户:kachleen

  • PCB设计软件ExpressPCB 下载

    ExpressPCB 是一款免费的PCB设计软件,简单实使。可以画双层板。 Our Free PCB software is a snap to learn and use. For the first time, designing circuit boards is simple for the beginner and efficient for the professional.   Our board manufacturing service makes top quality two and four layer PCBs. Use our MiniBoard service and pay only $51 for three boards (plus $8 shipping).

    标签: ExpressPCB PCB 设计软件

    上传时间: 2013-11-15

    上传用户:lchjng

  • PCB阻抗匹配计算工具(附教程)

    附件是一款PCB阻抗匹配计算工具,点击CITS25.exe直接打开使用,无需安装。附件还带有PCB连板的一些计算方法,连板的排法和PCB联板的设计验验。 PCB设计的經驗建議:       1.一般連板長寬比率為1:1~2.5:1,同時注意For FuJi Machine:a.最大進板尺寸為:450*350mm,       2.針對有金手指的部分,板邊處需作掏空處理,建議不作為連板的部位.     3.連板方向以同一方向為優先,考量對稱防呆,特殊情況另作處理.     4.連板掏空長度超過板長度的1/2時,需加補強邊.       5.陰陽板的設計需作特殊考量.       6.工藝邊需根據實際需要作設計調整,軌道邊一般不少於6mm,實際中需考量板邊零件的排布,軌道設備正常卡壓距離為不少於3mm,及符合實際要求下的連板經濟性.       7.FIDUCIAL MARK或稱光學定位點,一般設計在對角處,為2個或4個,同時MARK點面需平整,無氧化,脫落現象;定位孔設計在板邊,為對稱設計,一般為4個,直徑為3mm,公差為±0.01inch.       8.V-cut深度需根據連板大小及基板板厚考量,角度建議為不少於45°.       9.連板設計的同時,需基於基板的分板方式考量<人工(治具)還是使用分板設備>.  10.使用針孔(郵票孔)聯接:需請考慮斷裂后的毛刺,及是否影響COB工序的Bonding机上的夾具穩定工作,還應考慮是否有無影響插件過軌道,及是否影響裝配組裝. 

    标签: PCB 阻抗匹配 计算工具 教程

    上传时间: 2014-12-31

    上传用户:sunshine1402

  • PCB Translator_CAMCAD转换器

    资料说明介绍 PCB Translator_CAMCAD转换器3.95版本,里面含CAMCAD_3.9.5a_crack文件,可以对软件进行破解 (需要安装PCB Translator后才能进行破解) 针对PCB设计文件的RSI转换器能够转换PCB设计和生产所需要的所有信息。它们包括:库,布置位置,插入属性信息,网表,走线,文字和铜箔,以及其它相关的项目。不需要执行"导入Gerber"和"交叉参考"就可以完成所有这些工作。事实上,根本不需要定义参考,因为软件可以从原始文件格式中提取出CAD数据,并把它直接输出到新的文件格式中。只需要注意CAD系统本身的限制就可以了。 CAMCAD PCB 转换器 CAMCAD PCB 转换器是一个功能完善的PCB CAD 转换器,图形用户界面也很浅显易懂。CAMCAD PCB 转换器支持大多数流行的CAD格式,比如Cadence Allegro, Orcad, Mentor and Accel EDA,也支持工业标准格式,比如GenCAM, GenCAD, and IPC-D-356.CAMCAD PCB 转换器允许导入CAD文件到CAMCAD图形用户环境中,校验数据,修改数据,然后可以把数据导出为任意格式的文件。这些特性意味着用户可以完全控制所有的事情,比如层的转换,也能解决CAD格式之间不兼容的问题。 一个案例,如果要转换Cadence Allegro文件到PADS,所有必须的设计信息都会包含在新的文件中。不过,Cadence Allegro允许板子上的铜箔重叠,PADS却不允许。Allegro 文件可以正常导入到CAMCAD。如果要立即把这个文件导出到PADS,程序会有错误提示。这时,可以使用CAMCAD的数据处理特性来改变有问题的铜箔,解决问题后再导出到PADS。 下面的矩阵表格,列出了CAMCAD PCB 转换器所支持的当前PCB的转换组合。Import Modules 一列中列出了可以被导入(读取)的所有ECAD文件格式。Export Modules一行中列出了可以被导出(写)的文件格式。在这个矩阵中的任意输入和输出模块组合转换都是可行的。当然,没有任何ECAD到ECAD的转换器是绝对完美的。由于ECAD layout系统有自己独特的特性,而这些可能不能直接转换到另一个有自己独特特性的ECAD系统中。 CAMCAD PCB 转换器支持的组合   建议配置:Windows 2000 或者 XP Professional,800 MHZ 处理器,512MB RAM 17"显示器,1024×768分辨率 Copyright 2004 Router Solutions Incorporated RSI Reserves the right to make changes to its specifications and products without prior notice. CAMCAD is a registered trademark of Router Solutions Incorporated. All rights reserved. RSI recognizes other brand and product names as trademarks or registered trademarks of their respective holders.  

    标签: Translator_CAMCAD PCB 转换器

    上传时间: 2014-07-31

    上传用户:Shaikh