关于测量软件pcdmis的二次开发类库文件,有很多我都不懂。
2019-12-21 19:25:34 398KB pcdmis dmis 类库
1
VS2010打开的整个类库工程,直接生成dll就可使用。C#常用类库合集,小编整理的,里面都是源码,有excel导入导出的,Json类库,条码类库,全都是精品,绝对是你想要的,大家快来下载。类库会在编译之后生成一个dll文件,然后其他的项目可以引用这个dll。这个大家都是知道的。
2019-12-21 19:23:54 7.01MB C#基类库 类库 帮助类
1
使用C++代码封装的win32操作类, 与MFC相似,对于学习SDK与C++是巨好的参考 Tutorials Menu of tutorials Tutorial 1: The Simplest Window Tutorial 2: Using Classes and Inheritance Tutorial 3: Using Messages to Create a Scribble Window Tutorial 4: Repainting the Window Tutorial 5: Wrapping a Frame around our Scribble Window Tutorial 6: Customising Window Creation Tutorial 7: Customising the Toolbar Tutorial 8: Loading and Saving Files Tutorial 9: Printing Tutorial 10: Finishing Touches Tutorial 1: The Simplest Window The following code uses Win32++ to create a window. This is all the code you need (in combination with Win32++) to create and display a simple window. Note that in order to add the Win32++ code to our program, we use an #include statement as shown below. #include "../Win32++/Wincore.h" INT WINAPI WinMain(HINSTANCE, HINSTANCE, LPTSTR, int) { //Start Win32++ CWinApp MyApp; //Create a CWnd object CWnd MyWindow; //Create (and display) the window MyWindow.Create(); //Run the application return MyApp.Run(); } This program has four key steps: Start Win32++. We do this here by creating a CWinApp object called MyApp. Create a CWnd object called MyWindow. Create a default window by calling the Create function. Start the message loop, by calling the Run function. If you compile and run this program, you'll find that the application doesn't end when the window is closed. This is behaviour is normal. An illustration of how to use messages to control the windows behaviour (including closing the application) will be left until tutorial 3.
2019-12-21 19:22:27 3.2MB Win32++类库 C++代码封装的windows SDK
1
开发中的常用类库,如HttpHelper、LogHelper、CacheHelper、CookieHelper、MapperHelper等等。与Dos.WeChat、Dos.CMS等集成
2019-12-21 19:22:12 2.2MB c#
1
内容丰富 值得一看 适合mfc初学者 和编程人员
2019-12-21 19:21:20 1.54MB MFC \VC++
1
C#各种加密方式的 加密、解密 小工具,可以直接运行的源码 含类库文件,可以编译,可以运行
2019-12-21 18:57:17 562KB 加密、解密
1
网上下了几个都不是真正的破解,只好自己动手!压缩包内包含解密文件及一个c#winfrom读取dwg、dxf的示例,vs2010下测试通过,支持最新的cad2014格式,更多示例可从官方下载。
2019-12-21 18:54:36 2.01MB .net Cad类库
1
这是一个封装了Chromium 框架的 .NET 类库。从而可以方便的使用 cefsharp相关的功能
2019-12-21 18:54:11 1.31MB cefsha .NET
1
这个类库可以让java放flash,节选一段。 这个API(应用编程接口)文件的导航栏中的项目页面,如下。 概述 概述页面是这个API文档的首页,提供了一个列表中的所有包的概要。这个页面也包含的一套软件包的总体描述。 包 每个包有一个页面,包含它的类和接口,为每个概要。这个页面可以包含四类: 接口(斜体) 类 枚举 例外 错误 注释类型 类/接口 每个类,接口,嵌套类和嵌套的接口都有自己单独的页面。每个页面有三个部分组成的一类/接口描述,汇总表,以及详细的成员描述: 类继承图 直接子类 所有已知的子接口 所有已知的实现类 类和接口声明 类/接口描述 嵌套类的总结 现场总结 构造函数的总结 方法总结 字段的详细信息 构造函数的细节 方法细节 每个概要入口包含该项目的详细描述的第一句话。总结条目按字母顺序排列的,而详细描述他们在源代码中出现的顺序。这保留了程序员建立的逻辑分组。
2019-12-21 18:53:04 204KB java flash
1
msdn类库中文版.chmmsdn类库中文版.chmmsdn类库中文版.chmmsdn类库中文版.chmmsdn类库中文版.chmmsdn类库中文版.chm
2019-12-21 18:51:28 1.54MB msdn 类库 .chm
1