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

无数据

分类

全部后端开发(41)C++(41)Conan(29)

语言

全部英语(40)中文(简体)(1)

格式

全部PDF文档 PDF(41)
 
本次搜索耗时 0.045 秒,为您找到相关结果约 41 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 《深入浅出MFC》2/e

    wc.hCursor = LoadCursor(NULL, IDC_ARROW); #0057 wc.hbrBackground = GetStockObject(WHITE_BRUSH); // #0058 wc.lpszMenuName = "GenericMenu"; // .RC #0059 wc.lpszClassName "jjhouricon"); wc.hCursor = LoadCursor(NULL, IDC_ARROW); wc.hbrBackground = GetStockObject(WHITE_BRUSH); wc.lpszMenuName = "GenericMenu"; wc.lpszClassName = "Generic"; RegisterClass(&wc); HWND 实上执行线程才是排程单位。 核心对象 首先让我解释什么叫作「核心对象」(kernel object)。「GDI 对象」是大家比较熟悉的 东西,我们利用GDI 函数所产生的一支笔(Pen)或一支刷(Brush)都是所谓的「GDI 对象」。但什么又是「核心对象」呢? 你可以说核心对象是系统的一种资源(噢,这说法对GDI 对象也适用),系统对象一 旦产生,任何应用程序都可以开启并使用该对象。系统给予核心对象一个计数值(usage
    0 码力 | 1009 页 | 11.08 MB | 1 年前
    3
  • pdf文档 Single Producer Single Consumer Lock-free FIFO From the Ground Up

    thread will make progress. ● Wait-free: each thread moves forward regardless of other threads. ● [Circular] Fifo [or Queue]: a single, fixed-size buffer as if it were connected end-to-end. The oldest entry a pipelinePush cursor Pop cursor 6 Circular Fifo - PushPush cursor Pop cursor 42 7 42 Circular Fifo - PushPush cursor Pop cursor 42 43 8 43 42 Circular Fifo - PushPush cursor Pop cursor 42 9 46 43 42 47 48 49 49 44 45 47 48 46 Circular Fifo - PushPush cursor Pop cursor 43 44 45 10 46 43 47 48 49 49 44 45 47 48 46 Circular Fifo - PopPush cursor Pop cursor 44 45 11
    0 码力 | 51 页 | 546.30 KB | 6 月前
    3
  • pdf文档 Back to Basics Unit Testing

    your mocks changing to match changes in the real thing? Plus, have you tested your Mocks? Beware circular reasoning! Test Doubles are accuracy / precision tradeoffs 31Accuracy in science Accuracy: measurements give bugs no place to hide Test Correctly : correct statement of "right" answer Test Validity: no circular logic or unfalsifiable tests Part 1: Testing Accuracy 33Completeness The full story: Wiley & mistake hides the other 66Fundamentally if we only test via the public interface, we have a circular-logic problem: you have to use the interface to test the interface, so at some point you have
    0 码力 | 109 页 | 4.13 MB | 6 月前
    3
  • pdf文档 What's Eating my RAM?

    new() it, then forget it 2. Keep entries that are no longer needed 3. Missing virtual ~Base() 4. Circular reference Reference counting: maintain a count of the smart pointers that point to the same object new() it, then forget it 2. Keep entries that are no longer needed 3. Missing virtual ~Base() 4. Circular reference …🔍How to detect memory leaks?Memory Leaks: Tools Tool What How bslma::TestAllocator
    0 码力 | 88 页 | 3.49 MB | 6 月前
    3
  • pdf文档 Scientific Unit Testing

    IsEmpty() ); // test this. }; 7Fundamentally if we only test via the public interface, we have a circular-logic problem: you have to use the interface to test the interface, so at some point you have
    0 码力 | 45 页 | 1.91 MB | 6 月前
    3
  • pdf文档 Shared Libraries

    binaries against it. • Linux: • Just put it in the executable 20C++ Implication #3: Can you have circular library dependencies? • Linux: • Yes • Windows • No. • Well, you’d have to hack hard. • The
    0 码力 | 69 页 | 1.40 MB | 6 月前
    3
  • pdf文档 Tracy: A Profiler You Don't Want to Miss

    Profiler not showing the name of some zones: getting ??? instead• Tracy never drops events! (there’s no circular/LRU event queue) • If profiler is not connected, application memory keeps growing! • If profiler
    0 码力 | 84 页 | 8.70 MB | 6 月前
    3
  • pdf文档 Tracy: A Profiler You Don't Want to Miss

    Profiler not showing the name of some zones: getting ??? instead• Tracy never drops events! (there’s no circular/LRU event queue) • If profiler is not connected, application memory keeps growing! • If profiler
    0 码力 | 85 页 | 6.51 MB | 6 月前
    3
  • pdf文档 Back to Basics: Templates - Part 1

    20 template inline constexpr T pi = T(3.1415926535897932385L); template T circular_area(T r) { return pi * r * r; } template< class T > inline constexpr bool is_arithmetic_v
    0 码力 | 68 页 | 436.75 KB | 6 月前
    3
  • pdf文档 C++20 Modules: The Packaging and Binary Redistribution Story

    calculate the right build order: ○ We know which sources produce which files ● New constraints: ○ No circular dependencies between imports (no cycles in the graph) ○ Build tool should be able to re-order dependencies
    0 码力 | 76 页 | 2.09 MB | 6 月前
    3
共 41 条
  • 1
  • 2
  • 3
  • 4
  • 5
前往
页
相关搜索词
深入深入浅出MFCSingleProducerConsumerLockfreeFIFOFromtheGroundUpBacktoBasicsUnitTestingWhatEatingmyRAMScientificSharedLibrariesTracyProfilerYouDonWantMissTemplatesPartC++20ModulesThePackagingandBinaryRedistributionStory
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩