搜索资源列表
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
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
ZCXDLJ
- 汇编实验 之 子程序的连接 1. 编写程序,将内存中由DATA单元开始,连续20单元中存放的字节数据的最大值与最小值以十六进制形式显示在屏幕上。 2. 已知在TEXT开始的内存单元中存放着一组英文文本,文本长度存放在CNT单元中。编制程序,用内存单元中有KEY开始的一组密匙字符串中的每个字符与文本中的字符逐个进行异或,若文本长度大于密匙字符串长度,当密匙字符串中的字符用完后,再从头重复使用,直至处理完文本串的所有字符。 要求:A加密程序用子程序编写 B将待加密的文本首址
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
2
- 字符串的应用,加强以后再编程方面的学习.-the c++ is very importent !
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
huibian
- 这是汇编语言的一些学习程序,包括了许多的东西分支程序设计: 1、编写程序,键入学生成绩(百分制),按A、B、C、D显示在屏幕上。 2、编写一程序,比较两个字符串所含字符是否相等,如果相等,在屏幕 上显示“Y”,反之显示“N”。 循环程序设计: 1、设有一段文字,编写一段程序查找字母a出现的次数,并显示在屏幕上。 2、编写程序,求出100以内既能被2整除又能被3整除的数,并显示在屏 幕上。 子程序设计: 1、编写子程序,分别计算100以内所有奇数之和与所有偶数之和,
KMPsuanfa
- c语言 的 KMP算法(C语言实现) C语言字符串匹配KMP算法的简单实现。-The c language KMP algorithm (C language implementation) KMP algorithm simple realization of C language strings match.
cPP
- 模仿C++库中的string类,声明一个C++字符串类string,该类基本框架-To imitate C++ library string class the to declare a C++ string class string class basic framework
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
palindrome
- c语言基础,判断一个字符串是否为回文的程序,仅供参考-Determine whether a string is a palindrome
C
- 实现杨辉三角的输出,字符指针检测回文,字符数组检测回文,字符串按要求排序,哥德巴赫猜想的验证等C语言程序,亲测有效-Print Pascal s Triangle Goldbach conjecture verification The method of judging character array palindrome
c
- 1.输入一行文字,找出其中大写字母、小写字母、数字字符、空格以及其他字符各多少。。要求编写一个函数实现统计功能,在主函数中输入一行文字、调用统计函数并输出统计结果。 2.写一个函数实现两个字符串连接,在主函数中输入和输出字符串,要求用字符指针变量作行参和实参-1. Enter the line of text to find out where the uppercase letters, lowercase letters, numbers, characters, spaces, and