积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(97)C++(97)Conan(74)

语言

全部英语(93)中文(简体)(4)

格式

全部PDF文档 PDF(95)PPT文档 PPT(2)
 
本次搜索耗时 0.069 秒,为您找到相关结果约 97 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 现代C++ 教程:高速上手C++11/14/17/20

    bar.txt sub-match[1]: bar 总结 本节简单介绍了正则表达式本身,然后根据使用正则表达式的主要需求,通过一个实际的例子介绍 了正则表达式库的使用。 习题 1. 在 Web 服务器开发中,我们通常希望服务某些满足某个条件的路由。正则表达式便是完成这一目 标的工具之一。 给定如下请求结构: 60 习题 第 6 章正则表达式 struct Request { // Request parse_request(std::istream& stream) const { // TODO } } 请实现成员函数 start() 与 parse_request。使得服务器模板使用者可以如下指定路由: template void start_server(SERVER_TYPE &server) { // process GET request; // anonymous function will be called // if no other matches response files in folder web/ // default: index.html server.default_resource["fill_your_reg_ex"]["GET"] = [](ostream& response
    0 码力 | 83 页 | 2.42 MB | 1 年前
    3
  • ppt文档 C++高性能并行编程与优化 - 课件 - 06 TBB 开启的并行编程之旅

    同的任务,避免同步造成的阻塞。 • 并行:多核处理器,每个处理器执行一个线 程,真正的同时运行。目的:将一个任务分 派到多个核上,从而更快完成任务。 举个例子 • 并发:某互联网公司购置了一台单核处理 器的服务器,他正同时处理 4 个 HTTP 请求,如果是单线程的 listen-accept 循环 ,则在处理完 A 的请求之前, B 的请求 就无法处理,造成“无响应”现象。 C 的请 求进来,则还得继续排队……
    0 码力 | 116 页 | 15.85 MB | 1 年前
    3
  • ppt文档 C++高性能并行编程与优化 - 课件 - 15 C++ 系列课:字符与字符串

    给的 i 超过了字符 串大小 i ≥ s.size() ,那程序的行为是未定义的,因为这个地方可能 有其他的对象,程序可能会奔溃,也可能行为异常。如果是富连网 程序,还可能会被黑客利用,窃取或篡改服务器上的数据。 • 那为什么还要 [] ?性能! at 做越界检测需要额外的开销, [] 不需 要。 • 所以 [] 更高效, at 更安全。遇到诡异 bug 时,试试把 [] 都改 成 at 。
    0 码力 | 162 页 | 40.20 MB | 1 年前
    3
  • pdf文档 《深入浅出MFC》2/e

    提供五个新类别, 分别是CHttpServer 、CHttpFilter 、CHttpServerContext 、 CHttpFilterContext、CHtmlStream,用以建立交互式Web 应用程序。整合环境方面也对 应地提供了一个ISAPI Extension Wizard。在附加价值上,Visual C++ 4.1 提供了Game SDK,帮助开发Windows 95 上的高效率游戏软件。Visual 件,可以绑定(binding)近端和远程的资料源(data sources)。整合环境方面,Visual C++ 4.2 提供新的Wizard 给ActiveX 程序开发使用,改善了影像编辑器,使它能够处理在 Web 服务器上的两个标准图档格式:GIF 和JPEG。 1997 年五月推出的Visual C++ 5.0,主要诉求在编译器的速度改善,并将Visual C++ 合 并到微软整个Visual Tools 务系统中(如 Win95 或WinNT),控制权被排程器强制移转,也因此两个执行线程之间的执行次序变得 不可预期。这不可预期性造成了所谓的race conditions。 假设你正在一个文件服务器中编辑一串电话号码。文件打开来内容如下: Charley 572-7993 Graffie 573-3976 Dennis 571-4219 第㆕篇 深入 MFC 程式設計 764 Good
    0 码力 | 1009 页 | 11.08 MB | 1 年前
    3
  • pdf文档 Just-in-Time Compilation - J F Bastien - CppCon 2020

    other than JavaScript on the web, including some not previously possible. Emscripten can be used to, among other things, compile real-world C and C++ code and run that on the web. In addition, by compiling compiling the runtimes of languages which are implemented in C and C++, we can run them on the web as well, for example Python and Lua. (read)Emscripten an LLVM-to-JavaScript compiler — 2011 We presented other than JavaScript on the web, including some not previously possible. Emscripten can be used to, among other things, compile real-world C and C++ code and run that on the web. In addition, by compiling
    0 码力 | 111 页 | 3.98 MB | 6 月前
    3
  • pdf文档 AnEditor Can Do That?

    commit code directly from your web browser on any deviceDemo #1 key takeaways 1. GitHub.dev and GitHub Codespaces enable you to write and commit code directly from your web browser on any device ✓ No takeaways 1. GitHub.dev and GitHub Codespaces enable you to write and commit code directly from your web browser on any device ✓ No need to install an editor or clone the repo! 2. GitHub Actions makes takeaways 1. GitHub.dev and GitHub Codespaces enable you to write and commit code directly from your web browser on any device ✓ No need to install an editor or clone the repo! 2. GitHub Actions makes
    0 码力 | 71 页 | 2.53 MB | 6 月前
    3
  • pdf文档 Get off my thread: Techniques for moving k to background threads

    Windows will grey-out the entire application window if it doesn’t respond to events Web browsers will time out if the web server doesn’t respond within a reasonable timeWhy do we need to move work off the Windows will grey-out the entire application window if it doesn’t respond to events Web browsers will time out if the web server doesn’t respond within a reasonable time Other network applications will assume
    0 码力 | 90 页 | 6.97 MB | 6 月前
    3
  • pdf文档 micrograd++: A 500 line C++ Machine Learning Library

    development plans for micrograd++ include the following: • Web Assembly compatibility: Make microgradpp com- patible with web assembly to make it work on the web on client side. • Optional GPU support: Make microgradpp
    0 码力 | 3 页 | 1.73 MB | 6 月前
    3
  • pdf文档 ivan cukic cppcon 2021

    FUNCTIONS DATA struct state_t { bool started; bool finished; unsigned count; string url; socket_t web_page; }; Ivan Čukić KDAB CppCon 2021 INTRODUCTION DATA FUNCTIONS AND DATA ABSTRACTIONS FUNCTIONS state_t { bool started = false; bool finished = true; unsigned count = 42; string url = ...; socket_t web_page = ...; }; Ivan Čukić KDAB CppCon 2021 INTRODUCTION DATA FUNCTIONS AND DATA ABSTRACTIONS FUNCTIONS ABSTRACTIONS FUNCTIONS DATA struct init_t { string url; }; struct running_t { unsigned count; socket_t web_page; }; struct finished_t { const unsigned count; }; Ivan Čukić KDAB CppCon 2021 INTRODUCTION DATA
    0 码力 | 77 页 | 3.33 MB | 6 月前
    3
  • pdf文档 Back To Basics Functions

    @MichaelShah Web: mshah.io Courses: courses.mshah.io YouTube: www.youtube.com/c/MikeShah 214:00 - 15:00 MDT Mon, Oct. 2 2023 60 minutes Introductory Audience Social: @MichaelShah Web: mshah architecture). 12214:0-15:00 MDT Mon, Oct. 1 2023 60 minutes Introductory Audience Social: @MichaelShah Web: mshah.io Courses: courses.mshah.io YouTube: www.youtube.com/c/MikeShah 123 Thank you!
    0 码力 | 123 页 | 7.26 MB | 6 月前
    3
共 97 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 10
前往
页
相关搜索词
现代C++教程高速上手11141720高性性能高性能并行编程优化课件0615深入深入浅出MFCJustinTimeCompilationBastienCppCon2020AnEditorCanDoThatGetoffmythreadTechniquesformovingtobackgroundthreadsmicrograd++500lineMachineLearningLibraryivancukiccppcon2021BackToBasicsFunctions
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩