登录
首页 » C# » 备忘录模式-游戏角色状态01

备忘录模式-游戏角色状态01

于 2020-06-24 发布 文件大小:13KB
0 172
下载积分: 1 下载次数: 0

代码说明:

  一个简单的查找无向图最短路径的界面程序,练习用(A simple interface program for finding the shortest path of undirected graph.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • HEV1
    说明:  混合动力车辆整车仿真模型,通过simulink搭建完成。内含驾驶员模型、控制策略模型、发动机模型、电机模型、变速箱模型、车辆动力学模型(The whole vehicle simulation model of hybrid vehicle is built by Simulink. Including driver model, control strategy model, engine model, motor model, gearbox model and vehicle dynamics model)
    2020-05-16 15:29:37下载
    积分:1
  • 这是在MATLAB环境下进行电力系统暂态稳定分析的pst源程序,该文件定义了一个16机的系统模型。...
    这是在MATLAB环境下进行电力系统暂态稳定分析的pst源程序,该文件定义了一个16机的系统模型。-This is the MATLAB environment in power system transient stability analysis of the pst source, the document defines a 16-machine system model.
    2022-04-29 10:14:29下载
    积分:1
  • 几种MUSIC算法性能分析
    几种MUSIC算法性能分析,music_rmse_snr.m,music_zhenyuan_rmse.m(Performance analysis of several MUSIC algorithms, music_rmse_snr.m, music_zhenyuan_rmse.m)
    2020-11-11 21:49:45下载
    积分:1
  • 符合水准测量近似平差计算
    说明:  使用C#语言,实现水准网平差计算,并进行精度评定。(Adjustment calculation of leveling network)
    2020-07-03 02:20:02下载
    积分:1
  • Java/JSP万年历编写实例
    Java万年历源码,   TextField tfYear = new TextField("2004", 5); //显示年份的文本域   Choice monthChoice = new Choice(); //月份选择下拉框   Button btUpdate = new Button("更新"); //更新按钮   GregorianCalendar calendar=new GregorianCalendar(); //日历对象   Font smallFont = new Font("TimesRoman", Font.PLAIN, 15); //显示小字体   Font bigFont = new Font("TimesRoman", Font.BOLD, 50); //显示大字体   String days[] = {"星期日", "星期一", "星期二", "星期三","星期四", "星期五", "星期六"};   String months[] = {"一月", "二月", "三月", "四月","五月", "六月", "七月", "八月", "九月","十月", "十一月", "十二月"};   int daysInMonth[] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; //每个月的天数   int searchMonth,searchYear; //查询的年份及月份   public void init(){    setBackground(Color.white); //设置背景颜色    searchMonth = calendar.get(Calendar.MONTH); //得到系统年份    searchYear = calendar.get(Calendar.YEAR); //得到系统月份    add(new Label(" 年:")); //增加组件到Applet    tfYear.setText(String.valueOf(searchYear)); //设置文本域文字    add(tfYear);    add(new Label(" 月:
    2023-03-16 17:35:03下载
    积分:1
  • 为需要安装的程序产生程序序列号
    为需要安装的程序产生程序序列号--Generate serials for programs which need installation.
    2023-08-26 15:15:03下载
    积分:1
  • 时变编队
    说明:  一篇在时变系统下编队很有建树的文章,深入探讨了有关编队方案的设计(The adaptive finite-time time-varying groupformation tracking control problems for second-order multiagent systems (MASs) with bounded disturbances areinvestigated in this paper.)
    2020-03-03 18:07:34下载
    积分:1
  • 未命名 3
    用于振动信号转换,时频转换分析,时域统计分析(Vibration spectrum analysis)
    2018-08-31 13:46:39下载
    积分:1
  • 混合高斯背景模型 Untitled2
    在混合高斯背景模型中,认为像素之间的颜色信息互不相关,对各像素点的处理都是相互独立的。对于视频图像中的每一个像素点,其值在序列图像中的变化可看作是不断产生像素值的随机过程,即用高斯分布来描述每个像素点的颜色呈现规律单模态(单峰),多模态(多峰)(Gaussian mixture background modeling is a background representation method based on the statistical information of pixel samples. Statistical information such as the number of patterns, the mean and standard deviation of each pattern are used to represent the background. Statistical difference (such as 3_principle) is used to judge the target pixel. Complex dynamic background modeling has a large amount of computation. In the Gaussian mixture background model, it is considered that the color information between pixels is uncorrelated and the processing of each pixel is independent of each other. For each pixel in a video image, the change of its value in a sequential image can be seen as a random process that produces pixel values continuously, i.e. Gaussian distribution is used to describe the regularity of color rendering of each pixel in single mode (single peak) and multi-mode (multi-peak))
    2020-06-20 04:20:02下载
    积分:1
  • pwelch2
    该段程序是用welch方法进行功率谱分析,有详细的注释。(The procedure is to use Welch method for power spectral analysis, detailed notes.)
    2017-07-12 18:00:46下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载