-
本程序实现了对具有优先功能的计算器的编写,支持括号等功能的优化计算器。...
本程序实现了对具有优先功能的计算器的编写,支持括号等功能的优化计算器。-This procedure has a priority on the implementation of the calculator function of the preparation, support brackets, such as optimizing the calculator function.
- 2022-02-06 09:14:55下载
- 积分:1
-
开发安全的Web应用案例分析 web服务开发
开发安全的Web应用案例分析 web服务开发-developing secure Web applications Case Analysis web services development
- 2023-03-11 03:10:04下载
- 积分:1
-
PB收发电子邮件mymail.rar
PB收发电子邮件mymail.rar-PB email mymail.rar
- 2022-03-10 17:17:34下载
- 积分:1
-
串口函数
vc串口通讯函数,已经包装好,可以直接用,
- 2023-02-07 13:35:04下载
- 积分:1
-
编程小技巧,可以来看看。dephi 方面的。
编程小技巧,可以来看看。dephi 方面的。-small programming skills, can come to see. Dephi area.
- 2022-07-08 22:54:35下载
- 积分:1
-
DELPHI如何支持多国语言
DELPHI如何支持多国语言-DELPHI how to support multiple languages
- 2022-03-14 11:43:39下载
- 积分:1
-
利用VC++实现RANSAC算法,文件利用c++风格编写,通俗易懂
利用VC++实现RANSAC算法,文件利用c++风格编写,通俗易懂-Using VC++ to achieve RANSAC algorithm, the file using c++ style of writing, easy to understand
- 2022-05-17 15:34:29下载
- 积分:1
-
Enhanced Tk Console for all Tk platforms
Enhanced Tk Console for all Tk platforms-WHAT: Enhanced Tk Console for all Tk platforms
WHERE: http://tkcon.sourceforge.net/
http://www.purl.org/net/hobbs/tcl/script/
REQUIREMENTS: Tcl/Tk 8.0+
Tested through Tcl/Tk 8.5.
tkcon is all Tcl/Tk code, no compiling required
tkcon is a replacement for the standard console that comes with Tk (on
Windows/Mac, but also works on Unix). tkcon provides many more features
than the standard console and works on all platforms where Tcl/Tk is
available. It is meant primarily to aid one when working with the little
details inside tcl and tk and to give Unix users the GUI console provided
by default in the Mac and Windows Tk.
FEATURES:
Command history
Path (Unix style)/Proc/Variable name expansion
Multiple and tabbed consoles, each with its own state (via multiple
interpreters)
Captures stdout and stderr to console window (puts overridden)
Hot errors (click on error
- 2022-02-03 02:19:33下载
- 积分:1
-
推箱子游戏程序源代码,另附有一个地图编辑器,看上去还不错,资料比较全,学习编写游戏的朋友可以参考一下。通过游戏我们会学到很多实用的编程技巧。...
推箱子游戏程序源代码,另附有一个地图编辑器,看上去还不错,资料比较全,学习编写游戏的朋友可以参考一下。通过游戏我们会学到很多实用的编程技巧。-BoxMan game and the map editor source code.
- 2022-02-04 19:36:27下载
- 积分:1
-
Knn识别手写数字
knn识别手写数字,里面有详细的代码注释,具体讲述了利用knn算法,kNN算法的核心思想是如果一个样本在特征空间中的k个最相邻的样本中的大多数属于某一个类别,则该样本也属于这个类别,并具有这个类别上样本的特性。该方法在确定分类决策上只依据最邻近的一个或者几个样本的类别来决定待分样本所属的类别。
kNN方法在类别决策时,只与极少量的相邻样本有关。由于kNN方法主要靠周围有限的邻近的样本,而不是靠判别类域的方法来确定所属类别的,因此对于类域的交叉或重叠较多的待分样本集来说,kNN方法较其他方法更为适合。
- 2023-03-29 15:05:04下载
- 积分:1