-
testvc++
图形放大 图形放大 图形放大 图形放大 图形放大 图形放大 图形放大(graphics enlarge gra phics enlarge gra phics enlarge gra phics enlarge gra phics enlarge Large graphics enlarge graphics e nlarge)
- 2006-07-25 23:18:26下载
- 积分:1
-
gx841
计算两个矩阵之间的欧氏距离,多机电力系统仿真及其潮流计算,包括回归分析和概率统计。( Calculation of the Euclidean distance between the two matrices, Multi-machine power system simulation and flow calculation, Including regression analysis and probability and statistics.)
- 2017-04-15 19:08:32下载
- 积分:1
-
在按纽上播放avi文件. 本程序介绍一个从CButton派生的类CAniButton,用于播放AVI动画, 象一般的CButton按钮一样使用CAniButto...
在按纽上播放avi文件. 本程序介绍一个从CButton派生的类CAniButton,用于播放AVI动画, 象一般的CButton按钮一样使用CAniButton(Style必须包含自绘制风格), 在OnInitDialog对话框中调用LoadAVI(AVI_ID), 其中,AVI_ID是在资源文件中的动画文件的标识。 按钮将改变大小,以匹配AVI动画。其中,第一帧将用作静态外观。-button the player avi file. The procedures introduced a CButton derived from the class CAniButton, AVI animation for the broadcast, as a general CButton CAniButton use the same button (since Style must include drawing style), in OnInitDialog dialog box called LoadAVI (AVI_ID), which, AVI_ID resources in the paper"s logo animation files. The button will change the size to match AVI animation. Among them, the first frame will be used as a static appearance.
- 2022-01-23 10:22:34下载
- 积分:1
-
MFCWindows
说明: MFC Windows程序设计(第二版)
源代码,非书籍(MFC Windows Programming (2nd Edition) source code, non-books)
- 2006-03-15 15:13:35下载
- 积分:1
-
stm32_code
此文件可以包含STM32f103的基本操作,包括PWM波的输出,I/O端口的初始化等(This file is for the micro-controller ---STM32F103)
- 2018-09-19 10:07:35下载
- 积分:1
-
Calc
Wince平台下简单计算器的开发例子,适合与Wince开发的初学者(Wince platform for the development of the simple calculator example, suitable for beginners and Wince development)
- 2010-10-22 16:16:28下载
- 积分:1
-
shangweijikaifa
变压器油色谱在线监测的论文,详细介绍了在线监测系统的各个模块。包括上位机和下位机。(Line monitoring of transformer oil chromatography paper, the details of each module of the online monitoring system. Including PC and the next machine.)
- 2012-12-10 22:51:09下载
- 积分:1
-
Encryption-and-decryption
读入指定的源代码文件,统计输出关键字,并将结果输出到指定txt文件中(Read into the specified source code files, statistical output keywords, and outputs the results to a designated txt file)
- 2014-03-19 19:01:12下载
- 积分:1
-
Visual C#对 XML操作的演示示例集
这是一个C#操作XML文件的示例集,可完成 如下功能演示:
枚举XML集合中的元素名称
枚举XML集合中的元素文本
判断XML元素在集合中是否存在
筛选XML中的子代元素集合
使用链接轴方法枚举XML元素
根据元素属性查找XML元素
根据元素名称查找XML元素
根据元素属性和名称查找XML元素
根据中间计算值查找XML元素
比如枚举XML集合中的元素文本:private void button2_Click(object sender, EventArgs e)
{//枚举XML集合中的元素文本
XElement MyXElements = new XElement("Root",
new XElement("贵州省", "贵阳市"),
new XElement("四川省", "成都市"));
IEnumerable MyXElement =
from MySelect in MyXElements.Elements()
select MySelect;
string MyInfo = "元素文本包括:";
foreach (XElement MyValue in MyXElement)
MyInfo += MyValue.Value + "、";
//显示:贵阳市、成都市
MessageBox.Show(MyInfo, "信息提示", MessageBoxButtons.OK);
}
- 2022-03-14 22:11:51下载
- 积分:1
-
Linuxcoresourcecode
Linux 核心源程序 很好的学习程序,比较实用 谢谢大家提出意见
(Linux core source good learning process, more practical advice Thank you)
- 2009-11-16 14:39:57下载
- 积分:1