-
我解决了在上海的ACM亚洲问题
2009亚洲赛上海网络赛第三题,分享给所有参加ACM的朋友们,以及日后想参考想用的同学们。-The problem I solved at the ACM Aisa of Shanghai
- 2022-03-31 14:35:54下载
- 积分:1
-
using FORTRAN prepared by the parabolic equation numerical algorithm
用fortran编写的抛物线方程的数值算法-using FORTRAN prepared by the parabolic equation numerical algorithm
- 2023-08-14 13:25:02下载
- 积分: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
-
时域信号转换为频域信号的几个例子,本人都用过的,绝对能运行...
时域信号转换为频域信号的几个例子,本人都用过的,绝对能运行-Time-domain signal is converted to frequency domain signal a few examples, I have been used, absolutely can run
- 2023-05-04 14:45:03下载
- 积分:1
-
C语言实现雨滴模拟,一个完整的过程分解为好几个小部分,各自可以独立运行,方便初学者学习c语言实现较为复杂的数据结构。-(1)
C语言实现雨滴模拟,一个完整的过程分解为好几个小部分,各自可以独立运行,方便初学者学习c语言实现较为复杂的数据结构。
- 2022-01-25 15:51:11下载
- 积分:1
-
采用c++编写,上机运行通过的N皇后实现代码,绝对可用
采用c++编写,上机运行通过的N皇后实现代码,绝对可用-used to prepare, on the plane running through the realization of the code N Queen"s absolutely available!
- 2022-06-26 16:25:11下载
- 积分:1
-
Contains Clustering Mechanism. especially, Cluster Header Selection is focused.
Contains Clustering Mechanism. especially, Cluster Header Selection is focused.
- 2022-03-23 16:09:52下载
- 积分:1
-
image rotation procedures, the images can be arbitrary angle of rotation (after...
图像旋转程序,可以对图像进行任意角度的旋转(旋转后无图像部分用255赋值)。-image rotation procedures, the images can be arbitrary angle of rotation (after rotating images without using some 255 assignment).
- 2022-06-14 18:32:45下载
- 积分:1
-
大整数
计及任意大整数单元-受支持的操作:分配、 加、 减、 乘、 鸿沟,模相比,阶乘(限于运行时的最大整数的阶乘将可能限制它对少得多)所有操作都是 TInteger 类的方法和替换的值与结果。对于二进制运算 (除了阶),第二个操作数是作为一个参数传递给该过程。
- 2022-03-21 19:32:39下载
- 积分:1
-
神经网络算法
神经网络算法,主要介绍基本神经网络。
- 2023-03-06 17:20:03下载
- 积分:1