current location:Home > c并发编程 search

Classify:
Found a total of 21313 related content
  • CMSimple content management system
    CMSimple content management system
    A free content management system written in PHP, with a simple structure, small program files and fast response, and can operate on various platforms.
    2020-05-02 56 3816
  • LimeSurvey Questionnaire Management System
    LimeSurvey Questionnaire Management System
    It has multiple functions such as questionnaire design, modification, release, recycling and statistics, and integrates survey program development, questionnaire release and data collection functions. By using it, users do not need to understand the programming details of these functions.
    2020-05-22 113 4604
  • TGroupon distribution system source code
    TGroupon distribution system source code
    TGROUPON distribution system is a product of Yitui Software. TGROUPON is referred to as TG distribution system. The core framework adopts the ECSHOP+ECTOUCH system and uses PHP as the core programming language. TG Distribution System, formerly known as ThinkGroupon, was founded in 2011 and owns multiple national copyrights and trademark rights.
    2017-02-15 710 3578710
  • HYBBS
    HYBBS
    HYBBS is developed based on the HYPHP framework. The framework is an MVC structured program. The database engine runs on the PDO extension. I wrote the program with an attitude of striving for excellence.
    2018-05-11 92 2487937
  • Sixty-seven enterprise website management system source code
    Sixty-seven enterprise website management system source code
    Liuqi Enterprise Website Management System is planned and developed by 67 Network Studio. The system is implemented using PHP+MYSQL, the most popular WEB programming combination on the Internet. It supports cross-platform use. It is a universal enterprise website construction system that users can easily Build your own corporate image website.
    2017-02-18 95 3572787
  • Basic principles and practice of Linux C language programming
    Basic principles and practice of Linux C language programming
    Linux C language programming basic principles and practical courseware
    2017-09-21 321 3337687
  • High concurrency course source code
    High concurrency course source code
    High concurrency course source code
    2023-01-06 61 3202
  • Java multi-threading and concurrency library advanced application source code information
    Java multi-threading and concurrency library advanced application source code information
    Java multi-threading and concurrency library advanced application source code information
    2017-08-22 276 3405907
  • DoitPHP Coding Specifications
    DoitPHP Coding Specifications
    The DoitPHP coding specification is based on programming principles such as the PHP PEAR coding specification and the PHPDocumentor annotation specification. It integrates and refines the mature experience accumulated by developers over a long period of time and is intended to help form a good and consistent programming style. To achieve twice the result with half the effort. In order to keep pace with the times and based on objective needs, this document will be updated from time to time. Author: tommy
    2017-12-12 233 3099900
  • "PHP Programming" Second Edition
    "PHP Programming" Second Edition
    This book is full of pictures and texts, and explains in detail the method of developing dynamic Web programs using the LAMP (PHP) scripting language, such as setting up the WAMP platform, installing and configuring the open source Moodle platform, PHP programming technology, developing user registration and verification modules, and setting up the LAMP platform. This book is suitable for undergraduate and junior college students in computer and related majors to use as a teaching material for learning LAMP (PHP) programming or dynamic Web programming. It is also suitable for readers who are interested in dynamic Web programming to use it voluntarily, and for LAMP (PHP) program designers. It has certain reference value.
    2017-12-12 580 3099235
  • Multi-threaded programming technology in Android development Chinese WORD version
    Multi-threaded programming technology in Android development Chinese WORD version
    This document mainly talks about multi-threaded programming technology in Android development; threads in Android are widely used in multi-threading in the Android platform. Multi-threading is required in UI updates, game development and time-consuming processing (network communications, etc.) . The technologies involved in Android threads are: Handler; Message; MessageQueue; Looper; HandlerThread. Friends in need can download and take a look
    2024-01-29 2 2067
  • OpenMP parallel programming WORD version
    OpenMP parallel programming WORD version
    This document mainly talks about OpenMP parallel programming; OpenMP is a collection of compiler instructions and library functions, mainly used for parallel programming on shared storage computers. Currently, the languages ​​that support OpenMP mainly include Fortran and C/C++. OpenMP uses the fork/join parallel mode when executing programs in parallel. Shared storage parallel programs use fork/join parallelism. I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-29 0 1093
  • OpenMP Multi-Threaded Programming Guide WORD Edition
    OpenMP Multi-Threaded Programming Guide WORD Edition
    This document mainly talks about the OpenMP multi-threaded programming guide; OpenMP was proposed by the OpenMP Architecture Review Board and has been widely accepted as a set of guiding notes (Compiler Directive) for multi-threaded programming of shared memory parallel systems. ). OpenMP is a multi-processor multi-thread parallel programming language for shared memory and distributed shared memory. It can be used to display and guide multi-threaded and shared memory parallel application programming interfaces. It is hoped that this document will provide
    2024-02-03 0 1276
  • doxygen official manual
    doxygen official manual
    Doxygen is a useful programmer's auxiliary tool. It can make it easier to add batch code to the program. It is compatible with mainstream programming languages ​​​​such as C++, C, Java, Objective-C, Python, etc. The Chinese manual of doxygen provided by the editor includes The basic introduction, grammar skills and advanced skills can help you get started quickly. If you need it, you are welcome to download it. Basic introduction Doxygen already supports generating ANSI encoded chm directory files (index.hhc)! Doxygen is usually used to generate English
    2024-01-30 0 717
  • Android under Eclipse
    Android under Eclipse
    This document mainly talks about the Android-NDK installation under Eclipse; Android NDK is the abbreviation of Native Development Kit running on the Android platform. Android application developers can call C or C++ native code through the NDK. NDK compilation requires make and gcc in Cygwin, so download and install Cygwin first. I hope this document will help friends in need; interested friends can come and take a look.
    2024-02-27 0 929
  • MinGW - Minimalist GNU for Windows
    MinGW - Minimalist GNU for Windows
    This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.
    2023-08-10 13 3559
  • Unifiedtransform
    Unifiedtransform
    Unifiedtransform is an open source school management software that can comprehensively and efficiently manage school operations. This software was built as the developers saw a lack of efficient, high-quality, free and open source school management software. It has developed into a high-standard school management platform with a wide range of practical functions. These functions include: platform roles (students, administrators, teachers, accountants, etc.), payment platform integration, attendance, syllabus, registration, score entry, etc. Users can create classes, divisions, exams, add courses and departments, enter grades, and finally issue certificates or certificates to students.
    2023-08-18 10 1576
  • DVWA
    DVWA
    Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software
    2023-08-18 38 6588
  • WIKINDX
    WIKINDX
    Reference management, document management, citations and more. Designed by scholars for scholars, continuously developed since 2003 and used by individuals and major research institutions worldwide, WIKINDX is a virtual research environment (enhanced online literature manager) that stores searchable references, notes, documents, Quotes, thoughts, etc. The integrated WYSIWYG word processor exports formatted articles to RTF and HTML. Plug-ins include a citation style editor and import/export of references (BibTeX, Endnote, RIS, etc.). WIKINDX supports every reference text
    2023-10-07 23 4395
  • CiviCRM
    CiviCRM
    CiviCRM is an open source and free to download member relationship management solution for advocacy, non-profit and other organizations. For more information, visit http://civicrm.org
    2023-10-07 24 4482