三星照相模塊驅(qū)動(dòng)。linux/CHAR下,linux 2.6與linux 2.4下都使用
上傳時(shí)間: 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).
標(biāo)簽: converts Toolbox complex logical
上傳時(shí)間: 2016-02-12
上傳用戶:a673761058
Status StrAssign(SString T,CHAR *CHARs) { // 生成一個(gè)其值等于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 } }
標(biāo)簽: CHARs StrAssign SString Status
上傳時(shí)間: 2014-01-10
上傳用戶:lwwhust
#include "at89x51.h" unsigned CHAR code ddisp[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f} //段顯0123456789,P0口
標(biāo)簽: unsigned include ddisp CHAR
上傳時(shí)間: 2013-12-03
上傳用戶:zm7516678
linux CHAR device driver programming
標(biāo)簽: programming device driver linux
上傳時(shí)間: 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++) } }
標(biāo)簽: unsigned short delay_ms include
上傳時(shí)間: 2016-03-30
上傳用戶:cuibaigao
快速排序(qsort)在程序開(kāi)發(fā)中的七種用法(VC)。其中列舉了對(duì)int和CHAR型數(shù)組排序、結(jié)構(gòu)和類的一級(jí)二級(jí)排序等,具體的cmp函數(shù)。
上傳時(shí)間: 2014-11-08
上傳用戶:xauthu
編程題(15_01.c) 結(jié)構(gòu) struct student { long num CHAR name[20] int score struct student *next } 鏈表練習(xí): (1).編寫函數(shù)struct student * creat(int n),創(chuàng)建一個(gè)按學(xué)號(hào)升序排列的新鏈表,每個(gè)鏈表中的結(jié)點(diǎn)中 的學(xué)號(hào)、成績(jī)由鍵盤輸入,一共n個(gè)節(jié)點(diǎn)。 (2).編寫函數(shù)void print(struct student *head),輸出鏈表,格式每行一個(gè)結(jié)點(diǎn),包括學(xué)號(hào),姓名,分?jǐn)?shù)。 (3).編寫函數(shù)struct student * merge(struct student *a,struct student *b), 將已知的a,b兩個(gè)鏈表 按學(xué)號(hào)升序合并,若學(xué)號(hào)相同則保留成績(jī)高的結(jié)點(diǎn)。 (4).編寫函數(shù)struct student * del(struct student *a,struct student *b),從a鏈表中刪除b鏈表中有 相同學(xué)號(hào)的那些結(jié)點(diǎn)。 (5).編寫main函數(shù),調(diào)用函數(shù)creat建立2個(gè)鏈表a,b,用print輸出倆個(gè)鏈表;調(diào)用函數(shù)merge升序合并2個(gè) 鏈表,并輸出結(jié)果;調(diào)用函數(shù)del實(shí)現(xiàn)a-b,并輸出結(jié)果。 a: 20304,xxxx,75, 20311,yyyy,89 20303,zzzz,62 20307,aaaa,87 20320,bbbb,79 b: 20302,dddd,65 20301,cccc,99 20311,yyyy,87 20323,kkkk,88 20307,aaaa,92 20322,pppp,83
標(biāo)簽: student struct score long
上傳時(shí)間: 2016-04-13
上傳用戶:zxc23456789
CHAR find in a book where you can find
標(biāo)簽: find where CHAR book
上傳時(shí)間: 2016-04-21
上傳用戶:阿四AIR
12864液晶原程序.#include <reg52.h> #include <intrins.h> typedef unsigned CHAR BYTE typedef bit BOOL sbit rs=P2^0 sbit rw=P2^1 sbit e =P2^2 BYTE code dis[]={"www.zansi.com"} delay(BYTE ms) {
標(biāo)簽: include unsigned intrins typedef
上傳時(shí)間: 2016-04-25
上傳用戶:zsjinju
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1