-
including linear table, linked list, using the C language to write
包括线性表,链表,用C语言写的-including linear table, linked list, using the C language to write
- 2022-02-11 19:54:31下载
- 积分:1
-
数值分析.Timothy+Sauer.part2
说明: 这是分割后的第二部分。本书的内容包括求解方程组、插值、微分方程及一系列。每章都有实例以帮助读者了解相关应用领域。并有一些matlab的代码,和题目的参考答案。(This is the second part after the split.The content of this book includes solving equations, interpolation, differential equations, and a series. Each chapter has examples to help readers understand the relevant application areas. And there are some matlab codes, and reference answers to the questions.)
- 2020-02-18 14:40:06下载
- 积分:1
-
matlab_code
说明: 单帧图像基于暗通道先验去雾,相对于其他方法能获得更好效果(Single frame image based on dark channel prior to dehaze)
- 2021-04-15 08:57:40下载
- 积分:1
-
此文件为RTF文件转换为TXT文件的解码程序。
此文件为RTF文件转换为TXT文件的解码程序。-RTF file for this file is converted to TXT file decoding process.
- 2022-02-03 11:53:53下载
- 积分:1
-
123
最新的压缩感知方面的论文——压缩感知重构算法之字典学习算法(Dictionary Learning Algorithms for Sparse Representation)
- 2014-05-23 23:33:04下载
- 积分:1
-
GridStorageBatt
可以应用于电网的电池储能模型,建模十分详细。(It can be applied to the battery energy storage model of power grid, and the modeling is very detailed.)
- 2020-11-13 17:09:43下载
- 积分: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
-
xz-embedded-20130513.tar
说明: xz compression algorithm
- 2019-06-05 06:32:34下载
- 积分:1
-
MATLAB R2016a完全自学一本通 源码
MATLAB R2016a完全自学一本通 源码 用于MATLAB的学习(MATLAB R2016a completely self-learning one source for MATLAB learning)
- 2020-12-07 17:09:22下载
- 积分:1
-
很奇怪,这是一种数学方法,可以构造解。描述…
这题奇数是有数学方法的,可以构造出解。描述起来比较麻烦。 出一解的构造法: 首先在整个矩阵的最下面一行的中央置1, 然后向右下方向顺序填上2,3,4,5,6,7,…… 注意碰到底的时候就将数翻到上面去,碰到右边的时候就翻到左面去 比如5*5的幻方,如果1填在(5,3)处,2就应该填在(1,4)处,4就应该填在(3,1)处…… 另外,当原数的下方已经有数时,要将要填入的数填到原数正上方 仍举5*5幻方的例子,当5已填好(4,2)时,其右下方为1,不能把6填在那里,而应填在(3,2)处,即5的上方。 最后,一个特殊的点,右下角,这时也应当将新数填在右下角的上方。-odd that this a mathematical method of solution can be constructed. Description relatively trouble. From a structural solution to the law : First, the entire matrix of the bottom of his home a central, then under the direction of the right order to fill 2,3,4,5,6,7 ... to the end of the encounter will be a few turns to above, where the right time to turn left on to For example, the 5* 5 magic squares, fill in if a (5,3), the two should fill in (1,4), four should be filled in (3,1) Department ... Also, when the original number at the bottom of several that should be filled to fill several the original number is still above 5 5* For Magic Squares example, when the five have completed (4,2), for its lower right
- 2022-08-19 22:10:03下载
- 积分:1