积分充值
 首页
前端开发
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文库
  • 综合
  • 文档
  • 文章

无数据

分类

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

语言

全部英语(98)中文(简体)(2)英语(1)

格式

全部PDF文档 PDF(98)PPT文档 PPT(2)TXT文档 TXT(1)
 
本次搜索耗时 0.052 秒,为您找到相关结果约 101 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • TXT文档 TXT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Changing Legacy Code: With Confidence

    STUBS/FileSystem.hppextern Window next_window; Window next_window = INV_WINDOW; //8 uses in this file RFC_pub.h rfc_dd.cpp Isolate a Global Window next_window = MY_WINDOW; //93 uses in this file DD_BUILD Conditionally included if BUILD == HH_BUILDIsolate a Global void SetNextWindow(Window nextWindow); Window GetNextWindow(); #include "RFC_pub.h" //All assignments use Set, all reads use Get RFC_pub "RFC_pub.h" namespace { Window next_window = RFC_INV_WINDOW; } void SetNextWindow(Window nextWindow) { next_window = nextWindow; } Window GetNextWindow() { return next_window; } //All assignments use
    0 码力 | 114 页 | 982.54 KB | 6 月前
    3
  • pdf文档 Monadic Operations in Modern C++: A Practical Approach

    37Example: window layout class diagram 38 UI::WindowLayout IWindowLayout WindowLayoutStackExample: window layout class IWindowLayout { public: virtual core::Expected:> add(const window::Uri& windowUri) windowUri) = 0; }; ./ ... core::Expected:> WindowLayoutStack::add(const window::Uri& windowUri) { return loadWindow(windowUri, m_windowLoader) .and_then(&addToLayout) .and_then(&updateActiveWindow) and_then(&updateActiveWindow) .or_else(&addWindowLayoutPrefix); } 39Example: window layout wrapper ./ Inside another namespace class WindowLayout : public QObject { Q_OBJECT Q_PROPERTY(QString
    0 码力 | 61 页 | 411.49 KB | 6 月前
    3
  • pdf文档 《深入浅出MFC》2/e

    滑鼠拖放(Drag and Drop) / 442 訊息映射(Message Map) / 445 標準選單 File/Edit/View/Window/Help / 446 對話盒 / 449 改用 CEditView / 450 第㆕篇 深入 MFC 程式設計 / 453 第8章 Document-View 附錄 B Scribble Step5 程式原始碼列表 / 873 附錄 C Visual C++ 5.0 MFC 範例程式總覽 / 915 * 附錄 D 以 MFC 重建 Debug Window(DBWIN) / 921 第0章 你㆒定要知道(導讀) 27 第0章 你一定要知道(导读) 这本书适合谁 深入淺出 深入淺出 深入淺出 深入淺出 MFC 是一本介绍MFC(Microsoft 或Win32 程序设计,只在DOS 环境下 开发过软件,我在第1章为你安排了一些Win32 程序设计基础。这个基础至为重要,只 会在各个Wizards 上按来按去,却不懂所谓message loop 与window procedure 的人, 不可能搞定Windows 程序设计-- 不管你用的是MFC 或OWL 或Open Class Library,不管你用的是Visual C++ 或Borland
    0 码力 | 1009 页 | 11.08 MB | 1 年前
    3
  • pdf文档 Adventures in SIMD Thinking (Part 1 of 2)

    buf_len) { rf_512 prev; //- Bottom of the input data window rf_512 curr; //- Middle of the input data window rf_512 next; //- Top of the input data window rf_512 lo; //- Primary work register rf_512 buf_len) { rf_512 prev; //- Bottom of the input data window rf_512 curr; //- Middle of the input data window rf_512 next; //- Top of the input data window rf_512 lo; //- Primary work register rf_512 buf_len) { rf_512 prev; //- Bottom of the input data window rf_512 curr; //- Middle of the input data window rf_512 next; //- Top of the input data window rf_512 lo; //- Primary work register rf_512
    0 码力 | 88 页 | 824.07 KB | 6 月前
    3
  • pdf文档 Adventures in SIMD Thinking (Part 2 of 2)

    1; rf_512 prev; //- Bottom of the input data window rf_512 curr; //- Middle of the input data windows rf_512 next; //- Top of the input data window rf_512 lo; //- Primary work data register, used KernelSize; ++i, --j) { kcoeff[i] = load_value(pkrnl[j]); } //- Preload the initial input data window; note the zeroes in the register representing data // preceding the input array. // prev = load_value(0 KernelSize; ++i, --j) { kcoeff[i] = load_value(pkrnl[j]); } //- Preload the initial input data window; note the zeroes in the register representing data // preceding the input array. // prev = load_value(0
    0 码力 | 135 页 | 551.08 KB | 6 月前
    3
  • text文档 SVG Test Document

    window-maximized="0" inkscape:window-y="23" inkscape:window-x="1440" inkscape:window-height="1318" inkscape:window-width="2560" showgrid="false"
    0 码力 | 5 页 | 11.74 KB | 6 月前
    3
  • pdf文档 COMPOSABLE C++

    log_sink log_sink classes: classes: "ordinary" sinks that send entries to di�erent places (�le, output window, etc)CASE STUDY: LOGGING CASE STUDY: LOGGING Given the Given the push push function, we can write log_sink log_sink classes: classes: "ordinary" sinks that send entries to di�erent places (�le, output window, etc) a �lter sink that runs a predicate on the entry and accepts it conditionallyCASE STUDY: LOGGING log_sink log_sink classes: classes: "ordinary" sinks that send entries to di�erent places (�le, output window, etc) a �lter sink that runs a predicate on the entry and accepts it conditionally a sink that wraps
    0 码力 | 124 页 | 8.28 MB | 6 月前
    3
  • pdf文档 Back to Basics: Smart Pointers

    referenceFactory Method int main() { const Window* window = createWindow(Window::Default); } Open question with a pointer interface: ▪ Who is the owner of the window? ▪ Who releases the resource? Use smart
    0 码力 | 30 页 | 625.43 KB | 6 月前
    3
  • pdf文档 Continuous Regression Testing for Safer and Faster Refactoring

    Aurora Innovation Broken windows theory “If a window in a building is broken and is left unrepaired, all the rest of the windows will soon be broken. [...] Window-breaking does not necessarily occur on a large large scale because some areas are inhabited by determined window-breakers, rather, one unrepaired broken window is a signal that no one cares, and so breaking more windows costs nothing.” The Atlantic
    0 码力 | 85 页 | 11.66 MB | 6 月前
    3
  • pdf文档 Embracing an Adversarial Mindset for Cpp Security

    privilege escalation • Out-of-bounds (OOB) write vulnerability in dwmcore.dll, which is part of Desktop Window Manager (dwm.exe) • Attacker grooms the heap in the dwm.exe • Attacker controlled data at a controlled this->properties[propertyId]->type == type • Used for privilege escalation • Win32k (win32kfull.sys) window object type confusion leading to an OOB (out-of-bounds) write • ClientAllocWindowClassExtraBytes ob/main/CVE-2021-1732/CVE-2021-1732.cpp https://securelist.com/zero-day-vulnerability-in-desktop-window-manager-cve-2021-28310-used-in-the-wild/101898/ https://www.cisa.gov/news-events/alerts/2022/03/
    0 码力 | 92 页 | 3.67 MB | 6 月前
    3
共 101 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 11
前往
页
相关搜索词
ChangingLegacyCodeWithConfidenceMonadicOperationsinModernC++PracticalApproach深入深入浅出MFCAdventuresSIMDThinkingPartofSVGTestDocumentCOMPOSABLEBacktoBasicsSmartPointersContinuousRegressionTestingforSaferandFasterRefactoringEmbracinganAdversarialMindsetCppSecurity
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩