this ASSEMBLY programme could show ASC codes ,you can leran how to show Chars on display
标签: show programme ASSEMBLY display
上传时间: 2015-03-01
上传用户:Thuan
Keyboard and remote driven operation fully functional, implements preprogrammed Chars in TOUCH PAD
标签: preprogrammed functional implements operation
上传时间: 2014-01-20
上传用户:784533221
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
Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search main.cpp Then you can run it: ./search The input is loaded from a input file in.txt Here is the format of the input file: The first line of the input file shoud contain two Chars indicate the source and destination city for breadth first and depth first algorithm. The second line of input file shoud be an integer m indicate the number of connections for the map. Following m lines describe the map, each line represents to one connection in this form: dist city1 city2, which means there is a connection between city1 and city2 with the distance dist. The following input are for A* The following line contains two Chars indicate the source and destination city for A* algorithm. Then there is an integer h indicate the number of heuristic. The following h lines is in the form: city dist which means the straight-line distance from the city to B is dist.
标签: Implemented following compile command
上传时间: 2014-01-01
上传用户:lhc9102
segment,一个简单的中文分词程序,命令行如下: java -jar segmenter.jar [-b|-g|-8|-s|-t] inputfile.txt -b Big5, -g GB2312, -8 UTF-8, -s simp. Chars, -t trad. Chars Segmented text will be saved to inputfile.txt.seg
上传时间: 2014-01-04
上传用户:ynzfm