ATLAS拧紧工具的通迅类库,可以直接放到代码中使用。但没有提供使用说明书
2019-12-21 19:26:13 160KB ATLAS openProtocol
1
PHP的adodb5类库
2019-12-21 19:25:50 547KB PHP adodb类库
1
关于测量软件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