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

FR-F

  • CCALC provides convenient way to for performing calculations. You can use standard infix notation f

    CCALC provides convenient way to for performing calculations. You can use standard infix notation for expressions and store results in variables.

    标签: calculations convenient performing provides

    上传时间: 2015-08-18

    上传用户:dave520l

  • http虚拟盘源代码(Windows 2000/XP/2003),httpdisk使用HTTP从Web服务器映射成本地磁盘或光盘。示例:httpdisk /mount 0 http://www.acc

    http虚拟盘源代码(Windows 2000/XP/2003),httpdisk使用HTTP从Web服务器映射成本地磁盘或光盘。示例:httpdisk /mount 0 http://www.acc.umu.se/~bosse/test.iso /cd f:...httpdisk /umount f:

    标签: httpdisk http Windows mount

    上传时间: 2013-12-14

    上传用户:zuozuo1215

  • 一个数据库课程设计

    一个数据库课程设计,基于microsoft access 和vb的设计,可实现简单的删除修改查询和登记(由于需要设置路径,简单的作可以将其放置于F盘,即可运行

    标签: 数据库

    上传时间: 2014-01-04

    上传用户:Ants

  • 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