-
Romanian Map - Greedy Search
说明: A greedy algorithm is a simple, intuitive algorithm that is used in optimization problems. The algorithm makes the optimal choice at each step as it attempts to find the overall optimal way to solve the entire problem.
- 2019-04-29 16:15:42下载
- 积分:1
-
K-均值聚类算法C++编程
K-均值聚类算法的编程实现。包括逐点聚类和批处理聚类。K-均值聚类的的时间复杂度是n*k*m,其中n为样本数,k为类别数,m为样本维数。这个时间复杂度是相当客观的。因为如果用每秒10亿次的计算机对50个样本采用穷举法分两类,寻找最优,列举一遍约66.7天,分成3类,则要约3500万年。针对算法局部最优的缺点,本人正在编制模拟退火程序进行改进。希望及早奉给大家,倾听高手教诲。(K-means clustering algorithm programming. Point by point, including clustering and clustering batch. K-means clustering of the time complexity of n* k* m, n samples, several types of k, m sample dimension. The time complexity is a very objective. Because if we use one billion times per second the computer using 50 samples of two exhaustive method to find the optimal set out again about 66.7 days, divided into three categories, offering 3,500 years. Local optimal algorithm against the shortcomings, I was prepared simulated annealing process improvements. Early Feng hope for everyone, listen to the master teachings.)
- 2020-06-26 09:20:02下载
- 积分:1
-
videomotion
能够捕捉移动物体,可用于做自动录像功能。(Able to capture moving objects can be used to make automatic recording function.)
- 2009-06-28 01:08:21下载
- 积分:1
-
Logistics-management-system
基于 Visual C++ 6.0开发平台和
SQL Server 2000 数据库 开发的物流管理系统
(Visual C++ 6 development platform and based on
Logistics management system in SQL Server 2000 database development)
- 2014-07-02 16:21:28下载
- 积分:1
-
lvgl的codeblocks仿真工程
LVGL的codeblocks仿真工程,都配置好的,可以直接打开运行
【核心代码】int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR szCmdLine, int nCmdShow)
{
/*Initialize LittlevGL*/
lv_init();
/*Initialize the HAL for LittlevGL*/
lv_win32_init(hInstance, SW_SHOWNORMAL, 800, 480, NULL);
/*Run the demo*/
lv_demo_widgets();
while(!lv_win32_quit_signal) {
/* Periodically call the lv_task handler.
* It could be done in a timer interrupt or an OS task too.*/
lv_task_handler();
usleep(10000); /*Just to let the system breath*/
}
return 0;
}
- 2021-08-23 00:31:02下载
- 积分:1
-
手写体minst识别代码
手写体minst识别代码demo,vs开发,c++语言,可以了解训练识别过程
- 2023-08-14 01:20:03下载
- 积分:1
-
AdvInAbat
说明: 一个采用VC+DX8.0编程的2D游戏, 有一定的可玩性.
游戏主题: 屠宰场.
同时, 对于学习DX和VC也有一定的帮助
(using VC DX8.0 a 2D game programming, a certain degree of fun. The game theme : the slaughterhouse. Meanwhile, the study also DX and VC can help)
- 2005-10-13 17:11:32下载
- 积分:1
-
C#课程设计
说明: 简单的删除添加查询修改等功能,非常适合初学者学习(Simple deletion, add query modification and other functions)
- 2018-12-25 12:46:12下载
- 积分:1
-
科学计算器
通过用数列的方式实现大数据的运算,可以进行很多有效位的运算,这种局限不限于证书,小数也同样适用,对于c语言的初学者是一份不错的资源。
- 2023-01-11 15:00:03下载
- 积分:1
-
auto-parts-management-system-in-VCPP
这是用VC++编写的汽车配件管理系统
1.数据库文件名:qpglxt 位置:(汽配管理系统\汽配管理系统qpglxt.mdb)
2.数据库类型:Access
3.连接方式:ADO
4.用户名:mrkj
5.密码:111
6.编译环境VC6.0(It is written in VC++ auto parts management system 1. Database file name: qpglxt location: ( Auto Parts Management System Auto Parts Management System qpglxt.mdb) 2. Database Type: Access 3. Connection: ADO 4. User Name: mrkj 5. Password: 111)
- 2011-04-21 19:31:19下载
- 积分:1