Git Product home page Git Product logo

ccode's Introduction

cCode

reference snippets.

  • openmp : 多线程编程框架

    compile: gcc -fopen opmp0.c -o op0

  • pthread : 多线程编程库

    compile: gcc -pthread exampl0.c -o pt0

linux sys program

  • process : linux 多进程编程

  • cgroup : 控制组:cpu、内存控制等

  • iom : 多路io 复用

  • signal : 信号

  • timer : 定时器

    compile: gcc -lrt timer1.c -o tm1

  • dlltest : 动态链接库

    compile: 编译要用到-fPIC

  • netlink: 用户进程与内核通信的ipc 方法

  • inotify: 监视文件系统操作

  • construct : 编译框架,包括cmake 和scons(依赖python)

  • mem: 内存操作

ccode's People

Contributors

oska874 avatar zlatcag avatar

Watchers

James Cloos 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.