-
数独游戏 c + + 实现
此程序在 c + + 实现了数独。GUI 被实现的 qt 离散度。你可以充分的你所需的数据的单元格中履行这种游戏,和该程序可以检查你是否正确。您可以在 visual studio 2008 中运行该程序,你应该在你的机器上安装 qt 离散度。
- 2022-05-08 22:16:06下载
- 积分:1
-
本文从理论上推导出CRC 算法实现原理,给出三种分别适应不同计算机或微控
制器硬件环境的C 语言程序。读者更能根据本算法原理,用不同的语言编写出独特风格...
本文从理论上推导出CRC 算法实现原理,给出三种分别适应不同计算机或微控
制器硬件环境的C 语言程序。读者更能根据本算法原理,用不同的语言编写出独特风格
更加实用的CRC 计算程序。-This paper theoretically deduced from the principles of CRC algorithm is given three separate computers or micro-controller to adapt to different hardware environment of the C language program. According to this algorithm the reader a better theory, in different languages a unique style of the CRC calculation program more practical.
- 2022-02-15 19:33:59下载
- 积分:1
-
语音信号滤波程序(低通、带通、多带通、fft卷积滤波 自己动手做的...
语音信号滤波程序(低通、带通、多带通、fft卷积滤波 自己动手做的-Voice signal filtering process (low-pass, band-pass, multi-band-pass, fft convolution filtering
- 2022-03-26 10:30:54下载
- 积分:1
-
XMDS is a code generator that integrates equations. You write them down in human...
XMDS is a code generator that integrates equations. You write them down in human readable form in a XML file, and it goes away and writes and compiles a C++ program that integrates those equations as fast as it can possibly be done in your architecture.
- 2022-05-07 07:29:40下载
- 积分:1
-
最优化计算方法常用程序集
包括了一维最优化算法 如:0.618法、分数法、二次差值法、三次插值法等源代码
还包括了无约束最优化部分的 共轭梯度法、DFP变尺度法(用导数或者用差分代替导数)、阻尼最小二乘法、鲍威尔法、模式搜索法、单纯性法等程序源代码
其次,约束最优化部分,提供了混合罚函数法(DFP),混合罚函数法(POWELL),综合约束函数双下降法、可变容差法、复合形法、网格法、随机实验法、解线性规划的单纯型法等等方法的源代码。
- 2022-07-08 03:25:11下载
- 积分:1
-
ACM Some topics have a certain degree of difficulty. But also to do some.
ACM一些题目,有一定的难度。不过还能做一些。-ACM Some topics have a certain degree of difficulty. But also to do some.
- 2022-03-15 00:13:36下载
- 积分:1
-
机械原理课程设计,牛头刨床的动力学分析,及动画演示。
机械原理课程设计,牛头刨床的动力学分析,及动画演示。-mechanical principles to the curriculum design, Shaper of the kinetic analysis, and animation demo.
- 2022-04-25 11:15:08下载
- 积分:1
-
蒙特卡罗算法MATLAB代码
蒙特卡罗算法MATLAB代码 蒙特卡罗算法MATLAB代码 蒙特卡罗算法MATLAB代码 蒙特卡罗算法MATLAB代码 蒙特卡罗算法MATLAB代码 蒙特卡罗算法MATLAB代码 蒙特卡罗算法MATLAB代码 蒙特卡罗算法MATLAB代码蒙特卡罗算法MATLAB代码
- 2022-09-30 18:40:03下载
- 积分:1
-
数据挖掘中的聚合层次聚类算法,有完整的注释
数据挖掘中的聚合层次聚类算法,有完整的注释-Data Mining syndication hierarchical clustering algorithm, a complete Notes
- 2022-08-09 09:21:49下载
- 积分:1
-
敏感词wordbank
package com.yaozhou.sensitive.wordbank;import java.io.BufferedInputStream;import java.io.BufferedReader;import java.io.File;import java.io.FileInputStream;import java.io.FileNotFoundException;import java.io.IOException;import java.io.InputStream;import java.io.InputStreamReader;import java.util.ArrayList;import java.util.HashMap;import java.util.HashSet;import java.util.LinkedList;import java.util.List;import java.util.Map;import java.util.Properties;import java.util.Set;/** * @author Yao.Zhou* @version 创建时间:2016年12月21日 上午11:08:23 * 类说明 */@SuppressWarnings("unused")public class SensitiveWordBank {private static final String ENCODE = "UTF-8";private File path;private Map wordBankContainer;public SensitiveWordBank(String dir) {
- 2022-01-26 05:07:53下载
- 积分:1