-
程序
利用遗传算法求解出微电网博弈论每种策略下最优解(Using genetic algorithm to solve the optimal solution of microgrid game theory under each strategy)
- 2017-11-15 15:39:45下载
- 积分:1
-
delsig
说明: sigma-delta的工具包,delsig,直接调用函数使用,开发工具包。(Sigma delta toolkit, delsig, direct call function use, development kit.)
- 2020-04-19 15:56:25下载
- 积分:1
-
介绍了软件工程的方法,用ROSE选课系统指导步骤...要用ROSE打开,并不完全,要自己修正,给你们当做指导....
介绍了软件工程的方法,用ROSE选课系统指导步骤...要用ROSE打开,并不完全,要自己修正,给你们当做指导.-introduced a software engineering method, the guidance system ROSE Course steps ... to use ROSE opened, is not entirely to their own amendments, as a guide to you.
- 2023-08-29 07:55:03下载
- 积分:1
-
O网格椭圆型生成法及求解势流方程
自动生成NACA0012翼型的网格,并在网格的基础上求解势流方程,fortran编译,可自改(O grid that mainly generates NACA0012 airfoil)
- 2018-04-03 22:57:41下载
- 积分:1
-
Delphi通讯录程序源码,界面精美
Delphi通讯录程序源码,界面精美,你可学习一下本程序在界面方面的设计技巧,当然使用了三方控件,另外,窗口左侧的节点树,也是很常用的窗口菜单,也有必要学习一下。通讯录的功能比较强大,界面易于浏览通讯录信息,可输入的通讯信息也比较多,数据库使用Access。
- 2023-05-18 07:10:03下载
- 积分:1
-
潮流计算程序,可以计算出一个简单的功率流
电力系统潮流计算程序,可以计算简单的电力系统潮流-Power flow calculation program, you can calculate a simple power flow
- 2022-11-11 17:10:04下载
- 积分:1
-
lab_class1
说明: PSCAD模型来建立振荡模型,仅供大家家家参考(PSCAD model for you to review it)
- 2020-04-23 10:59:15下载
- 积分:1
-
一种改进的高性能Lorenz系统构造及其应用
说明: 介绍了连续混沌系统应用于混沌图像加密,非同于离散混沌映射(The application of continuous chaotic system to chaotic image encryption is introduced)
- 2020-04-14 15:22:44下载
- 积分:1
-
Algorithm_In_The_Real_World
这本书涵盖了UC Berkeley秋季的算法课程“Algorithm In The Real World”的各种算法笔记。其中包括压缩算法,密码算法,N-boby模拟,生物学匹配模式,索引和聚类等。是一本比较全面的介绍算法在实际世界中相关应用的书。(This book covers the fall of the algorithm UC Berkeley course " Algorithm In The Real World" notes a variety of algorithms. These include compression algorithms, cryptographic algorithms, N-boby simulation, biology matching pattern, index, and clustering and so on. Is a more comprehensive introduction to the relevant algorithms in the real world application of the book.)
- 2010-02-04 18:39:19下载
- 积分:1
-
VC++透明窗口效果的电子标尺源代码
VC++透明窗口效果的电子标尺源代码
屏幕测量类:
CMeasure : public CWnd测量基类
方法:
//创建透明窗口,做公共初始化
CreateMeasure(虚拟)
//以当前鼠标点为基准输出信息
virtual void CMeasure::ExportInfo(CString str, CDC *pDC, CPoint point)
//消息处理函数
afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
afx_msg void OnLButtonUp(UINT nFlags, CPoint point);
afx_msg void OnMouseMove(UINT nFlags, CPoint point);
//按下左键时绘图,空
virtual void DrawLButtonDown(UINT nFlags, CPoint point);
//移动鼠标时绘图,绘制十字定位线
virtual void DrawMouseMove(UINT nFlags, CPoint point);
属性:
CDC m_dcMem;保存临时背景供恢复用
CWnd* m_pWndParent;父窗口指针
int m_nScreenWidth;屏幕参数
int m_nScreenHeight;
CPen m_Pen;用于绘图的笔
COLORREF m_colorFont; 用于记录绘图时的元素颜色
COLORREF m_colorTag;
COLORREF m_colorLine;
CMeasureLine : public CMeasure测量两点直线的类
方法:
CreateMeasure(虚拟)
virtual void DrawLButtonDown(UINT nFlags, CPoint point);
virtual void DrawMouseMove(UINT nFlags, CPoint point);
属性:
BOOL m_bSecond;是否是已点击一次
- 2022-03-01 01:45:04下载
- 积分:1