搜索资源列表
汇编
- 4.asm…… 响铃程序,输入一个数字字符N,响铃N次。(完成)ysk3.asm ……显示一个星型倒三角。m1.asm ………编程将键盘输入的8位无符号二进制数转化为十六进制数和十进制数,并输出结果form.asm ……采用子程序编程按以下三种格式(██,◣,◥)打印九九乘法表:(完成)char.asm ……小写字母a b c d ……x y z的ASCII码分别为61H 62H 63H 64H……78H 79H 7AH, 而大写字母A B C D ….X Y Z的ASCII码分别为41H 42
abc
- 单片机向主机发送字符串,用C语言写的,对初学者很有用-Microcontroller sends a string to the host, written with C language, useful for beginners
DESjiamihejiemi
- 一个简单的c++程序,运用DES算法,可以对字符串进行加密解密,c-DES algorithm encryption and decryption of string
fenzhi
- (1)编写分支结构.asm文件实现:如果输入大小写子母就在屏幕上输出c 如果输入数字就将数字输出 如果输入其他不输出 按回车键推出的功能. (2)编写分支结构.asm文件实现统计一串分数串中不及格、60分-69分、70到79分、80分到89分、90分到100分的个数 -(1) the preparation of branch structure. Asm file to achieve: If you enter sensitive cluster on the screen outp
Cstrrev
- C语言题目是实现反转字符串,但不能调用strrev()。-C language implementation topics are reverse string, but should not call strrev ().
str
- C语言中,把16进制转换成字符串,一般在对中文进行传递中用到-C language to convert a string of 16 hex, the general in the Chinese language used in the transmission of
C
- 定义C语言或其子集的单词并给出编号,根据给定的语言子集构造词法分析器,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常量、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值(遇到错误时可显示“Error”,然后跳过错误部分继续显示),要求输出以文件形式存放的Token串。-The definition of C language or a subset of the word and give numbers, according to a subset
ch07_10
- 在Visual C++环境下编写的,比较两个字符串大小的源代码-In Visual C++ environment, prepared to compare the size of the source code of the two string
c
- 使用汇编语言编写的简易字符串匹配,输入字符串,并输入关键字与之匹配-Written in assembly language using simple string matching, the input string, and enter the keyword to match
CPP
- C++程序中去掉字符串中存在的空格符(几种方法)-Remove the space character string (several methods) in the C++ program
2-mystring
- 编写一个函数模板,它返回两个值中的最小者,但同时要确保这个函数模板能正确处理字符串。并编写主函数,实现两个字符串中最小者的输出。 适合初学者对c++函数模板的入门-Write a function template, which returns the minimum of the two values, but at the same time to ensure that the function template to correctly handle the string. And
cPP
- 模仿C++库中的string类,声明一个C++字符串类string,该类基本框架-To imitate C++ library string class the to declare a C++ string class string class basic framework
sj1
- 判断B是否是A的子串,是c++中的源程序,即为cpp文件-judge the B string is the son of the A string.
StrRp
- 一个简单的汇编源程序:(确定一个B串中多处存在A串的例子),用一个C串去替换A串(A与C长度不一样,取代所有相同的串),替换后的结果在显示器上显示。-Assembler source: (determining a B string Various examples of the A string), (A and C, the length is not the same, and to replace all of the same string) to replace the A stri
C
- C语言,先输入一串字符串数组,可以实现数组的反转,还可以求最大值,最小值,平均值,以及给字符串加密-C language, enter the string of an array of strings, you can achieve the reversal of the array, but also in order to the maximum, minimum, average, and to string encryption
cshi
- c串口通信,PC与单片机实现字符串的通讯,实现了双向通讯-the c serial communication, PC and MCU string communication, to achieve two-way communication
C
- 当接收指令信号为:’go’ , 单片机向PC机发送字符串‘WELCOME TO CHINA!’, 当接收指令信号为:’who’,单片机向PC机发送字符串‘MY NAME IS LIMING’, 当接收指令信号为:’home’,单片机向PC机发送字符串‘YINGYONGKEXUEXUEYUAN’, -When receiving the command signal is: ' go' , microcontroller to the PC to send the stri
String
- C语音基础学习。字符串章节中比较两个字符串大小的程序,仅供参考-The size of the program to compare two strings
convert--integer-to-binary-string
- 给结构STUDENT赋值,此程序是汇编语言与c的混合编程,开发工具为KEIL-To convert an integer to a binary string
c
- 1.输入一行文字,找出其中大写字母、小写字母、数字字符、空格以及其他字符各多少。。要求编写一个函数实现统计功能,在主函数中输入一行文字、调用统计函数并输出统计结果。 2.写一个函数实现两个字符串连接,在主函数中输入和输出字符串,要求用字符指针变量作行参和实参-1. Enter the line of text to find out where the uppercase letters, lowercase letters, numbers, characters, spaces, and