-
jiugongwenti
(九宫问题)在一个3×3的九宫中有1-8这8个数及一个空格随机的摆放在其中的格子里,如图1-1所示。现在要求实现这个问题:将该九宫格调整为如图1-1右图所示的形式。调整的规则是:每次只能将与空格(上、下、或左、右)相邻的一个数字平移到空格中。试编程实现这一问题的求解。((Nine-palace issues) in a 3 × 3 of the Nine-palace are 1-8 this 8 random number and the placing of a space in which the cell house, as shown in Figure 1-1. Now required to achieve this issue: the squares adjustment for the right as shown in Figure 1-1 form. Adjustment of the rules: each can only be with the spaces (upper and lower, or left, right) adjacent to a digital flat space. Test Programming to solve this problem.)
- 2008-12-25 22:07:50下载
- 积分:1
-
skinSKIN
SKIN++皮肤包,有史以来最全的皮肤包,可直接下载使用,破解版(SKIN++ skin pack, the most full-skin package can directly download, crack version of)
- 2009-11-25 15:15:18下载
- 积分:1
-
dxnb
有关于三相光伏并网逆变系统的matlab仿真(On the three-phase photovoltaic inverter system simulation matlab)
- 2011-05-09 15:54:01下载
- 积分:1
-
heat-transfer-coffecient-udf
用来计算对流换热系数的FLUENT UDF函数(It used to calculate the convective heat transfer coefficient of FLUENT UDF function)
- 2021-03-31 19:59:08下载
- 积分:1
-
TinyXml
将别人的xml解析分装成了lib库。tinyxml(Xml parsing of others packing became lib library. tinyxml)
- 2013-04-01 13:03:49下载
- 积分:1
-
viterbi
程序先进行卷积编码,然后进行viterbi译码,程序有纠错功能,中间出现误码,程序解码时会自动纠正(Convolution coding program first and then viterbi decoding program has error correction, the error appears in the middle, when the program will automatically correct decoding)
- 2014-11-23 08:20:58下载
- 积分:1
-
EIP
Embedded image processing on TMS320C6000
Useful for programmists of embedded processors.
- 2009-11-17 02:55:38下载
- 积分:1
-
CAA_CatalogBrowser_Example
CAA二次开发 简单示例 从对话框中按钮导入一个三维零件模型(CAA secondary development of a simple example from the button in the dialog box to import a three-dimensional part model)
- 2020-12-17 10:29:12下载
- 积分:1
-
rsa
rsa 实现代码,运用大数算法#include "afx.h"
#include "Integer.h"
#include <string>
#include <iostream>
using namespace std
//构造大数对象并初始化为零
CInteger::CInteger()
{
m_nLength=1
for(int i=0 i<BI_MAXLEN i++)m_ulValue[i]=0
}
//解构大数对象
CInteger::~CInteger()
{
}
/*大数比较
调用方式:N.Cmp(A)
返回值:若N<A返回-1;若N=A返回0;若N>A返回1
*/
int CInteger::Cmp(CInteger& A)(#include "afx.h"
#include "Integer.h"
#include <string>
#include <iostream>
using namespace std
//构造大数对象并初始化为零
CInteger::CInteger()
{
m_nLength=1
for(int i=0 i<BI_MAXLEN i++)m_ulValue[i]=0
}
//解构大数对象
CInteger::~CInteger()
{
}
/*大数比较
调用方式:N.Cmp(A)
返回值:若N<A返回-1;若N=A返回0;若N>A返回1
*/
int CInteger::Cmp(CInteger& A))
- 2012-05-16 11:09:35下载
- 积分:1
-
OpenScrPlayer
一个开源的播放器界面,做的还可以,不过需要xmplayer的引擎才可以播放的
- 2009-09-15 15:12:02下载
- 积分:1