-
机器学习课要求编写3*3棋盘对弈程序。
该程序中一个对弈者通过神经网络方式实现
另一个通过机器学习的方式加以改进...
机器学习课要求编写3*3棋盘对弈程序。
该程序中一个对弈者通过神经网络方式实现
另一个通过机器学习的方式加以改进-3*3 chessboard vs program.One player is implement by neural net ,the other is implement by machine learning.
- 2022-02-16 05:43:33下载
- 积分:1
-
一个0
一个0-1背包问题的C++实现,背包的容量为t,各物品的重量分别为w1,w2。。。wn,找一个能装下最大重量的物品组合,用递归形式的贪心法实现-a 0-1 knapsack problem of C achieved, the capacity for backpack t, the weight of the items were w1, w2. . . Wn, one can find the largest installed under the weight of goods portfolio, using recursive form greedy Method
- 2022-05-28 10:59:03下载
- 积分: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
-
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
-
windows编程一书附书源代码第十九章的
windows编程一书附书源代码第十九章的-windows programming book, attached to 19th chapters of the book source code
- 2022-10-02 13:55:05下载
- 积分:1
-
我的练习代码。是一些C++编程技能的实践。
我的练习代码.是一些关于C++编程技巧的练习.-My practice code. Is the number of C++ Programming skills practice.
- 2023-04-05 12:20:03下载
- 积分:1
-
Windows2000下执行dos程序(wowexec.exe)的源代码
Windows2000下执行dos程序(wowexec.exe)的源代码 -Dos program under Windows2000 implementation (wowexec.exe) source code
- 2022-06-02 02:14:28下载
- 积分:1
-
这是一个用C编写的小型数据库系统,实现了数据库,实现了表的定义,查找,插入,删除,索引等数据库操作。是一个数据库原型。
这是一个用C编写的小型数据库系统,实现了数据库,实现了表的定义,查找,插入,删除,索引等数据库操作。是一个数据库原型。-This is a small-scale use of C prepared database system, the realization of a database table realize the definition of search, insert, delete, index, such as database operations. Is a prototype database.
- 2022-11-20 10:50:03下载
- 积分:1
-
这是个基础的程序,请大家指点指点!我的Q:137851600,邮箱lbz_898236@126.com...
这是个基础的程序,请大家指点指点!我的Q:137851600,邮箱lbz_898236@126.com-This is the basis for the procedure, please pointing out the instructions! My Q : 137851600, mail lbz_898236@126.com
- 2022-11-27 13:50:03下载
- 积分:1
-
TCP客户和服务
实现的TCP的通信,一个客户机和一个服务器。
- 2022-03-07 12:04:14下载
- 积分:1