Giter Club home page Giter Club logo

msdk's Introduction

msdk是什么?

msdk是一个在windows上的代码库,目前约有30W余行的代码量,可以在很大程度上提高生产力。

msdk都有什么?

  • 模块管理

      msdk采用了COM的模块化管理组件的方式,与COM不同之处在于msdk使用了XML作为配置
      文件,使用起来比COM更加简洁
    
  • 对象管理

      msdk采用了COM的标准接口GetClassObject、IUnknow 接口来管理对象的生命周期,与COM不同之处在于msdk提供
     了一个全局的对象管理器ROT,使得全局对象可以共享在各个模块中。
    
  • 三套进程间通信方案

    • 基于消息中心的订阅机制的通信组件。常用在任务处理,策略处理,消息处理。
    • 扁平式进程间过程调用组件,不同于COM的RPC,其不需要代理与存根,所有对象都是平级切可以任意通信。
    • 基于管道的轻量进程间通信组件,被动式消息通信,没有依赖框架,常用在注入组件与其他进程间的通信。
  • 通用数据库连接组件

  • 网络通信基础组件

  • Lua脚本组件

  • P2P下载组件

  • 轻量Dui组件

使用方法

  • 将msdk跟目录添加到环境变量中 code_dir = %msdkpath%

  • 在vs中 配置属性->C / C++ ->常规->附加包含目录 中添加$(code_dir)\msdk\include

msdk's People

Contributors

zhanlang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.