-
曲线离散化算法,douglas_peucker算法。
曲线离散化算法实现,Douglas_Peucker算法。-Curve discretization algorithm, Douglas_Peucker algorithm.
- 2023-04-14 05:05:04下载
- 积分: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
-
在vc++平台下,用分支限界法和回溯法实现的旅行售货员问题。经本人测试运行无误,包括运行文档。...
在vc++平台下,用分支限界法和回溯法实现的旅行售货员问题。经本人测试运行无误,包括运行文档。-In vc++ Platform, using branch and bound and backtracking realize the travel salesman problem. After I run the correct tests, including the operation of the document.
- 2022-04-29 11:23:08下载
- 积分:1
-
the procedures in VC6.0 platform. Template function of the expansion, as well as...
本程序在VC6.0平台实现。是函数模板的扩展,也是学习com+的实现基础。-the procedures in VC6.0 platform. Template function of the expansion, as well as the realization of learning com basis.
- 2022-11-23 04:30:03下载
- 积分:1
-
这是一个对运动会赛的学校统计分数的程序,包括名前6名的学生名单,以及所属的学校...
这是一个对运动会赛的学校统计分数的程序,包括名前6名的学生名单,以及所属的学校-This is a game of the games to the school scores procedures, including six former students list and the respective schools
- 2022-03-05 19:47:32下载
- 积分:1
-
学生数据库管理系统
应用背景学生数据库管理系统是一个应用程序,用于管理任何学校、学院或学院的学生记录。它包括笨重的功能,如:1)有独立的管理和成员登录的安全数据库。2)安全的密码输入。3)操作记录(添加/修改/删除/搜索)。关键技术学生数据库管理系统用C++语言编程。大部分功能已经实现:1)文件处理操作记录。2)精确的内存分配给每一个记录。3)良好的文件。4)用于搜索的气泡排序算法。
- 2022-04-01 15:07:29下载
- 积分:1
-
韩国CNB公司的一体机控制程序,控制云台上的镜头。
韩国CNB公司的一体机控制程序,控制云台上的镜头。-CNB Korea
- 2022-06-18 00:34:27下载
- 积分:1
-
Because the Windows implementation of awk print ... efficiency is too low, so th...
因为 Windows 下执行 awk print ... 效率实在太低,所以引入 awkprint,相当于 awkprint
awkprint by Cao Siqin, 2007.7.17
awkprint
Format string:
It may contain following symbols:
$x: parameter x will be used here
= x07
= x0A
Example:
script.txt:
C:WINDOWSa logfile .log
C:WINDOWS txtfile .txt
input this command in a console window:
awk notepad.exe $1 $3 < script.txt
then following commands will be listed:
C:WINDOWSa.log
C:WINDOWS.txt-Because the Windows implementation of awk print ... efficiency is too low, so the introduction of awkprint, equivalent to awkprintawkprint by Cao Siqin, 2007.7.17awkprint
- 2022-01-25 19:33:15下载
- 积分:1
-
C++ Builder 6.0 Socket Controls TCP communications, servers and customer service...
C++ Builder 6.0 Socket控件TCP通信,服务器和客服端都有-C++ Builder 6.0 Socket Controls TCP communications, servers and customer service side has a
- 2023-03-05 00:45:04下载
- 积分:1
-
合并排序与链表
应用背景实现一个链表进行归并排序算法对3种不同尺寸的数值数据集(20,200,2000)。数值数据集应该是随机的。比较了不同大小的数值数据集合并排序算法,并确定在数据集上有更好的性能;关键技术程序更可用,程序应处理特殊情况,如用户意外无效输入。如果用户输入错误的东西,你应该允许用户输入另一个输入,直到它是一个有效的响应;
- 2022-05-09 01:52:01下载
- 积分:1