-
Find out the login users under Terminal server
Find out the login users under Terminal server
- 2022-03-11 10:21:34下载
- 积分:1
-
实现标准库函数strstr的功能:在str1中查找str2,若找到,返回指向str1中第一次出现str2的位置;
int A ( const char...
实现标准库函数strstr的功能:在str1中查找str2,若找到,返回指向str1中第一次出现str2的位置;
int A ( const char * str1, const char * str2 );
没有的话,返回-1 有则返回所在位置(从0开始)
写出函数,对编写函数main完成对strstr的功能的验证。
-achieve the standard library functions strstr function : the search for str2 str1, if found, str1 return at the first appearance of str2 position; Int A (const char* str1, const char* str2); If not, the return-1 is returned with the location (from starting at 0) write function, the main function prepared to complete the function of the strstr certification.
- 2022-07-22 04:47:08下载
- 积分:1
-
A small program using threads, you can definitely do it
一个使用 线程的小程序,可以作到抛砖引玉吧-A small program using threads, you can definitely do it
- 2022-08-19 04:22:29下载
- 积分:1
-
也是用贪心算法,来求解一个最优解,不过,它是根据当前的最好加油位置,来决定下一个加油位置;...
也是用贪心算法,来求解一个最优解,不过,它是根据当前的最好加油位置,来决定下一个加油位置;
- 2023-01-20 16:00:04下载
- 积分:1
-
AODV IEE802.118.tc
这是3 节点的AODV协议测试的源代码。欢迎大家下载、试用。谢谢大家的支持!希望有帮助!
- 2023-05-10 00:00:03下载
- 积分:1
-
this program will set icon in system tray and it will list the programs on top
this program will set icon in system tray and it will list the programs on top
- 2022-11-05 11:10:03下载
- 积分:1
-
use inherit example of c++
用到继承的C++例子-use inherit example of c++
- 2022-08-11 14:50:20下载
- 积分:1
-
ENCRYPTION ALGORITHMS
- 2023-06-11 01:15:03下载
- 积分:1
-
C++编程百例源码,包括最简单的入门程序和图形编程等等,适合新手学习...
C++编程百例源码,包括最简单的入门程序和图形编程等等,适合新手学习-C programming source, including the most simple entry procedures and graphical programming, etc., suitable for novice learning
- 2023-06-03 04:35:04下载
- 积分:1
-
VC++语言界面较为简单的通讯录,以备STO…
用vC++文字界面编写的较为简单的通讯录,实现存储,查找,删除等功能。-VC++ language interface with a relatively simple address book to prepare for storage, search, delete functions.
- 2023-07-03 11:35:03下载
- 积分:1