-
dynamic change to the information stall no longer recompile PE stalls can be use...
动态更改信息暂停不再重新编译PE暂停可以用来更改序列号身份验证
- 2022-08-21 07:12:04下载
- 积分:1
-
MFC简单画图程序Draw
这个画图小程序是在 VS2012环境下编写的 MFC 单文档程序, 压缩包内含程序设计详细说明。
功能概述
通过在菜单中选择不同的形状,可以实现画直线、矩形、椭圆以及鼠标按下时随着鼠标移动划线以及橡皮擦功能,
线条粗细、颜色也可以在菜单中调整。
设计思路
通过对菜单的响应获取绘图类型、颜色和线条粗细程度。
通过 CPen 类更改画笔颜色和粗细或将画笔改为橡皮擦,
通过 CDC 类的成员函数 MoveTo( int x, int y ); LineTo( int x, int y ); Rectangle( int x1, int y1, int x2, int y2 ); Ellipse( int x1, int y1, int x2, int y2 ); 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-18 10:23:50下载
- 积分:1
-
Koch雪花的分形图形,由分形图的递归算法生成的C++程序。
Koch雪花的分形图形,由分形图的递归算法生成的C++程序。-Fractal graphic by Koch snow algrithm
- 2022-09-02 11:50:03下载
- 积分:1
-
派森
pygame-1.6源代码-pygame-1.6 source code
- 2022-01-26 02:52:37下载
- 积分:1
-
arima 模型
此链接,可以下载 Arima Matlab 模型 cosde。此链接,可以下载 Arima Matlab 模型 cosde。此链接,可以下载 Arima Matlab 模型 cosde。此链接,可以下载 Arima Matlab 模型 cosde。此链接,可以下载 Arima Matlab 模型 cosde。此链接,可以下载 Arima Matlab 模型 cosde。
- 2022-01-26 04:36:43下载
- 积分:1
-
可以通过虚拟内存控制工作运行
通过运行可以虚拟控制内存工作-can run through virtual memory control work
- 2023-07-14 21:00:03下载
- 积分:1
-
这个聊天程序,在局域网内工作,用在写的即时通讯中进行的即时通讯…
一款用vc写的局域网聊天软件程序采用网上介绍的方法实现最基本的P2P方式通讯.模拟实现即时消息互发.界面也很清新-This chat program ,working in lan, written in vc carries out instant message communication through the basic P2P style, a clear and novel appearance is provided as well.
- 2023-01-11 06:25:03下载
- 积分:1
-
sc-fdma
上行OFDM实现,是用MATLAB编写的,。。整个LTE上行的处理流程都在里面,,是个很好的资料,简单易懂,函数模块化清楚明了。
- 2022-09-24 17:05:08下载
- 积分:1
-
Telecom wireless optimization study materials well in practice over there that i...
学习电信无线优化的好材料,在里面实习过,觉得很有用就发上来 分享下-Telecom wireless optimization study materials well in practice over there that is useful to share on the hair under the table
- 2023-07-05 02:35:04下载
- 积分:1
-
动态规划
动态规划----矩阵连乘问题 动态规划法是解决问题的一种方法。它不规定为了得到结果需如何将问题划分为子问题的固定方法,而是按不同输入给出问题的具体实例的子问题划分方法,然后再进行运算、解答问题。 矩阵连乘问题的主要思想如下: 1)设置大小为连乘个数的方阵 2)主对角线上方各元素Di,j(ij)记录获得该最小工作量矩阵分组的第一组的最后一个矩阵的序列号 最后通过下方元素可知最终结果的分组方式。-dynamic programming matrix continually multiply-dynamic programming problem is a problem-solving method. It does not require the results need to be how to divide the problems of the sub- problems fixed, but different input given by the specific example of the problem partition method, and then calculate, and answer questions. Matrix continually multiply the main idea is as follows : 1) the installation of the size of continually multiply the number phalanx 2) above the main diagonal elements Di, j (ilt; J) Matrix Mi continually multiply to the smallest workload 3) below elements Di, j (IGT; J) the record was the smallest workload of a matrix of the first group of a matrix of the final sequence, followed by the final element of the final results of the
- 2022-06-17 10:27:59下载
- 积分:1