-
Supervise the Windows registries of computers in a LAN, can also modify them.
对局域网内计算机注册表的监控,更改该计算机的注册表-Supervise the Windows registries of computers in a LAN, can also modify them.
- 2022-01-31 03:08:22下载
- 积分:1
-
用vc开发快速Fourier变换原理及其应用实例源代码
用vc开发快速Fourier变换原理及其应用实例源代码-Vc development with the principle of fast Fourier transform and its application source code
- 2022-04-30 18:57:00下载
- 积分: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
-
实现链表的创建删除插入等功能,并在屏幕上显示出来.
实现链表的创建删除插入等功能,并在屏幕上显示出来.-List to achieve the creation of features such as the deletion of insertion, and the screen is displayed.
- 2023-05-14 22:10:03下载
- 积分:1
-
c语言的更深一步编程,有一定的开发基础的学习用
c语言的更深一步编程,有一定的开发基础的学习用-Some advanced C program, for veterans
- 2022-05-19 00:41:13下载
- 积分:1
-
一个关于分窗口程序,是用Visual C++编写。
a program about dividing window,which is written with Visual C++.
- 2022-02-01 00:51:07下载
- 积分:1
-
用纯C语言写的一个通讯录程序,通过链表存储,自己设计界面。...
用纯C语言写的一个通讯录程序,通过链表存储,自己设计界面。-Using pure C language to write an address book program, through the chain store, the interface of their own design.
- 2022-07-15 12:03:22下载
- 积分:1
-
Improvement of Bayes classfication
It is implement in windows.
贝叶斯分类器的改进
在windows 平台下实现;-Improvement of Bayes classfication
It is implement in windows.
- 2022-01-28 05:34:37下载
- 积分:1
-
井字游戏
这是一个简单的井字游戏。它包括一个电脑 vs 玩家游戏。它使用简单和基本的人工智能,并且是一个控制台应用程序,没有图形。
- 2022-05-05 09:35:19下载
- 积分:1
-
Enter the complete mathematical expression such as 1+ (5/2)* 3 to calculate the...
输入完成数学表达式例如1+(5/2)*3
即可计算出结果
支持运算符:+ - * / () ^-Enter the complete mathematical expression such as 1+ (5/2)* 3 to calculate the results support the operator:+-*/() ^
- 2022-08-10 10:29:54下载
- 积分:1