-
VC++窗体震动【抖动】例子
VC++窗体震动【抖动】例子,使用一个窗口震动功能类:窗体震动例程。作者:徐景周。在对按钮初始化时,自动为按钮属性添加自画属性(OWNERDRAW)
dx=5; // 横坐标震动位移
dy=5; // 纵坐标震动位移
SetDialogBkColor(RGB(160,180,220),RGB(0,0,0));设置对话框背景和文本颜色。
m_bShake=false; //初始置停止震动标志为假,既震动
m_iTotal=1; //总计数值,到一定时间不再震动窗体
注:此程序只能运行一次,用互斥量来判断程序是否已运行
- 2023-04-21 10:40:04下载
- 积分:1
-
决策树
说明: 机器学习中绘制ROC曲线,是非常关键的,老师编的ROC曲线,亲测有效。(It is very important to draw ROC curve in machine learning. The ROC curve compiled by the teacher is effective in pro test.)
- 2019-11-08 16:12:31下载
- 积分:1
-
chapter14
说明: 利用粒子群算法对 PID 控制器的参数进行优化设计(Optimum Design of PID Controller Parameters Using Particle Swarm Optimization)
- 2019-01-12 20:05:24下载
- 积分:1
-
潮流计算
潮流计算MATLAB程序 适用于6节点系统,可以直接运行(Power flow calculation MATLAB procedures for 6 node system, you can directly run)
- 2021-05-08 16:58:35下载
- 积分:1
-
IGBTyibudianjibianpintiaosu
基于IBGT的异步电机变频调速,PWM控制,适合于新手查看(Variable frequency speed regulation of induction motor based on IBGT)
- 2017-11-23 18:29:32下载
- 积分:1
-
cop2000
cop2000实现无符号数乘法——两个8位无符号数相乘,所乘结果是16位,采用原码一位乘,在计算时,用乘数寄存器的最低位来控制部分积是否与被乘数相加,然后右移部分积和乘数,同时乘数寄存器接收部分积右移出来的一位,完成运算后,部分积寄存器保存乘积的高位部分,乘数寄存器中保存乘积的低位部分。(Cop2000 implements unsigned number multiplication-multiplication of two 8-bit unsigned numbers. The multiplied result is 16 bits. When calculating, the lowest bit of multiplier register is used to control whether or not the partial product is added to the multiplier, and then the partial product and multiplier are moved right. At the same time, the multiplier register receives the right-shifted bit of the partial product. After completing the operation, the partial product register saves the product. The higher part, the lower part of the product is saved in the multiplier register.)
- 2021-01-03 19:28:55下载
- 积分:1
-
Broadband Series
Broadband Series - ATM Basics -Broadband Series- ATM Basics
- 2022-01-24 15:30:30下载
- 积分:1
-
Cuda_by_example
《GPU高性能编程:CUDA实战》CUDA C("Cuda_by_example" CUDA C)
- 2017-12-08 22:39:42下载
- 积分:1
-
MATLAB R2014a完全自学一本通_部分1
资料为如何快速学会matlab,以及如何快速准确无误的使用matlab(Data for how to quickly learn matlab, and how to quickly and accurately use matlab)
- 2017-11-26 22:30:01下载
- 积分:1
-
nlms
一种窄带干扰抑制的非线性自适应预测滤波算法!(a narrowband interference suppression filter nonlinear adaptive prediction algorithm!)
- 2005-05-19 22:15:40下载
- 积分:1