三星照相模块驱动。linux/char下,linux 2.6与linux 2.4下都使用
上传时间: 2016-02-04
上传用户:youmo81
The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).
标签: converts Toolbox complex logical
上传时间: 2016-02-12
上传用户:a673761058
Status StrAssign(SString T,char *chars) { // 生成一个其值等于chars的串T int i if(strlen(chars)>MAXSTRLEN) return ERROR else { T[0]=strlen(chars) for(i=1 i<=T[0] i++) T[i]=*(chars+i-1) return OK } }
标签: chars StrAssign SString Status
上传时间: 2014-01-10
上传用户:lwwhust
#include "at89x51.h" unsigned char code ddisp[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f} //段显0123456789,P0口
标签: unsigned include ddisp char
上传时间: 2013-12-03
上传用户:zm7516678
linux char device driver programming
标签: programming device driver linux
上传时间: 2016-03-21
上传用户:cmc_68289287
#include <reg51.h> void delay_ms(unsigned short ms) { unsigned short i unsigned char j for(i=0 i<ms i++) { for(j=0 j<200 j++) for(j=0 j<102 j++) } }
标签: unsigned short delay_ms include
上传时间: 2016-03-30
上传用户:cuibaigao
universal count un iversal count
标签: count universal iversal un
上传时间: 2014-02-18
上传用户:小鹏
从文件的当前位置开始中读取size*count个字节的数据
上传时间: 2013-12-20
上传用户:zsjinju
快速排序(qsort)在程序开发中的七种用法(VC)。其中列举了对int和char型数组排序、结构和类的一级二级排序等,具体的cmp函数。
上传时间: 2014-11-08
上传用户:xauthu
lpc源代码verilog实现的。操作low pin count设备
上传时间: 2013-12-20
上传用户:稀世之宝039