搜索资源列表
CC2500-FunctionLib
- CC2500的接受、发送数据包模块的库函数,可以直接在工程文件中增加“halregssrf.h”头文件,通过调用相关文件即可。测试通过。
i2c
- 用IO口模拟的IIC通信方式。可用于较慢的通信中,如EEPROM,DA,AD等。已试验成功,调用子函数即可。
equ
- 编写具有如下函数原型的递归与非递归两种函数equ,负责判断数组a与b的前n个元素值是否按下标对应完全相同,是则返回true,否则返回false。并编制主函数对它们进行调用,以验证其正确性。 bool equ(int a[], int b[], int n) 提示:递归函数中可按如下方式来分解并处理问题,先判断最后一个元素是否相同,不同则返false;相同则看n是否等于1,是则返回true,否则进行递归调用(传去实参a、b与 n-1,去判断前n-1个元素的相等性),并返回递归调用的结果
RPC
- 一个RPC例子,远程调用一个计算阶乘的函数。具体编写过程如下: 1、创建一个.idl文件, 为应用程序的远地函数定义一个接口。(RpcFact.idl文件) 2、应用程序属性配置文件 (RpcFact.acf文件) 3、用MIDL编译器编译RpcFact.idl文件,在Dos中输入命令midl RpcFact.idl。经过编译之后, 会生成这几个文件: RpcFact.h、RpcFact_s.c 和RpcFact_c.c 4、本例中阶层函数的实现(RpcFact.c文件) 5
Vista透明皮肤源码例程
- 易语言Vista透明皮肤源码例程程序结合易语言扩展界面支持库和应用接口支持库,调用API函数设置窗口中组建的Vista透明效果。-Easy language Vista transparent skin source routines program to expand interface with language support library and application interface support library, call API functions in the Setti
LSSVMlabv1_8_R2009b_R2011a
- LS-SVM toolbox 里面集合了所有的最小二乘法支持向量机的工具函数,可以直接调用。-LS-SVM toolbox里面集合了所有的最小二乘法支持向量机的工具函数,可以直接调用。
c
- Csharp短信猫开发接口,梦网短信猫DLL接口提供API级的函数调用接口,接口完全底层调用,没有任何界面,适合于广大自主品牌的开发用户。-Csharp SMS cats develop interfaces, Monternet SMS cat DLL interface API-level function call interface, interfaces that call the bottom, there is no interface, suitable for the gene
adiskydx
- SmsControl控件经过严格设计,其特点为: 1、调用简单,仅3个函数调用,2个事件消息,简化了客户端的设计。2、收发可靠,所有消息极力发送,发送失败的消息会在两天内持续发送,发送成功失败事件通知客户端;在Modem出现硬件故障不能启动的情况下照常接收发送任务,Modem启动后开始实际的发送,在出现硬件或操作系统故障的情况下保证消息的不丢失。3、可以支持广泛的移动短消息收发设备。4、随着移动短消息收发设备状态的变化SmsControl控件自动调整其收发参数。 -SmsControl stri
20407
- 自动测试系统控制,程序虽然简单,但是都是调用的系统函数,所以程序比较简单 使用VC++编程远程实现对一起的控制,本程序实现对信号源和示波器的控制,产生信号并能自动测试,返回测试结果-Automatic test system to control Using vc++ to realize the remote control together, this procedure to realize the control of the signal source and the osc
Super-EC
- 易语言超级模块,功能众多、很多函数直接调用即可-The super-EC for Easylanguage
AVFDLL-
- 控制程序静态配置文件的动态函数库的调用方法-Call dynamic function DLL method
DFPORT
- 库文件dfprot.lib用来提供在adams软件中将自定义c程序编译成dll动态库函数所必需的调用函数库。-Library files dfprot. Lib used to provide custom c in Adams software program compiled into a DLL dynamic library function call functions necessary for the library.
DFORMD
- 库文件DFORMD用来提供在adams软件中将自定义c程序编译成dll动态库函数所必需的另一个调用函数库。-Library files dfprot. Lib used to Library file DFORMD used to provide custom c in Adams software program compiled into a DLL dynamic library functions necessary to call another function library
cegui-docs-0.8.3
- CEGUI 帮助文档,cegui是一个界面框架,基于C++语言,文档里详细列出了各个函数调用规定-CEGUI help document, CEGUI is an interface framework, based on the C++ language, the document details the provisions of the various functions call