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

f-xlms

  • This section contains a brief introduction to the C language. It is intended as a tutorial on the la

    This section contains a brief introduction to the C language. It is intended as a tutorial on the language, and aims at getting a reader new to C started as quickly as possible. It is certainly not intended as a substitute for any of the numerous textbooks on C. 2. write a recursive function FIB (n) to find out the nth element in theFibanocci sequence number which is 1,1,2,3,5,8,13,21,34,55,…3. write the prefix and postfix form of the following infix expressiona + b – c / d + e * f – g * h / i ^ j4. write a function to count the number of nodes in a binary tr

    标签: introduction the contains intended

    上传时间: 2013-12-23

    上传用户:liansi

  • 工程中很多的地方用到龙格库塔求解微分方程的数值解

    工程中很多的地方用到龙格库塔求解微分方程的数值解,龙格库塔是很重要的一种方法,尤其是四阶的,精确度相当的高。此代码只是演示求一个微分方程,要求解其它的微分方程,可以自己定义借口函数,退换程序里面的函数:float f(float , float)即可;

    标签: 工程 微分方程 数值

    上传时间: 2014-01-14

    上传用户:hphh

  • 中文名:Windows Forms 程序设计 英文名:Windows Forms Programming in c# 作者: Chris Sells 翻译: 荣耀 蒋贤哲 出版社:人民

    中文名:Windows Forms 程序设计 英文名:Windows Forms Programming in c# 作者: Chris Sells 翻译: 荣耀 蒋贤哲 出版社:人民邮电出版社 代码内容: The Table of Contents * Foreword * Preface * Chapter 1 Hello, Windows Forms * Chapter 2 Forms * Chapter 3 Dialogs * Chapter 4 Layout * Chapter 5 Drawing Basics * Chapter 6 Drawing Text * Chapter 7 Advanced Drawing * Chapter 8 Printing * Chapter 9 Components * Chapter 10 Controls * Chapter 11 Design-Time Integration: The Properties Window * Chapter 12 Design-Time Integration: Designers and Smart Tags * Chapter 13 Resources * Chapter 14 Applications * Chapter 15 Settings * Chapter 16 Data Binding Basics * Chapter 17 Applied Data Binding * Chapter 18 Multithreaded User Interfaces * Chapter 19 ClickOnce Deployment * Appendix A Whats New in Windows Forms 2.0 * Appendix C Delegates and Events * Appendix D Component and Control Survey * Appendix E Drag and Drop * Appendix F Document Management * Bibliography * Index

    标签: Windows Forms Programming Chris

    上传时间: 2013-12-03

    上传用户:啊飒飒大师的

  • 一个好的led程序

    一个好的led程序,用picc机开发的,单片机使用的是18f87

    标签: led 程序

    上传时间: 2013-12-21

    上传用户:daoxiang126

  • 一个计时程序

    一个计时程序,用16f877编写的,由于水平有限有一定的误差

    标签: 计时 程序

    上传时间: 2015-08-31

    上传用户:cooran

  • Procedure TSPSA:  begin   init-of-T { T为初始温度}   S={1

    Procedure TSPSA:  begin   init-of-T { T为初始温度}   S={1,……,n} {S为初始值}   termination=false   while termination=false    begin     for i=1 to L do       begin         generate(S′form S) { 从当前回路S产生新回路S′}         Δt:=f(S′))-f(S) {f(S)为路径总长}         IF(Δt<0) OR (EXP(-Δt/T)>Random-of-[0,1])         S=S′         IF the-halt-condition-is-TRUE THEN         termination=true       End     T_lower    End  End

    标签: Procedure init-of-T TSPSA begin

    上传时间: 2013-12-20

    上传用户:shinesyh

  • 摘 要: 本文件是C8051单片机I2C总线读写测试程序;将跳线器JP6短接

    摘 要: 本文件是C8051单片机I2C总线读写测试程序;将跳线器JP6短接,使用外部22.1184MHz晶振. 功能:定义 0 ~ 9 键为数字键, A ~ F 为功能键。按 A 键后,可按0 ~ 9 数字键, 从零地址开始存储该键值,并送LED数码管上显示该键值。按 C 键停止后,按 B 键, 从零地址开始读取数据值,并送LED数码管上显示。读取速度每秒一次。在按 C 键停止后,可按 A 键重新输入。

    标签: C8051 I2C JP6 单片机

    上传时间: 2015-09-02

    上传用户:sevenbestfei

  • 摘 要: 本文件是C8051单片机I2C总线时钟读写程序

    摘 要: 本文件是C8051单片机I2C总线时钟读写程序,使用时将跳线器JP5短接,使用外部22.1184MHz 功能:。按 A 键从时钟芯片读取当前时间, 并在LCD上显示。按"F"返回显示待机界面。

    标签: C8051 I2C 单片机 总线时钟

    上传时间: 2013-11-30

    上传用户:1427796291

  • 摘 要: 本文件是C8051单片机LCD测试程序

    摘 要: 本文件是C8051单片机LCD测试程序,功能:定义 A ~ F 为功能键。按"A"显示画点图形,按"B" 显示画直线图形, 按"C"显示画矩型图形,按"D"显示画矩型图形,按"E"显示画圆形图形, "F"显示待机界面. 将跳线器J8短接J16断开,R44闲置。使用外部22.1184MHz晶振。

    标签: C8051 LCD 单片机 测试程序

    上传时间: 2013-12-02

    上传用户:xyipie

  • 摘 要:本文件是C8051单片机串行外设接口总线测试程序

    摘 要:本文件是C8051单片机串行外设接口总线测试程序,实现SPI发送数据功能 使用外部22.1184MHz晶振。运行时LED数码管从“0”到“F”循环显示。

    标签: C8051 单片机串行 外设接口 总线

    上传时间: 2013-12-03

    上传用户:小眼睛LSL