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
Brute-Force String Search Algorithm
gbhat.com
2021年7月13日
Algorithms Data Structures in Java #2 (+INTERVIEW QUESTIONS)
git.ir
已浏览 1.3万 次
2022年10月17日
3:22
Worst, Average and Best Case Analysis of Algorithms - GeeksforGeeks
geeksforgeeks.org
2022年7月21日
热门视频
12:43
C++ Program to print all substrings of a given string
YouTube
Computer Revival
已浏览 831 次
8 个月之前
1:57
How to Print Substrings with Equal Number of Zeros and Ones in C+ +
YouTube
vlogize
4 个月之前
10:13
#21 C Strings | C Programming For Beginners
YouTube
Programiz
已浏览 17.4万 次
2022年3月9日
Substring Matching Problems
Longest Substring Without Repeating Characters - LeetCode
leetcode.com
2023年2月24日
Fuzzy String Matching in Python: Intro to Fuzzywuzzy | Built In
builtin.com
2023年3月16日
9:58
Exact String Matching Algorithms - Alei Reyes
hackerearth.com
2016年10月2日
12:43
C++ Program to print all substrings of a given string
已浏览 831 次
8 个月之前
YouTube
Computer Revival
1:57
How to Print Substrings with Equal Number of Zeros and Ones in C+ +
4 个月之前
YouTube
vlogize
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
7:25
STRSTR() Function in C Programming | How to Find Subst
…
已浏览 3.4万 次
2019年3月2日
YouTube
Learn Programming Yourself
9:40
#22 C String Functions | C Programming For Beginners
已浏览 10.4万 次
2022年3月16日
YouTube
Programiz
8:05
31.C program to insert a substring into the given string | C Programm
…
已浏览 2474 次
2023年11月22日
YouTube
VMR ACADEMY
15:41
C_62 Strings in C - part 1 | C programming tutorials
已浏览 61万 次
2021年7月25日
YouTube
Jenny's Lectures CS IT
4:20
Writing Strings using printf and puts Functions
已浏览 15万 次
2019年7月20日
YouTube
Neso Academy
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
…
6 个月之前
YouTube
vlogize
How to split a string in C/C , Python and Java? - GeeksforGeeks
2 个月之前
geeksforgeeks.org
14:29
C Programming - Strings
已浏览 3994 次
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
9:50
Counting the Vowels in a String | C Programming Example
已浏览 2.2万 次
2021年6月12日
YouTube
Portfolio Courses
20:47
Longest common substring | Dynamic programming
已浏览 7.1万 次
2019年11月26日
YouTube
Techdose
4:07
Performing Operations on String Literals
已浏览 20.4万 次
2019年7月17日
YouTube
Neso Academy
8:09
Strings in C Programming | Concept of Strings in C Programming
已浏览 28.4万 次
2022年3月30日
YouTube
Gate Smashers
11:52
Write a program to print all permutations of a given string | G
…
已浏览 49.3万 次
2016年1月6日
YouTube
GeeksforGeeks
18:10
L4. Number of Distinct Substrings in a String | Trie | C++ | Java
已浏览 10.8万 次
2021年11月26日
YouTube
take U forward
How to work with substrings on Linux
2024年8月20日
networkworld.com
23:40
13. Strings in C++ | Guaranteed Placement Course | Lecture 13
已浏览 66.3万 次
2020年11月11日
YouTube
Apna College
7:23
C Program to Find Substring Of String Without Using Library Func
…
已浏览 2.3万 次
2019年6月12日
YouTube
Computer Revival
2:05
Removing All Substrings from a String in C
4 个月之前
YouTube
vlogize
7:06
DFA Examples 3 & 4 || Set of all strings Containing substring "ab"
…
已浏览 10.7万 次
2021年5月5日
YouTube
Sudhakar Atchala
4:00
DFA Examples 16 || Set of all strings Containing the sub string ab or b
…
已浏览 5.3万 次
2021年5月13日
YouTube
Sudhakar Atchala
15:49
Leetcode 3. Longest Substring Without Repeating Characters
已浏览 7.9万 次
2021年4月20日
YouTube
Code with Alisha
19:50
How to Print all Subsequence of a String in Java?
已浏览 3.7万 次
2017年11月16日
YouTube
Coding Ninjas
观看更多视频
更多类似内容
反馈