-
OfusionPro
著名的OGRE的3DS MAX导出插件ofusion的PRO版本(已破解).(OGRE famous exporter of 3DS MAX plug-ofusion the PRO version (cracked).)
- 2020-10-07 16:37:36下载
- 积分:1
-
tpjjm2.27am
一个数据库数据加密程序;非常适合商业应用以及个人后台数据加密。
算法调用.NET自带数据加密算法。
(A database data encryption procedures very suitable for business applications and personal background data encryption. Algorithm call. NET comes with data encryption algorithm.)
- 2008-06-02 17:28:57下载
- 积分:1
-
KMP
this is a kmp code running on windows
- 2015-03-04 14:42:39下载
- 积分:1
-
tabuveh2661622
this is a new alghorithm about tabu search....
- 2013-05-26 16:48:23下载
- 积分:1
-
Advanced-C-language
C语言进阶资料,一共分为八讲,提高的好资料。(Advanced C language data, a total of eight, good data to improve the.)
- 2013-10-17 19:04:15下载
- 积分:1
-
caishuzi
猜数字:由计算机随机产生一个1~10000以内的数字,用户根据提示猜出该数字,功能要求如下:
(1)游戏结束条件:1)在规定时间内正确猜出该数字;2)规定用时耗完。
(2)游戏提示:根据用户的输入与所产生数字的大小关系给出正确提示,例如,随机产生数为5000,若用户输入6000,则提示“高了”,若用户输入4000,则提示“低了”。
(3)游戏结果显示:1)若用户在规定时间内正确猜出数字,则显示“恭喜!正确猜出数字***。”;2)若到达规定时间但并未猜出,则显示“很遗憾,未能在规定时间内猜出正确数字,该数字为***。” ,其中,“***”表示所需猜出的随机数。
(4)游戏时间设置:可由用户灵活设置游戏时间,此部分内容应在游戏开始前完成。
(5)游戏退出设置:在每轮游戏结束之后,给出提示语,请用户选择是否继续游戏。
(Guess the Numbers: randomly generated by computer within a 1 ~ 10000 Numbers, according to the user to guess the Numbers, functional requirements are as follows:
(1) the game conditions: 1) correctly guess the number within the given time 2) regulation is run out.
(2) game tip: according to the size of the user input and produced digital relationships give prompt, correct, for example, random number is 5000, if the user input, 6000 indicates that high , if the user input, 4000 indicates that the low .
(3) the game results showed: 1) if the user within the prescribed time to guess the Numbers correctly, is displayed congratulations! Guess the right number***. 2) but not guess, if arrive time required is displayed it s a pity that failed to guess the right number within the prescribed time, the number is***. , among them, *** needed to guess the random Numbers.
(4) : time setting can be set by the user the game time, this part should be completed before the start of the ga)
- 2020-07-04 13:20:01下载
- 积分:1
-
ANN_matlab_916006583
一个介绍如何用matlab模拟实现ANN的文章,对于学习ANN的人来说非常值得一读(1 describes how to use matlab simulation to achieve ANN article, for those who study ANN is very well worth reading)
- 2009-12-30 09:39:03下载
- 积分:1
-
基于Linux平台的网络聊天室
说明: LINUX C写的服务端和客户端。毕业设计程序。(The server and client written by LINUX C)
- 2020-06-20 12:40:02下载
- 积分:1
-
VC MFC 常用ICON格式图标5000个
说明: VC MFC 常用ICON格式图标5000个(5000 icons in common icon format of VC MFC)
- 2020-02-08 13:12:47下载
- 积分: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