搜索结果

找到约 5 项符合 chars 的查询结果

汇编语言 this ASSEMBLY programme could show ASC codes ,you can leran how to show chars on display

this ASSEMBLY programme could show ASC codes ,you can leran how to show chars on display
https://www.eeworm.com/dl/644/123044.html
下载: 23
查看: 1076

驱动编程 Keyboard and remote driven operation fully functional, implements preprogrammed chars in TOUCH PAD

Keyboard and remote driven operation fully functional, implements preprogrammed chars in TOUCH PAD
https://www.eeworm.com/dl/618/192204.html
下载: 90
查看: 1059

其他 Status StrAssign(SString T,char *chars) { // 生成一个其值等于chars的串T int i if(strlen(chars)>MAXST

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 } }
https://www.eeworm.com/dl/534/266767.html
下载: 152
查看: 3115

人工智能/神经网络 Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search ma

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 ...
https://www.eeworm.com/dl/650/192600.html
下载: 73
查看: 1024

多国语言处理 segment,一个简单的中文分词程序

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
https://www.eeworm.com/dl/637/303095.html
下载: 150
查看: 1113