-
MATLAB有限元分析与应用
说明: 一本很好的有限元分析的书籍,可以帮助土建类专业初学者更好的理解有限元,并学会用matlab编程(A good book of finite element analysis can help beginners of civil engineering to understand finite element better and learn to program with matlab)
- 2020-06-20 20:20:02下载
- 积分:1
-
一个功能不错的媒体播放器,许多朋友都需要的。看标题就知道了,非要凑满20字...
一个功能不错的媒体播放器,许多朋友都需要的。看标题就知道了,非要凑满20字-A function of good media player, and many friends are needed. Look at the title will know, at least 20 characters insisted Cou
- 2022-03-11 22:43:37下载
- 积分:1
-
Practical-Clojure
clojure实战,文字版本的pdf,非常好的电子书(the clojure actual text version pdf, a very good book)
- 2013-04-07 12:38:02下载
- 积分:1
-
C语言IEC104服务端客户端
说明: 是基于IEC104协议的服务端客户端源码(Is based on the IP 104 protocol server client source code)
- 2020-11-19 12:09:38下载
- 积分:1
-
这也是学校的参赛项目并最后获奖的作品,其效果和小时候玩的平图板一样,非常耐玩,强烈推荐。
这也是学校的参赛项目并最后获奖的作品,其效果和小时候玩的平图板一样,非常耐玩,强烈推荐。-This is also the school
- 2022-11-04 23:45:02下载
- 积分:1
-
倒立摆系统设计
说明: 这是用matlab编写的倒立摆系统的模型仿真(This is the model simulation of inverted pendulum system written by MATLAB)
- 2020-11-18 22:45:39下载
- 积分:1
-
Bundle_Section_Reconstriuction_d5mm(1)
说明: 在TEXGEN中利用python生成随机三维编织构型(Random 3d braided configurations are generated by python in TEXGEN)
- 2020-05-02 13:00:47下载
- 积分: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
-
VOF方法
含有vof的指导方法,收集的论文集,以及程序,以供初学者学习。(Contains vof guides, a collection of essays, and procedures for beginners to learn.)
- 2020-12-06 22:49:21下载
- 积分:1
-
二分法求大整数相乘,快速便捷。很好的源代码,可以用来学习,直接用于工程也是可以的...
二分法求大整数相乘,快速便捷。很好的源代码,可以用来学习,直接用于工程也是可以的-Dichotomy for large integer multiplication, quickly and easily. Good source code, can be used to study, can be directly used for projects of
- 2022-11-24 18:50:03下载
- 积分:1