资源列表
wuziqi1100
- 这里设计和实现了一个人机对下的五子棋程序,采用了博弈树的方法,应用了剪枝和最大最小树原理进行搜索发现最好的下子位置。介绍五子棋程序的数据结构、评分规则、胜负判断方法和搜索算法过程。-here Design and Implementation of a crew of 331 under the procedures adopted Game tree, Application of pruning trees and the largest and most principle Search
emd
- 经验模式分解法算法 发明人法国人frandlin-empirical mode decomposition algorithm inventor Frenchman frandlin
rarrrar
- lotus一些程序例子的代码.如:天气预报刷新-Lotus examples of some of the procedures code. Such as : weather forecast updated
memorylink
- 模拟动态存储管理 一、 题目 编制一个模拟动态存储管理的程序,设用一个单向链表HA表示空闲空间链;用一个单向链表HB表示已占用空间链。设链表结构如下: 起始地址 ( 正整数,大于0 ) 本块单元数( 正整数,大于0 ) 链域 (指向下一个结点的指针) 1. 在键盘上输入起始地址,本块单元数,建立起HA,HB两链表初态(输 入起始地址为0时结束); 2. 输出HA,HB两链(起始地址,单元数); 3. 输入起始地址,在HB链中撤消所对应的结点,撤消结点后输出HB链; 4. 将撤消的结点
pca-svm
- 本程序用于对训练样本提取独立主元,作为样本特征,并送入SVM分类器中训练图像的预处理中不取对数,也无须做幅度归一,由ICA的应用条件决定的。预处理后的图像以向量的形式按行排列
遗传算法GA解决TSP问题
- 基本遗传算法GA解决TSP问题 完美运行
ball&block
- 一个用Javascr ipt写的弹球打砖块游戏,用鼠标控制底部的横条防止球掉下去,依靠弹球打碎砖块。把ball.txt中的代码插入到<body>和</body>之间就能看到效果。-a written using Javascr ipt pinball arcade games, using the mouse to control the bottom of the bands to prevent the ball to fall, rely on the pinbal
4.c
- 学生成绩管理系统是用C语言编的 程序不大,希望对初学者有用-student performance management system is a C language series of the procedures little hope useful for beginners
把外部程序作为MDI窗口打开
- 把外部程序作为MDI窗口打开-put external procedures as MDI window open
snakeGame
- 用Flash寫的貪食蛇遊戲,有興趣者下載回去
ResearchBrick
- 扫砖游戏,游戏规则详见源代码注释部分,全C语言编程-brick game, the rules of the game as detailed source notes, the entire C language programming
332658
- #include <stdio.h> #include <string.h> #include <stdlib.h> #include <malloc.h> #include <math.h> #include <conio.h> struct DuLNode{ struct DuLNode *prior int data struct DuLNode *next-# in
