-
组数游戏
n个正整数n<=20,联成一排,组成最大多位数。程序输入:n,程序输出:n个数连成的多位数。
提示
eg 输入 123 2 33 1...
组数游戏
n个正整数n
- 2023-05-04 22:35:03下载
- 积分:1
-
数据结构的一个程序,叫秦九韶算法。计算方法也应用到。
数据结构的一个程序,叫秦九韶算法。计算方法也应用到。-A program of data structure,which named QINGJIUSHAO arithmetic.It also includes caculating method.
- 2022-01-22 12:43:27下载
- 积分:1
-
POJ typical Oklahoma Elaborates on topics include source code and they should pa...
poj典型题目解题思路详解
包含源代码和解题时应注意的问题及题目陷阱设计分析-POJ typical Oklahoma Elaborates on topics include source code and they should pay attention to solving the problems and pitfalls topic Design Analysis
- 2023-08-11 17:00:03下载
- 积分:1
-
VC源代码应用小程序MD5算法示例,比较难
VC源代码应用小程序MD5算法示例,比较难-VC source Application small program MD5 algorithm for example, more difficult
- 2022-03-01 21:28:46下载
- 积分:1
-
Char 服务器
对于 windows Chatserver。多个用户可以同时聊天。对于 windows Chatserver。多个用户可以同时聊天。对于 windows Chatserver。多个用户可以同时聊天。对于 windows Chatserver。多个用户可以同时聊天。对于 windows Chatserver。多个用户可以同时聊天。对于 windows Chatserver。多个用户可以聊天窗口的 simultaneously.vChatserver。多个用户可以同时聊天。对于 windows Chatserver。多个用户可以同时聊天。对于 windows Chatserver。多个用户可以同时聊天。对于 windows Chatserver。多个用户可以同时聊天。对于 windows Chatserver。多个用户可以同时聊天。对于 windows Chatserver。多个用户可以同时聊天。对于 windows Chatserver。多个用户可以同时聊天。对于 windows Chatserver。多个用户可以同时聊天。对于 windows Chatserver。多个用户可以同时聊天。对于 windows Chatserver。多个用户可以同时聊天。对于 windows Chatserver。多个用户可以同时聊天。对于 windows Chatserver。多个用户可以同时聊天。对于 windows Chatserver。多个用户可以同时聊天。对于 windows Chatserver。多个用户可以同时聊天。对于 windows Chatserver。多个用户可以同时聊天。对于 windows Chatserver。多个用户可以同时聊天。对于 windows Chatserver。多个用户可以同时聊天。对于 windows Chatserver。多个用户可以同时聊天。对于 windows Chatserver。多个用户可以同时聊天。对于 windows Chatserver。多个用户可以聊天 simultaneously.vv
- 2022-09-27 10:30:03下载
- 积分:1
-
NURBS曲线插补
本文较为深入地研究了 NURBS 曲线及其性质、相关参数计算方法。提出NURBS 曲线的阿当姆斯微分方程插补算法,并利用前、后差分结合代替微分
的方法,对初始迭代式改进得到参数快速递推式。利用参数快速递推式,同时辅以预估—校正法,通过适当的插补预处理与合理的近似计算,综合考虑轮廓
误差控制和进给加速度控制,实现了动态变步长的自适应 NURBS 曲线插补方式。可使机床在满足误差要求的前提下,以最大化进给速度对零件进行插补加
工,实现了插补精度和插补速度的优化,提高了加工质量和效率。在 NURBS插补加减速控制方面,本文利用 NURBS 曲线的对称性进行实时插补减速点的
预测,提出了插补前抛物线--直线--抛物线 S 型加减速控制新方法。其具有位置精度高、速度过渡平滑等优点,并且改变了原有控制方法的以弦线代替弧
线、每插补一步都要进行繁琐的曲线弧长计算的情况,有利于提高插补精度和实时性。
- 2022-03-20 21:20:11下载
- 积分:1
-
Windows CE5.0环境下bootloader开发步骤
附带屏幕截图开发环境为platform builder5.0...
Windows CE5.0环境下bootloader开发步骤
附带屏幕截图开发环境为platform builder5.0-Windows CE5.0 development environment steps bootloader screen shots attached to development environment for platform builder5.0
- 2022-03-17 05:45:46下载
- 积分:1
-
1背包问题是NP难题。0
0-l背包问题是子集选取问题。一般情况下,0-1背包问题是NP难题。0-1背包 问题的解空间可用子集树表示。解0-1背包问题的回溯法与装载问题的回溯法十分类 似。在搜索解空间树时,只要其左儿子结点是一个可行结点,搜索就进入其左子树。当 右子树有可能包含最优解时才进入右子树搜索。否则将右子树剪去。设r是当前剩余 物品价值总和;cp是当前价值;bestp是当前最优价值。当cp+r≤bestp时,可剪去右 子树。计算右子树中解的上界的更好方法是将剩余物品依其单位重量价值排序,然后 依次装入物品,直至装不下时,再装入该物品的一部分而装满背包。由此得到的价值是 右子树中解的上界。-0-l knapsack problem is selected subset of the problem. Under normal circumstances, 0-1 knapsack problem is NP-hard. 0-1 knapsack problem the solution space available subset of the tree said. Xie 0-1 knapsack problem with the law retroactively loading the retroactive law very similar. The search solution space trees, as long as their son left node is a viable nodes, the search entered its left subtree. When the right subtree is the optimal solution may contain only son into the right tree search. It will cut right subtrees. Suppose that r is the total value of the remaining items; Cp is the current value; Bestp is currently the best value. When cp r bestp, they can cut right subtrees. Calculation right
- 2022-03-25 00:00:51下载
- 积分:1
-
很好的控件
很好的控件rxlib-2.7.7.zip
RxLib for Delphi2006
(02/01/2006)
=======================================
* Add the rxLib Unit directory (...RxLib_2006Units) to:
Tools->options
- Environment Options
- Delphi Options
- Library - Win32 | Library Path
* Open the project from IDE:
File->Open: ...RxLib_2006UnitsRxlib2006.bdsgroup
* Compile All packeges:
Project-> Build All projects
* Install all packages:
Una vez que todos los paquetes se han compilado correctamente se
deben instalar los que son de dise駉; Click derecho sobre los packages y
pulsar [Install] (View -> Project Manager):
dclrx2006.bpl [install]
dcldb2006.bpl [install]
dcldb2006.bpl [install]
- 2023-04-20 17:00:04下载
- 积分:1
-
基于MFC的JPEG图象读取程序,已实现彩色图象到灰白图象的相互转化,用户可在此平台基础上完成自己的算法需要...
基于MFC的JPEG图象读取程序,已实现彩色图象到灰白图象的相互转化,用户可在此平台基础上完成自己的算法需要-MFC-based program to read the JPEG image has been color images to realize the mutual transformation of gray images, the user can on this platform based on the completion of their algorithm needs
- 2022-08-12 00:02:36下载
- 积分:1