搜索资源列表
Data_Preparation_for_data_Mining_Using_SAS
- A.1 Copyright and Software License A.2 Dependencies between Macros A.3 Data Acquisition and Integration A.3.1 Macro TBRollup() A.3.2 Macro ABRollup() A.3.3 Macro VarMode() A.3.4 Macro MergeDS() A.3.5 Macro ContcatDS() A.4 Integrity
fjsdhgh
- 输入、输出功能,检验输入的数是否为数字功能,ASCII码与二进制数的的相互转化功能,两数相乘功能,因此整个程序定义了两个宏INPUT和MULTIPLE,宏INPUT实现了输入、检验和ASCII码与二进制的相互转换功能,MULTIPLE实现了两数相乘功能,实现输出功能的是子程序OUTPUT,由于在输入的过程中多次用到了回车换行,因此定义了一个回车换行子程序CRLF。-Input and output functions, testing whether the number entered for
STM32F103FWLib(chinese)
- 本手册介绍了32位基于ARM微控制器STM32F101xx与STM32F103xx的固件函数库。 该函数库是一个固件函数包,它由程序、数据结构和宏组成,包括了微控制器所有外设的性能特征。该函 数库还包括每一个外设的驱动描述和应用实例。通过使用本固件函数库,无需深入掌握细节,用户也可以 轻松应用每一个外设。因此,使用本固态函数库可以大大减少用户的程序编写时间,进而降低开发成本。 -This manual introduces 32-bit Microcontrollers Base
Ch8
- ADP宏指令: ADP提供了一种既方便又功能强大的宏指令应用方式,使人机得以经由内部宏指令(Macro Function)功能执行数值运算,逻辑判断,流程控制,数值传递,数值转换,定时器计数器,自定通讯指令操作等等,由宏指令的使用可让人机不仅和PLC联机通讯,同时由另一通讯端口来执行同其它通讯设备联机,此功能不仅提供有效的系统整合同时成为最经济便宜的硬件应用架构。而且使用宏指令也可大大的减少PLC的程序容量,让PLC的控制精度及效率最佳化。-ADP macros: ADP provides
VisualMFC
- Visual C++ MFC 中常用宏的含义-Visual C++ MFC meaning of commonly used macros
UNIX_C_VA_ARG
- UNIX下C语言可变参数的应用专题 1.可变参数宏如何传递,封装函数 2.可变参数函数如何使用,使用范例 本资料是个人多年银行经验总结的。-UNIX variable parameters under the C language the application of a topic. Variable Argument Macros on how to pass, package function, 2. How to use variable argument function,
GA
- C++ implementation of a Genetic algorithm (GA). A population of binary chromosomes is generated randomly to attempt to solve the Weighted MAX SAT Problem. Parameters of crossover, mutation, population size can be controlled via macros in code.There a
objectiveccheatsheet
- A Macros Sheet for Objective-C
udf--macros
- 对fluent6.3UDF Manual中的宏进行了整理,方便了编写程序时查找宏。-Of fluent6.3UDF Manual macros were consolidated, easy to write programs for macro.
easy-to-use-macros
- Ansys easy to use macrros great help
CST-macros-interpret
- 介绍了如何运用VBA宏语言来处理电磁仿真软件CST生成的数据。非常便利数据的后处理。-The documment introduces how to use of VBA to controldata from CST.It facilate our dealing with the data from CST.
Si443xPRevV-v23
- 无线芯片si443x系列的寄存器设置表,利用宏可以根据需要得带宽、输出功率、速率等参数,计算出设置寄存器的值,方便无线模块的开发-The the wireless chip si443x series register set the table using macros have the bandwidth, output power, the rate parameters needed to calculate the set the value of the register, and
ArcMap-expand-development-
- 基于ArcMap的拓展开发教程,包括编写VBA宏和C#插件两种方式,给ArcMap扩展用户自定义功能。-Based the ArcMap expand development tutorial, including writing VBA macros and C# plug in two ways, to ArcMap extension user-defined function.
BREW-interfacing
- 初学Brew时,最烦人的就是接口的定义了,一大堆的宏,让人不知所云。这里,将以helloworld为例,我们一步一步揭开它的神秘面纱-Begin study Brew, the most annoying is the definition of the interface, and a bunch of macros, people incomprehensible. Here will helloworld example, our step-by-step to uncover the m
vcPPCoding-Plicy
- VC++编程参考规范 变量、常量及宏命名 代码书写格式 函数及数据类型的前部的注释格式-VC++ Programming Reference specification of variables, constants, and macros named annotation format of the front portion of the code written in the format of functions and data types
armasm.chm.tar
- 这是有关介绍汇编的资料,里面习题可以巩固学习。具体的内容有: 1.CPU资源和存储器 2.操作数的寻址方式 3.标识符和表达式 4.微机CPU的指令系统 5.程序的基本结构 6.子程序和库 7.输入输出和中断 8.应用程序的设计 9.数值运算协处理器 10.汇编语言和C语言 11.汇编语言编程和调试工具 12.Pentium指令的执行周期数 1 附录3 中断列表 DOS和BIOS的宏定义 键盘按键的各种编码对
Access-2003-database-technology
- 介绍了Access 2003的基本操作,数据访问,宏的使用-Introduces the basic operation of the Access 2003, data Access, the use of macros, etc
CPP-GUI-QT4-
- Qt是一个1991年由奇趣科技开发的跨平台C++图形用户界面应用程序开发框架。它既可以开发GUI程式,也可用于开发非GUI程式,比如控制台工具和服务器。Qt是面向对象的框架,使用特殊的代码生成扩展(称为元对象编译器(Meta Object Compiler, moc))以及一些宏,易于扩展,允许组件编程。-Qt is a Trolltech developed in 1991 by C++ cross-platform graphical user interface application d
mfc
- MFC中常用类,宏,函数介绍,和GUI有关的各种对象,在窗口中输出文字,使用点,刷子,笔进行绘图,使用各种映射方式-MFC commonly used classes, macros, functions, introduction, and GUI on a variety of objects, the output text in the window, point of use, brush, pen drawing, using a variety of mapping methods
Agnihotri--Prateek-Excel-Macros-Excel-Macros-and-
- Excel Macros: Excel Macros and VBA