Welcome![Sign In][Sign Up]
Location:
Search - macro play

Search list

[assembly languagemiaobiao

Description: 是"操作系统"和"微机原理和接口技术"等其它核心课程必要的先修课,而且对于训练学生掌握程序设计技术,熟悉上机操作和程序调试技术都有重要作用。因此该课程在整个教学计划中占有重要地位。 本课程的目的和要求是: 1、 应使学生掌握8086/8088宏汇编语言程序设计的基本方法和技巧,能够运用8086/8088宏汇编语言编写应用程序。提高学生分析问题、解决问题的能力以及实际动手能力。 -Is " operating system" and " Microcomputer Principle and Interface Technology" , and other core curriculum先修课necessary, but also for training students to master programming technology, familiar with the machines operation and debugging technology has an important role. Therefore the course in the teaching programs play an important role. The purpose of this course and requirements are: 1, should help students construct a macro 8086/8088 Assembly Language Programming of the basic methods and techniques, using 8086/8088 macro assembler language applications. Students analyze problems, problem-solving abilities, as well as the actual practical ability.
Platform: | Size: 18432 | Author: wuhuisong | Hits:

[FlashMXMacro_Flash_Player

Description: Flash player version 9.0 using visual basic 6
Platform: | Size: 78848 | Author: debrian | Hits:

[BREWdeep_in_BREWs_Interface

Description: 由于几乎没有详细阐述BREW接口实现机制方 面的文档,妨害了对BREW接口机制的学习。所以结合自 己的心得体会写了该文档。该文档完整分析了brew中两 种接口实现方式(Aeeinterface和Qinterface),分析 了接口究竟是什么?创建接口时究竟发生了什么?使用 所谓的接口函数(因为其实是宏)时究竟又发生了什么? 希望能对BREW初学者起到一定的帮助,加深对BREW面向 对象接口机制的了解。-Because almost did not elaborate on the mechanism BREW interface documentation, prejudice BREW interface mechanism for learning. So, in conjunction with their feelings and experiences to write the document. This document a complete analysis of the brew in the two kinds of interface methods (Aeeinterface and Qinterface), analysis of the interface What is it? Create interface What happened? The use of the so-called interface function (because in fact the macro) is exactly what happened? The hope is some help to play beginners BREW, BREW deepen their understanding of the mechanisms of object-oriented interface.
Platform: | Size: 323584 | Author: 周爱彬 | Hits:

[assembly languagemusicgenerator

Description: 能够播放洋娃娃和小熊跳舞的音调发生器,宏汇编程序,可在51单片机中运行-Be able to play dolls and bears dancing tone generator, macro assembler, can be run in the 51 SCM
Platform: | Size: 2048 | Author: li | Hits:

[SCMTRACe

Description: mrp开发 往手机里打调试信息 建议将这段代码添加到应用公用的头文件里,例如:game.h //因为每次都打开关闭文件,执行次数过多,会影响执行速度。 //宏DEBUG_ON_APP trace的时候需要开启,发布版本的时候,请关闭-mrp development debug information to the phone to play suggested to the application of this common code in header files, for example: game.h// for each opening and closing files, perform too many times, will affect the speed of execution.// Macro DEBUG_ON_APP trace when the need for open, release time, turn off
Platform: | Size: 1024 | Author: xuhoa | Hits:

[Game EngineGame_TianLongBaBu_Scheme_Pack_2

Description: 天龙八部1游戏策划案压缩包2,内容包括游戏宏观玩法设定,经济系统,骑乘聊天系统设定,人物属性设定等-Dragon 1 Game archive 2 case planning, including the game play to set the macro economic system, riding chat system settings, character set and other properties
Platform: | Size: 6340608 | Author: pxdev | Hits:

[ConsolezzTRACE_Fullfil

Description: 日志打印程序, 通过一个宏zzTRACESHOW实现打日志功能,支持多线程, 能打函数名,行数等。通过构造函数和重载()来实现类似于printf的格式,方便使用-Log print program, through a macro zzTRACESHOW hit log function, support for multi-threaded and can play the function name, the number of rows. Constructor and overloaded () printf-like format, easy to use
Platform: | Size: 4096 | Author: wenjie | Hits:

[SCMUCS1903-IRPEEPROM

Description: 在宏晶新出的15F104W芯片上实现了红外解码,掉电记忆,并且播放UCS1903级联芯片的功能-In macro chip of 15 f104w chip to realize the infrared decoding, power lost memory, and play UCS1903 cascade the function of the chip
Platform: | Size: 2048 | Author: 邵华 | Hits:

[JSP/JavaMusicPlayer

Description: 播放指定路径下的音乐,背景10秒钟换一次,如果打包运行的话注意com库的路径位置,界面没有按钮,一切控制靠宏功能。-Play the music under the specified path, the background 10 seconds for a time, if the package run, then note the location of com library path, the interface does not have buttons, all control by macro function.
Platform: | Size: 168960 | Author: 李鸿英 | Hits:

[Windows DevelopkepOPC Client

Description: 本源码是基于C++开发的OPC客户端程序开发实例。 OPC(OLE for Process Control)是根据Microsoft的OLE(现在Active)、COM(部件对象模型)和DCOM(分布式部件对象模型)技术所要求的功能制定的一个开放和互用式的用户界面标准,它保证了自动化/控制应用程序和区域系统/设备之间的互用。它以OLE/COM机制作为应用程序级的通讯标准,采用CLIENT/SERVER模式。 OPC规范中提供了两套接口方案,即定制接口和自动化接口。定制接口效率高,通过该接口能够发挥OPC服务器的最佳性能,采用C++语言的客户一般采用定制接口方案;自动化接口使解释性语言和宏语言访问OPC服务器成为可能(The source code is based on C++ development OPC client program development examples. OPC (OLE for Process Control) is based on the Microsoft OLE (now Active), COM (component object model) and DCOM (Distributed Component Object Model) technology requires a functional formulation of an open and interoperable style user interface standard, it guarantees the interoperability of automation / control applications and system / region between devices. It uses the OLE/COM mechanism as the application level communication standard and adopts the CLIENT/SERVER mode. The OPC specification provides two sets of interface schemes, namely, custom interfaces and automated interfaces. Custom interface and high efficiency, the best performance can play through the interface of the OPC server, using C++ language customers generally use custom interface scheme; automation interface enables explanatory language and macro language possible to access the OPC server)
Platform: | Size: 476160 | Author: 下载来的 | Hits:

CodeBus www.codebus.net