English
全部
搜索
图片
视频
地图
资讯
更多
购物
航班
旅游
笔记本
报告不当内容
请选择下列任一选项。
无关
低俗内容
成人
儿童性侵犯
时长
全部
短(小于 5 分钟)
中(5-20 分钟)
长(大于 20 分钟)
日期
全部
过去 24 小时
过去一周
过去一个月
去年
清晰度
全部
低于 360p
360p 或更高
480p 或更高
720p 或更高
1080p 或更高
源
全部
Dailymotion
Vimeo
Metacafe
Hulu
VEVO
Myspace
MTV
CBS
Fox
CNN
MSN
价格
全部
免费
付费
清除筛选条件
安全搜索:
中等
严格
中等(默认)
关闭
筛选器
13:23
YouTube
code
Finding subString in a String C Program
//Program to find an input substring in an input main string void main() { int i=0,j=0,k=0,count=0,l=0,k1=0; char a[80],b[80]; clrscr(); printf("Enter main string:-"); gets(a); printf("Enter sub-string:-"); gets(b); l=strlen(b); while (a[i]!=EOF) { if (a[i]==b[j]) { i++; // i the index of main strng j++; // j the index of sub string k1=1 ...
已浏览 2.8万 次
2011年7月23日
Substring Search Algorithms
Longest Substring Without Repeating Characters - LeetCode
leetcode.com
2023年2月24日
Google Spreadsheet Substring Extraction: Easy Guide & Video
spreadsheetpoint.com
2022年11月7日
Substring in Java: Examples, Methods and Applications
intellipaat.com
已浏览 8.9万 次
2020年7月11日
热门视频
1:39
How to Check for Substrings in C+ + Vector Strings
YouTube
vlogize
已浏览 2 次
3 个月之前
12:43
C++ Program to print all substrings of a given string
YouTube
Computer Revival
已浏览 758 次
7 个月之前
C program to print the highest frequency character in a String
quescol.com
2021年11月4日
Substring Matching Problems
2:49
Frequency of a Substring in a String - GeeksforGeeks
geeksforgeeks.org
2022年6月13日
6:44
Substring Matching Attribute Selectors - "Contains"
teamtreehouse.com
2015年1月29日
(Check substrings) You can check whether a string is a substring of another string by using the f ind method in the str class. Write your own function to implement find. Write a program that prompts the user to enter two strings and then checks whether the first string is a substring of the second string. | Numerade
numerade.com
2020年6月17日
1:39
How to Check for Substrings in C+ + Vector Strings
已浏览 2 次
3 个月之前
YouTube
vlogize
12:43
C++ Program to print all substrings of a given string
已浏览 758 次
7 个月之前
YouTube
Computer Revival
C program to print the highest frequency character in a String
2021年11月4日
quescol.com
10:13
#21 C Strings | C Programming For Beginners
已浏览 17.4万 次
2022年3月9日
YouTube
Programiz
9:20
C Program to Print String Characters One By One using Loop
已浏览 10.1万 次
2016年10月22日
YouTube
LearningLad
4:05
How to Fetch a Substring From a String in C++
已浏览 2116 次
2021年4月11日
YouTube
Programming With Annu
1:00
Delete Word (Substring) From The String in C Program
已浏览 245 次
2023年6月10日
YouTube
iSmart Technology
7:25
STRSTR() Function in C Programming | How to Find Subst
…
已浏览 3.4万 次
2019年3月2日
YouTube
Learn Programming Yourself
1:53
Trouble with strstr() in C: How to Extract Substrings Effectively
已浏览 1 次
5 个月之前
YouTube
vlogize
4:54
Print A String Until The First Newline Character | C Programmin
…
已浏览 8212 次
2021年9月23日
YouTube
Portfolio Courses
13:06
C_65 C Program to Read and Print a String | C Programming Tutorials
已浏览 24.5万 次
2021年7月29日
YouTube
Jenny's Lectures CS IT
10:23
C_64 Strings in C- part 3 | printf and puts function in C
已浏览 24.2万 次
2021年7月28日
YouTube
Jenny's Lectures CS IT
11:16
Array of Strings in C || Lesson 70 || C Programming || Learning Monke
…
已浏览 1.8万 次
2021年7月22日
YouTube
Learning Monkey
8:05
31.C program to insert a substring into the given string | C Programm
…
已浏览 2474 次
2023年11月22日
YouTube
VMR ACADEMY
4:34
C Strings 14: Search if a substring is present in a string [C Programming]
已浏览 8632 次
2020年6月26日
YouTube
JLabs
4:20
Writing Strings using printf and puts Functions
已浏览 15万 次
2019年7月20日
YouTube
Neso Academy
SOLVED:Write a program that reads a word and prints all substrings, s
…
2022年2月5日
numerade.com
9:06
program in C to print all permutations of a given string usi
…
已浏览 3234 次
2019年12月14日
YouTube
Computer Programming Tutor
11:36
Print All Subsequences of a String || C++ || Recursion || By Mohit Gupta
已浏览 4.1万 次
2020年10月25日
YouTube
PhysicsMania-Mohit Gupta [IIT BHU]
1:41
How to Extract Substrings in C: A Complete Guide to Handling Embe
…
5 个月之前
YouTube
vlogize
14:29
C Programming - Strings
2022年11月6日
YouTube
Learn Programming with Satheesh
4:57
PROGRAM TO EXTRACT SUBSTRING FROM A STRING IN C
已浏览 6675 次
2018年7月7日
YouTube
KV PROTECH
21:20
Strings in C Programming | Part-2 | C Language Tutorial
已浏览 85.1万 次
2016年9月9日
YouTube
Naresh i Technologies
20:47
Longest common substring | Dynamic programming
已浏览 7.1万 次
2019年11月26日
YouTube
Techdose
3:34
c program to copy one string into another | strcpy() function in c
已浏览 4.3万 次
2019年11月5日
YouTube
Learn Coding
4:07
Performing Operations on String Literals
已浏览 20.1万 次
2019年7月17日
YouTube
Neso Academy
7:56
String In C Language Explained | Strings in C Complete Tutorial Fo
…
已浏览 5755 次
2022年6月16日
YouTube
Simplilearn
17:04
Substring in C
已浏览 6607 次
2017年7月29日
YouTube
Computer Science (compsci112358)
1:34
C Program To Print All ASCII Characters and Code
已浏览 1.5万 次
2020年1月8日
YouTube
Technotip
观看更多视频
更多类似内容
反馈