-
Exceptional C++ shows by example how to go about solid software engineering. Alo...
Exceptional C++ shows by example how to go about solid software engineering. Along with a lot of other material, this book includes expanded versions of the first 30 issues of the popular Internet C++ feature Guru of the Week (or, in its short form, GotW), a series of self-contained C++ engineering problems and solutions that illustrate specific design and coding techniques.
- 2022-12-15 03:15:03下载
- 积分:1
-
Bayes的matlab实现
自己写的一个Bayes分类器的matlab程序,比较简单。
使用方法
>> [ train_x, train_y ] = readdata("train_data.txt" );
>> [ test_x, test_y ] = readdata("test_data.txt" );
>> [mode]=MyBayes_train( train_x, train_y);
>> [ acurracy, predict_y]=MyBayes_test( test_x, test_y, mode);
- 2022-03-09 19:08:01下载
- 积分:1
-
双色、三色河内塔
无论是双色河内塔或是三色河内塔,其解法观念与之前介绍过的河内塔是类似的,同样也是使用递回来解
- 2022-03-23 16:29:55下载
- 积分:1
-
basic length converter
这是一个简单的c#编码,用于转换以下长度:
- 2022-02-07 15:35:47下载
- 积分:1
-
这是用VC++编写的计算器的源代码,可以进行简单的数学运算
这是用VC++编写的计算器的源代码,可以进行简单的数学运算-This is used VC++ Prepared calculator source code, you can perform simple arithmetic
- 2022-12-01 18:05:03下载
- 积分:1
-
协同过滤推荐算法Python实现
Python实现的协同过滤推荐算法,包括UserBaseCF和ItemBaseCF两种,使用的数据集是Movielens数据集,包含在源码中。
- 2022-06-02 18:11:41下载
- 积分:1
-
汇编语言十六进制转化为二进制和十进制显示
使用汇编语言,将十六进制转化为二进制和十进制并输出显示。从键盘输入一个2位无符号的16进制数(00H~FFH),然后在显示器上同时以二进制和十进制形式显示出来。例如: Pleaseinput N(00H-FFH): 9B N= 9BH = 10011011B = 155
- 2022-04-24 21:29:11下载
- 积分:1
-
玉米颗粒的检测算法
使用Matlab的GUI设计,实现了一种谷物(玉米)自动计数的方法。
- 2022-01-31 12:58:27下载
- 积分:1
-
一些经常用到的C算法程序
一些经常用到的C算法程序-some frequently used procedures C Algorithm
- 2022-07-20 06:52:10下载
- 积分:1
-
编程输出菱形图案
* * * * * * * * * * * * * * * *
- 2022-01-28 22:50:33下载
- 积分:1