搜索资源列表
ac4
- 用C语言的源代码来定义一个队列 -Using C language source code to define a queue
55645
- 10种软件滤波方法的示例程序 1、限副滤波 /* A值可根据实际情况调整 value为有效值,new_value为当前采样值 滤波程序返回有效的实际值 */ #define A 10 char value char filter() { char new_value new_value = get_ad() if ( ( new_value - value > A ) || ( value - new_value
Generating3DModelsBasedonHandMotionandGesture
- :本文提供了一个全新的基于手势动态捕捉系统的快速生成三维建筑模型的方法。本文设计的建筑手语是由 左手不同的手势及右手所执的数据笔所组成。左手的手势用以表达建筑的属性,而三维建筑模型的位置、尺寸及 形状则由右手的数据笔的运动状态来界定。建筑手语及数据笔的运动由动作捕捉系统认知并分别转化为三维曲线 和曲面。本文阐述了手势辅助建筑建模的理论及相关案例。-: This article provides a new gesture-based motion capture system, qu
aboutrc4
- this document define steps of rc4 algorithm
tkipcipher
- define how use tkip algorithm
_struct
- struct _string _array的定义 C语言中如何定义,以及如来调用-struct define
embeded
- 预处理器(Preprocessor) 1. 用预处理指令#define 声明一个常数,用以表明1年中有多少秒(忽略闰年问题) #define SECONDS_PER_YEAR (60 * 60 * 24 * 365)UL 我在这想看到几件事情: 1). #define 语法的基本知识(例如:不能以分号结束,括号的使用,等等) 2). 懂得预处理器将为你计算常数表达式的值,因此,直接写出你是如何计算一年中有多少秒而不是计算出实际的值,是更清晰而没有代价的。 3).
kjmx
- 本文件为一个框架结构的ansys命令流,为方便进行框架的弹塑性分析建立,本命令流定义的材料为弹性。-This document is a framework structure Ansys command stream, the elastoplastic analysis framework to facilitate the establishment of the command stream to define material is elastic.
xinpianziliao
- nr24l01的中文资料 和nRF24L01中文手册 密码:wirele-nrf24l01 delay/****************************************IO端口定义*************************************** //****************************************NRF24L01端口定义*************************************** sbit CE
_bstr_t-_variant_
- _bstr_t和_variant_t是怎样定义的源码。-The _bstr_t, and _variant_t are how to define the source.
shaizi
- 骰子游戏文档,可以定义赢的几率和,计算怎样输赢-Dice game document, you can define the probability of winning and calculate how to win or lose
4-INTkey
- 功能:// 这个程序使用SW1(P0.0)、SW2(P0.1)、SW3(P3.6)、SW4(P3.7)作为中断输入, //并将其定义的数字在数码管上显示出来。 版本:V1.0 注:SW4===P3.7 SW3===P3.6 SW2===P0.1 SW1===P0.0 SW4中,SW4是电路板上的标号,4是人为定义按键对应的键值. P4.0作数码管的位选择口, P5口作数码管的段选择口 -Function ://This program uses SW1 (P0.
IEEE1641_TP_STD
- 随着装备复杂性的提高,测试_Y-程师面临的问题越来越多。通过对目前测试工程师工作难点的分析.结合 IEEE 1641(STD)标准对于信号定义的特点和其扩展机制,提出了解决方案.并通过可视化软件工具验证了STD对于 复杂信号定义与描述的能力-With the increased complexity of equipment, testing _Y-engineer the problem faced by more and more. Test engineers work throu
AD7880
- 基于stm32f103的ad7880采集程序-#include"sys.h" #define CS_AD1 PDout(15) #define CONVST_AD1 PDout(14) #define RD_AD1 PDout(13) #define BUSY_AD1 PDin(12) #define CS_AD2 PGout(15) #define CONVST_AD2 PGout(14) #define RD_AD2 PGout(13) #defi
programs
- this folder includes programs such as, compare strings, pointers as functions, increment pointer, define function, friend class for each other
How-to-define-a-function-in-MATLAB
- MATLAB如何定义函数文件,对于使用matlab时,当发现没有合适的库函数,就需要自己定义函数了,此文档可帮助你-How MATLAB function definition file, for the use of matlab, when found no suitable library functions, you need to define your own functions, and this document can help you
SVMTutorial
- In this tutorial we present a brief introduction to SVM, and we discuss about SVM published papers, workshop materials & material collected books and material available online on the World Wide Web. In the beginning we try to define SVM and try to ta
CCC
- 题目:#if #ifdef和#ifndef的综合应用。 1. 程序分析: 2.程序源代码: 复制代码 代码如下: #include stdio.h #include conio.h #define MAX #define MAXIMUM(x,y) (x>y)?x:y #define MINIMUM(x,y) (x>y)?y:x void main() { int a=10,b=20 #ifdef MAX printf( \
HUDDSNUN
- 题目:#if #ifdef和#ifndef的综合应用。 程序源代码: #include stdio.h #include conio.h #define MAX #define MAXIMUM(x,y) (x>y)?x:y #define MINIMUM(x,y) (x>y)?y:x void main() { int a=10,b=20 #ifdef MAX printf( \40: The larger one is d\n
BNFOGNBNNBOO
- 题目:宏#define命令练习(1)