登录
首页 » C++ » flexibiliiymethod

flexibiliiymethod

于 2018-04-27 发布 文件大小:553KB
0 179
下载积分: 1 下载次数: 1

代码说明:

  在一对话框的static静态框上滚动显示指定的文字,滚动字幕可设背景图片()

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

发表评论

0 个回复

  • Java OOP 面向对象基础代码实例
    Java OOP 面向对象基础代码实例,代码主要涉及分析类之间的关系、聚集和组合、依赖与继承、有理数类Rational、类的设计原则、内聚性、实例Instance和静态修饰符Static、用顺序图和状态图模拟动态行为、使用Java API在架构基础上编程等。
    2022-01-28 02:48:50下载
    积分:1
  • VC++ 6.0简单屏幕画笔源代码
    VC++ 6.0简单屏幕画笔源代码 ,可以让用户直接在屏幕的任意地方写字,仿画图的功能,不过这个不是在指定的画图窗口中才能画出图形,而是打开后,在屏幕的任意地方都可以。而且还可以设置画笔的颜色,有四种颜色可选,还可设置画笔粗细等功能。以下请看画笔的设置部分代码:   void CMyWnd::OnRed()//选中绿色   {    ColorX=255;    ColorY=0;    ColorZ=0;   }   void CMyWnd::OnYellow()//选中黄色   {    ColorX=255;    ColorY=255;    ColorZ=0;   }   void CMyWnd::OnGreen() //选中绿色   {    ColorX=0;    ColorY=255;    ColorZ=0;   }   void CMyWnd::OnBlue() //选中蓝色   {    ColorX=0;    ColorY=0;    ColorZ=255;   }   void CMyWnd::OnAdd() //增加画笔大小   {    ADxy+=1;   }   void CMyWnd::OnDec() //增加画笔大小   {    if (ADxy!=1)    ADxy-=1;   }   void CMyWnd::OnAbout() //增加画笔大小   {    //AfxMessageBox("你好");    //显示关于对话框    CLjxDlg dlg;    int xxx=dlg.DoModal();   }
    2022-11-18 14:20:03下载
    积分:1
  • 生产管理系统VB SQL版
    生产管理系统VB SQL版,源代码中包括了通用部件、通用窗体、SQLServer数据库备份文件以及部分测试表格。在VB中编译前,请按要求准备好所需的OCX控件。本生产管理系统带启动画面,随后会进入主界面。
    2022-08-18 04:33:02下载
    积分:1
  • 全国各省市县最新区号和邮编(整理版)
    说明:  excel 文档 z中国 各省市县zip 邮编(china zip code excel.rar)
    2020-06-20 02:20:02下载
    积分:1
  • 魔方 OCR
    魔方 OCR 文本 3.03 查找图像中的信件和将它转换为文本 这是使用 delphi 源代码代码 OCR 文本识别。
    2022-04-20 08:41:46下载
    积分:1
  • 用于雷克子波时频分析
    说明:  主要用于雷克子波时频分析,有效的说明雷克子波在不同时频方法下的特征(It is mainly used for the time-frequency analysis of ricket wavelet, and effectively explains the characteristics of ricket wavelet under different time-frequency methods)
    2020-07-19 16:56:28下载
    积分:1
  • 这是在课程的第一个实验室assigmnet
    This was the first lab assigmnet in the course CPU Architecture, creat a basic watch
    2022-02-13 20:48:07下载
    积分:1
  • Drivers
    说明:  PCAN WINDOWS DRIVERS+UTILITY
    2020-04-20 23:27:13下载
    积分:1
  • 115一键转存.user
    说明:  115一键转存脚本,脚本能一键创建链接,下载链接。分享链接.(The script can create and download links with one click. Share links)
    2020-03-16 16:09:29下载
    积分:1
  • chapter30
    说明:  演示基于蚁群算法的三维路径规划算法。蚁群算法是由Marco Dorigo博士,在1992年他的博士论文中提出的,其主要灵感来源于蚂蚁在寻找食物过程中发现路径的行为。蚁群算法是一种模拟进化算法,研究表明该算法具有许多优良的性质。通过对PID控制器参数优化设计方面的问题,将蚁群算法设计的结果与遗传算法设计的结果进行了比对,数值仿真结果表明,蚁群算法是一种新的模拟进化的优化方法,显示出了其适用于组合优化类问题求解的优越特性。(Demonstrate the three-dimensional path planning algorithm based on ant colony algorithm. The ant colony algorithm is proposed by Dr. Marco Dorigo in his doctoral thesis in 1992. Its main inspiration is the behavior of ants finding the path in the process of finding food. Ant colony algorithm is a kind of simulated evolutionary algorithm, which has many excellent properties. By comparing the results of ant colony algorithm with the results of genetic algorithm, the results of numerical simulation show that ant colony algorithm is a new evolutionary optimization method, which shows its superiority in solving combinatorial optimization problems.)
    2020-04-24 14:00:32下载
    积分:1
  • 696518资源总数
  • 106222会员总数
  • 14今日下载