simple client server application on c++ with using sockets
2022-09-21 13:01:10 2KB server_cpp
c++标准程序库,中间讲诉了c++中的基础概念,外加一部分的小程序和使用中遇见的小麻烦,再则,对于c++中的一些信息进行详细的讲解,对于初学者来说,这是一本很不错的学习资料。
2022-09-21 09:01:24 3.56MB c___标准库_pdf cpp标准
51单片机用的温度采集子程序代码,需要的拿走
2022-09-21 09:01:05 4KB visual_c
用C++写的8*8DCT变换程序,仅供大家参考!有什么问题欢迎大家指教!
2022-09-20 15:00:17 4KB dct变换 dct dct_cpp
合肥工业大学c++上机实验习题50题习题集
2022-09-19 22:00:48 67KB c___上机题 c++_习题 上机50合工大
These materials are subject to copyright claims of International Standardization Organization (ISO), International Electrotechnical Commission (IEC), American National Standards Institute (ANSI), and Information Technology Industry Council (ITI). Not for resale. No part of this publication may be reproduced in any form, including an electronic retri system, without the prior written permission of ITI. All requests pertaining to this standard should be submitted to ITI, 1250 Eye Street NW, Washington, DC 20005.
2022-09-19 22:00:30 1.71MB 14882 cpp_of_iso iec iso/iec_14882
实现了一些经典的计算机算法,包括全排列,全组合,走迷宫,背包问题等
2022-09-19 22:00:29 10KB 全组合
cpp-httplib 一个C ++ 11单文件纯标题跨平台HTTP / HTTPS库。 设置非常容易。 只需在您的代码中包含httplib.h文件即可! 注意:这是一个多线程的“阻止” HTTP库。 如果您正在寻找“非阻塞”库,那么这不是您想要的。 简单的例子 服务器 # define CPPHTTPLIB_OPENSSL_SUPPORT # include " path/to/httplib.h " // HTTP httplib::Server svr; // HTTPS httplib::SSLServer svr; svr.Get( " /hi " , []( const httplib::Request &, httplib::Response &res) { res. set_content ( " Hello World! " , " text/plain " ); }); svr.listen( " 0.0.0.0 " , 8080 ); 客户 # define CPPHTTPLIB_OPENSSL_SUPPORT # include " path/to/h
2022-09-19 20:51:43 577KB http cpp https cpp11
1
C++华容道有一些问题、求大神求解、真的不懂了
2022-09-14 22:01:24 1KB n*m的_c++华容道 华容道 华容道c++
MFC的源码 可以用vc6打开 编译 方便寻找类的定义
2022-09-14 22:00:33 14.42MB barstat.cpp mfc_vc6源码