-
格路问题:经典的算法分析与设计题目,用动态规划的方法解决从一个网格起点到终点的最短路径问题...
格路问题:经典的算法分析与设计题目,用动态规划的方法解决从一个网格起点到终点的最短路径问题-Lattice path problem: the classical algorithm analysis and design topics, with the dynamic programming solution to start from a grid to the end of the shortest path problem
- 2022-07-04 01:17:42下载
- 积分:1
-
How to modify the MFC AppWizard Wizard to generate the appearance of the framewo...
如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。
-How to modify the MFC AppWizard Wizard to generate the appearance of the framework of procedures and size, modify the icon, cursor, background three methods. How to add and remove toolbar buttons, how to increase the application toolbar, how to show and hide the toolbar. Custom status bar, add in the status bar clock display, CTime class and its usage. In the status bar to add the progress bar (the main window immediately after the progress bar the ingenious ideas, in the OnCreate function should not directly deal with, to use a custom message to the method). Mouse coordinates shows that access to the status bar in the CView object in several ways. How to add a splash screen applications.
- 2022-12-03 22:25:03下载
- 积分:1
-
可用于ansys模型向flac转换.相当实用的岩土体数值计算软件伴侣!...
可用于ansys模型向flac转换.相当实用的岩土体数值计算软件伴侣!-ANSYS model can be used to convert to FLAC. Considerable body of practical numerical calculation of geotechnical software partners!
- 2022-08-11 21:00:42下载
- 积分:1
-
约瑟夫问题
约瑟夫问题-Joseph
- 2022-10-21 18:15:03下载
- 积分:1
-
Gauss column principle eliminate for bankdialog systems
Gauss column principle eliminate for bankdialog systems
- 2022-04-30 16:38:20下载
- 积分:1
-
这是关于支持向量机SVM的例子,实用多多,大家可以看一下
这是关于支持向量机SVM的例子,实用多多,大家可以看一下-on support vector machines SVM example, practical arrangement, we can look at the
- 2022-07-21 20:06:42下载
- 积分:1
-
Runge
Runge-Kutta-Fehlberg method
- 2022-05-17 05:47:44下载
- 积分:1
-
在 java 中的 rsa algoritham
/*
rsa.c = 演示 os RSA 公钥加密
此代码使用小 (即坏) 素数,减少了 ASCII
大写发信给 1、 2、 3 等......,并加密每个字符
独立。这会导致腐烂安全,但是保持
足够小,而无需使用复杂的算法计算的数字。
此代码还不计算逆有效 (在
感兴趣的明确代码),并挑选一个小的固定的加密
键,而不是一个随机。
值得一提的这种方法的强度是
它是很难计算从 e 和 n d。这反过来取决于
在 n 上被硬到的因素。这就是为什么您应使用巨大的素数,
不是 3、 5、 7、 11 或其他小的素数。
写 2006 年 10 由韦恩狭鳕,美国佛罗里达坦帕。
[示例通过从"加密和数据安全"第 104 页
由多萝西 Denning,(C) 1982年艾迪生 - 韦斯利]。
*/
- 2022-03-22 15:36:30下载
- 积分:1
-
正态分布 normal VBA 代码
应用背景用于计算正态分布的累积分布函数和逆函数,可转化为其他语言。用于可靠性分析和数理统计关键技术正态分布是应用统计中最为广泛使用的一个分布,此算法可给数据分析相关人员开发工具时参考。
- 2022-01-31 07:07:11下载
- 积分:1
-
C简单实现socket通信
用c语言简单实现了socket通信,Tcp协议,只能在linux下运行,window下不能使用socket包。
- 2022-09-11 23:35:03下载
- 积分:1