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

maIn

  • 如何利用canvas 3d 在網頁上寫3D 程式 1. 在Firefox 3 上安裝canvas 3d add-on https://addons.mozilla.org/en-US/firefo

    如何利用canvas 3d 在網頁上寫3D 程式 1. 在Firefox 3 上安裝canvas 3d add-on https://addons.mozilla.org/en-US/firefox/search?q=Canvas+3d&cat=all 2. 下載canvas 3d JS api. http://www.c3dl.org/index.php/download/ 3. 撰寫maIn.js 檔[ javascript file],程式碼和說明如下所示

    标签: canvas Firefox mozilla add-on

    上传时间: 2017-03-18

    上传用户:zxc23456789

  • This book is an introduction to Ada 95. It uses an example-driven approach which gradually develops

    This book is an introduction to Ada 95. It uses an example-driven approach which gradually develops small trivial programs into large case-study type programs. The maIn emphasis of this book is on maIntenance problems, and using object-oriented technology to write maIntainable, extensible programs. Program design is introduced throughout the book, with hypothetical maIntenance scenarios used to shoe design shortcomings. and revise them to accomodate maIntenance needs. Practical issues such as debugging programs are tackled, and important Ada features not found in other languages are dealt with practically and early on in the text. These include exception handling, user-defined types, procedures, functions, packages and child packages.

    标签: example-driven introduction gradually approach

    上传时间: 2014-01-12

    上传用户:koulian

  • Thermostat Project using DS18B20 and P89V51RD2 Microcontroller. Compiler used is SDCC. Schematic Inc

    Thermostat Project using DS18B20 and P89V51RD2 Microcontroller. Compiler used is SDCC. Schematic Included. maIn file is "09.C". The code is written for turning the relay on and off at particular temperature thresholds.

    标签: Microcontroller Thermostat Schematic Compiler

    上传时间: 2014-01-18

    上传用户:woshiayin

  • EM4094示例Firmware

    EM4094示例Firmware,包括maIn.c,用c51实现

    标签: Firmware 4094 EM

    上传时间: 2014-11-18

    上传用户:924484786

  • RSA加密算法源代码 RSAEURO Version 1.02 Distribution In this distribution the various files are included

    RSA加密算法源代码 RSAEURO Version 1.02 Distribution In this distribution the various files are included in the directories below. DOCS - RSAEURO Documentation Directory DEMO - Demo Applications Directory SOURCE - Source Code Directory SCRIPTS - Demo Applications Script Files INSTALL - Installation Instructions The documentation is supplied in both Postscript and ASCII formats. (At the moment due a problem with Windows Word The maIn docs are only availible as Postscript.) Please report any problems with the code or documentation to me on the bug report form. Also any problems you may have in using the toolkit. Please read the bug report form for more details.

    标签: Distribution distribution included RSAEURO

    上传时间: 2013-12-30

    上传用户:moshushi0009

  • 一道程序编译顺序的考题

    一道程序编译顺序的考题,涉及到函数调用的先后顺序及运算符号的优先级等问题。下面我展开给你讲。 C的程序编译总是从maIn函数开始的,这道题的重点在“fun((int)fun(a+c,b),a-c)) ”语句。 系统首先要确定最外层 fun()函数的实参,第一个参数的确定需要递归调用fun()函数(不妨称其为内层函数)。内层函数的两个参数分别为x=a+b=2+8=10、y=b=5,执行函数体x+y=10+5=15,于是得外层函数的参数x=15。其另一个参数y=a-c=2-b=-6,再次执行函数体,得最终返回值x+y=15+(-6)=9。

    标签: 程序编译

    上传时间: 2014-12-03

    上传用户:徐孺

  • This is basic hospital management system with essentials and is build on Java Swings."dscreen.java"

    This is basic hospital management system with essentials and is build on Java Swings."dscreen.java" is the maIn class here.

    标签: essentials management hospital dscreen

    上传时间: 2013-12-07

    上传用户:a673761058

  • (1)测试外部数据RAM: 根据我们定义的逻辑

    (1)测试外部数据RAM: 根据我们定义的逻辑,外部RAM在数据空间中定义在0x8000-0xFFFF,共32k字,占据RAM中的低32K存储空间。提供2种测试方法,采用一种方式即可。 硬件仿真模式下,将目标板上电。 第一种方法:采用用程序测试实验 程序所在目录ex1_RAMTest。 该程序执行的功能是对外部数据RAM区0x8000-0xFFFF,从0x8000开始写并且读数据0x5555 。如果正常则写读下一个地址,直到 。如果正常则所有的地址操作完毕后,核心板的指示灯会变亮。否则,如果写入数据后,读出的不正确,则指示灯会不断闪烁。 在CCS2000中的操作如下: 1. Progect->Open,打开该目录中的工程文件。 2. Progect->Rebuild All,编译链接 3. File->Program 4. Debug->Go maIn 5. Debug->RUN(快捷键F5) 如果正常可以看到灯在熄灭约4秒后变亮。(说明:对整个数据RAM区的操作时间其实很短,为便于观察,本程序中加入了延时)。 打开View->Memory ,然后填入地址0x8000,然后在PAGE栏选择DATA。点击确定,即可显示0x8000地址开始的数据,用户会发现从这个地址开始往后的数据均为刚被写入的0x5555。

    标签: RAM 测试 数据 定义

    上传时间: 2013-12-08

    上传用户:www240697738

  • 汇编程序所在目录ex2_asm 。 C 语言程序所在目录ex2_c 。 在CC2000 中的操作如下: 1. Project->Open

    汇编程序所在目录ex2_asm 。 C 语言程序所在目录ex2_c 。 在CC2000 中的操作如下: 1. Project->Open ,打开该目录中的工程文件。 2. Project->Rebuild ALL, 编译链接 3. File->Load Program 4. Debug->GO maIn 5. Debug->RUN (快捷键F5) 即可看到最边上一个LED 周期性的闪亮。灯的闪烁频率由软件中的定时器Timer1 设置。这两个程序执行的功能是完全一样的。用户可以参考这两个文件作为其开发应用程序的模板。

    标签: Project ex 2000 Open

    上传时间: 2017-04-26

    上传用户:璇珠官人

  • 汇编程序所在目录ex2_asm 。 C 语言程序所在目录ex2_c 。 在CC2000 中的操作如下: 1. Project->Open

    汇编程序所在目录ex2_asm 。 C 语言程序所在目录ex2_c 。 在CC2000 中的操作如下: 1. Project->Open ,打开该目录中的工程文件。 2. Project->Rebuild ALL, 编译链接 3. File->Load Program 4. Debug->GO maIn 5. Debug->RUN (快捷键F5) 即可看到最边上一个LED 周期性的闪亮。灯的闪烁频率由软件中的定时器Timer1 设置。这两个程序执行的功能是完全一样的。用户可以参考这两个文件作为其开发应用程序的模板。

    标签: Project ex 2000 Open

    上传时间: 2017-04-26

    上传用户:hopy