-
Coordinate3
VC++ MFC绘制坐标系,串口通信,绘制曲线,有注释,基于MFC的dialogbased工程,关键词:MSCOM控件,CDC绘图,坐标系绘制,日期显示,动态显示曲线(VC++ MFC drawing coordinate system, serial communication, drawing curves, with notes, based on MFC' s dialogbased works Keywords: MSCOM control, CDC Graphics, coordinate system to plot, date display, dynamic display curve)
- 2010-07-26 16:07:14下载
- 积分:1
-
ribbon
winform开源ribbon控件(c#),带演示,带源码(winform open source ribbon controls (c#), with the demo, with source code)
- 2012-10-16 20:35:26下载
- 积分:1
-
C# 创建一个泛型接口
C# 创建一个泛型接口的例子,创建一个泛型接口的代码和方法如下:
public interface IGenericInterface {
T CreateInstance(); //接口中调用CreateInstance方法
}
//实现上面泛型接口的泛型类
//派生约束where T : TI(T要继承自TI)
//构造函数约束where T : new()(T可以实例化)
public class Factory : IGenericInterface where T : TI, new()
{
public TI CreateInstance()//创建一个公共方法CreateInstance
{
return new T();
}
}
class Program
{
static void Main(string[] args)
{
//实例化接口
IGenericInterface factory =
Factory();
//输出指定泛型的类型
Console.WriteLine(factory.CreateInstance().GetType().ToString());
Console.ReadLine();
}
}
- 2022-03-11 00:59:39下载
- 积分:1
-
Eight-Queens-Games
说明: 八皇后小游戏,实现说明,以及代码实现原文件。(Eight Queens game to achieve that, and the code of the original document.)
- 2011-03-07 23:02:18下载
- 积分:1
-
shuzhifenxi
数值计算各算法的程序,包括:牛顿迭代法,超松驰迭代法,微分法等.对于初学数值分析这门课程的人有很大的帮助.(Numerical calculation procedure of the algorithm, including: Newton iteration, ultra-relaxation iteration method, differential method and so on. Beginner numerical analysis for this course were very helpful.)
- 2008-01-24 14:50:44下载
- 积分:1
-
ThinkingCPlusPlus
本书作者根据自己学习C++的亲身体会及多年教学经验,用简单的例子和简练的叙述讲解C++编程,别具特色。全书共分十八章,内容涉及对象的演化、数据抽象、隐藏实现、初始化与清除、函数重载与缺省参数、输入输出流介绍、常量、内联函数、命名控制、引用和拷贝构造函数、运算符重载、动态对象创建、继承和组合、多态和虚函数、模板和包容器类、多重继承、异常处理和运行时类型识别。
本书作为正式教材和自学用书均非常优秀,作为程序设计者的参考用书亦极为合适。
(Author of this book to learn C++ based on their personal experience and years of teaching experience, using simple examples and concise narrative explaining C++ programming, distinctive.)
- 2009-10-13 12:00:51下载
- 积分:1
-
3macsBeta1
Detail of GSM Cellular
- 2009-08-22 15:03:14下载
- 积分:1
-
Addition
进行加法运算的实例程序,是照着别人的做的,如果有初学者可以看看。(An example program for adding operations is based on what others do, if you have a beginner.)
- 2017-06-29 15:31:28下载
- 积分:1
-
duogongnengdingshiqi
说明: 内有电路图和对应的程序,已经调试成功,能实现定时功能。(There are circuit diagrams and the corresponding procedures are debugging success, to achieve timing.)
- 2009-08-17 17:48:16下载
- 积分:1
-
Beckhoff_CoECodeSample020518
Beckhoff官方CoE样例,功能框架已实现PDO,SDO(Beckhoff official CoE sample)
- 2021-02-08 11:49:54下载
- 积分:1