MATLAB source code: This function implements the *(int*)(&float_var).
标签: implements float_var function MATLAB
上传时间: 2014-01-09
上传用户:tb_6877751
内存中进行压缩和解压的两个方法: 压缩 int RamEncode(Byte *inBuffer, //输入内存缓冲区指针BYTE*类型 size_t inSize, //输入内存缓冲区的大小 Byte *outBuffer, //输出缓冲区指针BYTE*类型 size_t &outSize, //计算出的输出缓冲区大小 Int32 dictionary //字典的大小 ) 解压 int RamDecode(Byte *inBuffer, //输入内存缓冲区指针BYTE*类型 size_t inSize, //输入内存缓冲区的大小 Byte *outBuffer, //输出缓冲区指针BYTE*类型 size_t &outSize, //计算出的输出缓冲区大小 Int32 dictionary //字典的大小 ) 对文件进行压缩和解压的两个方法: 压缩: int FileEncode(LPCTSTR inFile, //输入文件路径 LPCTSTR outFile, //输出文件路径 Int32 dictionary //字典大小 ) 解压: int FileDecode(LPCTSTR inFile, //输入文件路径 LPCTSTR outFile, //输出文件路径 Int32 dictionary //字典大小 )
标签: RamEncode inBuffer inSize size_t
上传时间: 2014-01-21
上传用户:wangchong
1.功能 用高斯方法计算n重积分(C语言) 2.参数说明 int n : 积分重数 int js[n] : js[k]表示第k层积分区间所划分的子区间 void (*ss)() : 指向计算各层积分上、下限的函数名(用户自编) double (*f)() : 指向计算被积函数值的函数名(用户自编) double gaus() : 函数返回积分值 3.文件说明 gaus.c为函数程序 gaus0.c为主函数程序
上传时间: 2014-01-05
上传用户:731140412
多功能电子时钟的VHDL源代码。使用MAX+PLUS II进行编译。该文档有详细的说明和程序注释。
上传时间: 2015-09-04
上传用户:2467478207
公交路线number: varhar型; 公交车站stop:varhar型; 公交车站数ID:INT 型。 ListBox1: TListBox; ADOQuery1:TADOQuery; ComboBox1: TComboBox;Label1、Label2、Label3、Label4、Label5: TLabel; Button1、Button2、Button4:TButton Select: TButton ShowAll: TButton Edit1、Edit2、Edit3:TEdit Map1: TMap GroupBox1: TGroupBox RadioButton1、RadioButton2: TRadioButton
标签: varhar ADOQuery1 TADOQuery ListBox1
上传时间: 2013-12-20
上传用户:teddysha
CHMMBOX, version 1.2, Iead Rezek, Oxford University, Feb 2001 Matlab toolbox for max. aposteriori estimation of two chain Coupled Hidden Markov Models.
标签: aposteriori University CHMMBOX version
上传时间: 2014-01-23
上传用户:rocwangdp
Altera公司的max+plus2软件的详细使用演示,从入门到精通
上传时间: 2013-12-06
上传用户:huangld
功能说明: 次组件提供的功能有二: 1、解析出数学表达式中的参数 2、计算数学表达式 此组件不但可以解析和计算数学表达式,还提供了一系列的数学基本函数,可应用于表达式中一块处理。提供的数学基本函数有:将值舍入到最接近的整数 rount(x)、向下取整函数 int(x)、向上取整 ceiling(x)、求两个数中最大数的函数 max(a,b)、求两个数中最小数的函数 min(a,b)、幂函数 pow(x,n)、求平方根的函数 sqrt(x)。 下载地址:http://www.qiusuo365.com/qiusuo365/viewthread.php?tid=2422&extra=page%3D1
上传时间: 2014-01-18
上传用户:李梦晗
这是3ds Max学习电子书籍,对在3ds Max建模过程有详细说明。
上传时间: 2013-12-23
上传用户:水中浮云
MAX的USB3420E芯片的技术应用文档
上传时间: 2013-12-17
上传用户:BOBOniu