搜索资源列表
pathfinding
- prolog 找路例子程序: === === === Part 1-Adding connections Part 2-Simple Path example | ?- path1(a,b,P,T). will produce the response: T = 15 P = [a,b] ? Part 3 - Non-repeating path As an example, the query: ?- pa
sjsz
- 将A、B、C、D、E、F这六个变量排成如图所示的三角形,这六个变量分别取[1,6]上的整数,且均不相同。求使三角形三条边上的变量之和相等的全部解。如图就是一个解。-A, B, C, D, E, F ranks of the six variables, as shown in Figure triangle, six variables, respectively [1,6] integer, which vary. Seeking to make the edge of the triangl
C-NQueens
- C_NQueens Ask not what your country can do for you Ask what you can do for your country. -C_NQueens Ask not what your country can do f or you Ask what you can do for your country.
geneticalgrithmprogram
- BNB20 Finds the constrained minimum of a function of several possibly integer variables. % Usage: [errmsg,Z,X,t,c,fail] = % BNB20(fun,x0,xstatus,xlb,xub,A,B,Aeq,Beq,nonlcon,settings,options,P1,P2,...) % % BNB solves problems of the form:
wenmingphp5mysql5
- php开发的行业搜索系统!!! 2. 安装 ------------ a. 解压程序rar文件,用二进制方式上传到你的网站的根目录或某一目录下 注意:一定要将ftp上传工具设置为二进制方式,再上传程序文件 b. unix或linux服务器下, 将以下文件属性改为:666 (或777) - function/base_info.php - function/emphasis_info.php - function/admin_p
3200download
- LJD-ZN 系列智能终端是依据工厂应用环境而设计的工业产品。 它设计的规范可以 保证它能够在32 到113 °F (0 到45 °C)的大多数工业环境中稳定工作
xuanzhuanbanmaqi
- 增量旋转编码器选型有哪些注意事项? 应注意三方面的参数: 1. 械安装尺寸,包括定位止口,轴径,安装孔位;电缆出线方式;安装空间体积;工作环 境防护等级是否满足要求。 2. 分辨率,即编码器工作时每圈输出的脉冲数,是否满足设计使用精度要求。 3.电气接口,编码器输出方式常见有推拉输出(F 型HTL 格式),电压输出(E),集电极开路(C,常见C 为NPN 型管输出,C2 为PNP 型管输出),长线驱动器输出。其输出方式应和其控制系统的接口电路相匹配。如何使用增量编码器?
AVL树实现
- 纯C实现的AVL树,Demo是MFC的。非递归的遍历,完全支持添加、删除和搜索节点。设计灵活,容易扩展。以下是API struct tagAvlTree; typedef struct tagAvlTree AvlTree; struct tagAvlNode; typedef struct tagAvlNode AvlNode; struct tagAvlNode { AvlNode *left; AvlNode *right; int32_t height;
