-
Life_Game
说明: 这个是八皇后的代码,用VC写的,使用了c++数据结构,用了递归回溯(eightQueen)
- 2009-08-05 00:28:02下载
- 积分:1
-
jihe
实现集合运算关于离散结构中真值表和集合 以及关于c++一些简单运算(Implementing Set Operations)
- 2020-06-24 23:40:11下载
- 积分:1
-
C#版本的取色器
C#开发的取色器
- 2013-01-15下载
- 积分:1
-
C#实现中值平均数滤波算法
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
///
/// 中位平均值滤波算法
///
public class DLMidPerFilter
{
private MHBetterList mOrignList = new MHBetterList(); //原始数组
private MHBetterList mFilterList = new MHBetterList(); //过滤数组
private float mCurrentValue; //记录当前值
private int mResetNum = 0; //均值重置个数
public bool mIfReset = false; //判断是否开始均值重置
///
/// 过滤算法
///
/// 新输入的值
///
- 2023-05-07 23:20:03下载
- 积分:1
-
read_mat
读取matlab的mat文件(read the document mat)
- 2004-08-30 22:06:34下载
- 积分:1
-
jfr2017yi
说明: 视觉惯性里程计、视觉实时定位与地图构建、单目相机解决方案(Vision inertial odometer, vision real-time positioning and map construction, monocular camera solution)
- 2020-04-03 16:05:39下载
- 积分:1
-
实现CShap中窗体皮肤的更换 实现CShap中窗体皮肤的更换
实现CShap中窗体皮肤的更换 实现CShap中窗体皮肤的更换-Achieve CShap the replacement of the skin in the formAchieve CShap the replacement of the skin in the formAchieve CShap the replacement of the skin in the form
- 2022-01-25 23:20:01下载
- 积分:1
-
小鸟快飞游戏
一款用win32做的游戏,非常好玩,可以观看源代码,对学习C语言帮助很大。大家踊跃下载哦
- 2022-09-01 17:15:03下载
- 积分:1
-
PSO_BP预测Matlab源码
说明: 这是一个pso优化bp神经网络的预测算法,可用亲测(This is a prediction algorithm of pso optimized bp neural network, available for pro test)
- 2021-03-19 09:09:19下载
- 积分:1
-
qichezulin
汽车租赁的管理系统,挺经典的小程序哦!!!(Car rental)
- 2012-10-27 20:00:27下载
- 积分:1