搜索资源列表
bcd_conv
- convert.asm: 1.From ASCII resp. BCD to binary 2.From binary to ASCII resp. BCD 3.From binary to Hex-ASCII Bin_Bcd.c: uchar BcdToBin(uchar val) uchar BinToBcd(uchar val) -convert.asm : 1.From ASCII resp. BCD
JavaandXML
- This the xml document retrieval java procedure, I debugging good. Using the xml document retrieval dom way to Shoreline.-This the xml document retrieval pro java procedure. I debugging good. Using the xml document ret
Imagesegementation
- To carry on small comparison for he different threshold value under the image segmentation result, have to use many windows,namely for take a look at a different threshold value of slice segmentation ’s result at same wi
mulal
- This is the machine-generated representation of a Handle Graphics object and its children. Note that handle values may change when these objects are re-created. This may cause problems with any callbacks written to
w
- // 数值转大写人民币函数 AnsiString NumToRMBStr(double val) // 正整数字符串转汉字函数,不建议单独使用 // 输入字符串必须正整数,只允许前导空格(必须右对齐),不宜有前导零
buhao7-1
- .data val1 sword 0 val sword -276 .code main proc mov ax,val cwd mov bx,10 idiv bx mov val1,ax call writebin call crlf mov ax,dx call writebin exit main endp end main
3-val
- 将一幅多媒体图像根据各个块的不同特性蔡用不同的编码方式
IsoSurface
- //given a grid cell, returns the set of triangles that approximates the region where val == 0. int Polygonise(GRIDCELL &Grid, MeshFace *Triangles, int &NewVertexCount, Vec3 *Vertices)
SPI_write_read
- 此函数把SPI的读写功能集成在一块,传递的val既是向SPI写的数据,也是从SPI读取的数据,只需要在执行读或写之前把MCU的I/O脚设置成相应的输出或输入即可。(因为在大部分应用中,是把SPI的DI和DO相连并用MCU的一个IO口来读写)。
moto_step
- C8051F040的步进电机调试程序,频率计算公式为:(T3时钟频率/(2*val
pl/0
- /*PL/0编译系统C版本头文件pl0.h*/ /* typedef enum { false, true } bool; */ #define norw 13 /*关键字个数*/ #define txmax 100 /*名字表容量*/ #define nmax 14 /*number的
bcd_conv
- convert.asm: 1.From ASCII resp. BCD to binary 2.From binary to ASCII resp. BCD 3.From binary to Hex-ASCII Bin_Bcd.c: uchar BcdToBin(uchar val) uchar BinToBcd(uchar val) -convert.asm : 1.From ASCII resp. BCD
JavaandXML
- This the xml document retrieval java procedure, I debugging good. Using the xml document retrieval dom way to Shoreline.-This the xml document retrieval pro java procedure. I debugging good. Using the xml document ret
Imagesegementation
- To carry on small comparison for he different threshold value under the image segmentation result, have to use many windows,namely for take a look at a different threshold value of slice segmentation ’s result at same wi
mulal
- This is the machine-generated representation of a Handle Graphics object and its children. Note that handle values may change when these objects are re-created. This may cause problems with any callbacks written to
w
- // 数值转大写人民币函数 AnsiString NumToRMBStr(double val) // 正整数字符串转汉字函数,不建议单独使用 // 输入字符串必须正整数,只允许前导空格(必须右对齐),不宜有前导零-//Values to uppercase function RMB AnsiString NumToRMBStr (double val)// positive integer string fu
buhao7-1
- .data val1 sword 0 val sword -276 .code main proc mov ax,val cwd mov bx,10 idiv bx mov val1,ax call writebin call crlf mov ax,dx call writebin exit main endp end main-. data
3-val
- 将一幅多媒体图像根据各个块的不同特性蔡用不同的编码方式-Multimedia will be an image block according to different characteristics of CAI use different encoding
IsoSurface
- //given a grid cell, returns the set of triangles that approximates the region where val == 0. int Polygonise(GRIDCELL &Grid, MeshFace *Triangles, int &NewVertexCount, Vec3 *Vertices) -//given a grid cell, returns the
char-change-to-val
- 把读取字符文件,转换为数值文件,C++源码,-char change to val