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

无数据

分类

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

语言

全部英语(96)

格式

全部PDF文档 PDF(95)PPT文档 PPT(1)
 
本次搜索耗时 0.107 秒,为您找到相关结果约 96 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Sender Patterns to Wrangle Concurrency in Embedded Devices

    a2); 7 8 int var = 0; 9 10 11 | async::then<"before-wa-then">([](auto v){ things::var = v; }) 12 | async::seq(w) 13 | async::then<"last-then">([](auto ...){ ++things::var; }) 14 | a2); 7 8 int var = 0; 9 10 11 | async::then<"before-wa-then">([](auto v){ things::var = v; }) 12 | async::seq(w) 13 | async::then<"last-then">([](auto ...){ ++things::var; }) 14 | ings::s); 19 20 while(true) {} 21 } 22 | async::then<"before-wa-then">([](auto v){ things::var = v; }) namespace things { 1 int av = 0; 2 3 auto a0 = async::just<"just-a0">(0); 4 auto a1 =
    0 码力 | 106 页 | 26.36 MB | 6 月前
    3
  • ppt文档 Finding Bugs using Path-Sensitive Static Analysis

    bool cond) { int var = 0; // branch 1 if (p != nullptr) { var = 1; } // branch 2 if (cond) { var = 2; p = nullptr; } // branch 3 if (var == 1) { *p = 42; bool cond) { int var = 0; // branch 1 if (p != nullptr) { var = 1; } // branch 2 if (cond) { var = 2; p = nullptr; } // branch 3 if (var == 1) { *p = 42; cond) { int var = 0; // branch 1 if (p != nullptr) { var = 1; } else {} // branch 2 if (cond) { var = 2; p = nullptr; } // branch 3 if (var == 1) { *p
    0 码力 | 35 页 | 14.13 MB | 6 月前
    3
  • pdf文档 Back to Basics Casting

    ConversionsExplicit Type Conversions a.k.a CastsC-style cast 1. Create a temporary of using var 2. can be any valid type with qualifiers 3. Overrides the type system by changing the meaning com/w/cpp/language/operator_precedence ()varC-style cast 1. Create a temporary of using var 2. can be any valid type with qualifiers 3. Overrides the type system by changing the meaning operator precedence (level 3) https://en.cppreference.com/w/cpp/language/operator_precedence ()var struct A{}; struct B{}; int main() { float f = 7.406f; int i = (int)f; A* pa = (A*)&f; B* pb = (B*)pa;
    0 码力 | 117 页 | 1.57 MB | 6 月前
    3
  • pdf文档 Data Is All You Need for Fusion

    finalize(); pipeline.split(1, outer, inner, outer_step, 4); pipeline.parrallelize(1); pipeline.bind(len_var, 4); pipeline.breakPipeline(0); subpipe = pipeline.subpipeline(0, 1);Controlling Properties of the finalize(); pipeline.split(1, outer, inner, outer_step, 4); pipeline.parrallelize(1); pipeline.bind(len_var, 4); pipeline.breakPipeline(0); subpipe = pipeline.subpipeline(0, 1);Controlling Properties of the finalize(); pipeline.split(1, outer, inner, outer_step, 4); pipeline.parrallelize(1); pipeline.bind(len_var, 4); pipeline.breakPipeline(0); subpipe = pipeline.subpipeline(0, 1);Controlling Properties of the
    0 码力 | 151 页 | 9.90 MB | 6 月前
    3
  • pdf文档 Some Things C++ Does Right

    f(g(x)); … but the calling code has to explicitly state types T, U and R: public static void Main() { var f = F_G_X ( n => -n, n => n * 2 ); Console.WriteLine(f(3)); }A word about beauty and => x => f(g(x)); 60 auto f = f_g_x( [](auto x) { return –x; }, [](auto x) { return x * 2; } ); var f = F_G_X ( n => -n, n => n * 2 );A word about beauty and elegance template var s4 = new string(); // does not compile var s5 = new string(""); // empty stringProgramming with a value-based language
    0 码力 | 228 页 | 2.47 MB | 6 月前
    3
  • pdf文档 A Journey Into Non-Virtual Polymorphism

    using var_def = std::variant<*DigitalPin,*AnalogPin, *SerialPort>; var_def var{&digi}; std::get<0>(var)->set(); var = &serial; std::get(var)→send(); std::get(var)→send(); 2023 | Rud Merriam | A Journey into Non-Virtual Polymorphism 17 for (auto& o: outputs) { [](var_def const& value) { switch (value.index()) { case 0: std::get type in template packCppcon 2023 | Rud Merriam | A Journey into Non-Virtual Polymorphism 18 [](var_def const& value) { if (auto res = std::get_if(&value)) { (*res)->set(); }
    0 码力 | 43 页 | 536.84 KB | 6 月前
    3
  • pdf文档 Conan 2.5 Documentation

    package_folder, "bin"), keep_ ˓→path=False) def package_info(self): self.buildenv_info.define("MY_VAR", "23") There are few relevant things in this recipe: 1. It declares package_type = "application" In the package_info() method, we are using self.buildenv_info to define a environment variable MY_VAR that will also be available in the consumer. Let’s create a binary package for the tool_require: self.build_folder)) if self.settings_build.os != "Windows": self.run("echo MY_VAR=$MY_VAR") else: self.run("set MY_VAR") In this simple recipe we are declaring a tool_require to secure_scanner/1.0
    0 码力 | 769 页 | 4.70 MB | 1 年前
    3
  • pdf文档 Conan 2.4 Documentation

    package_folder, "bin"), keep_ ˓→path=False) def package_info(self): self.buildenv_info.define("MY_VAR", "23") There are few relevant things in this recipe: 1. It declares package_type = "application" In the package_info() method, we are using self.buildenv_info to define a environment variable MY_VAR that will also be available in the consumer. Let’s create a binary package for the tool_require: self.build_folder)) if self.settings_build.os != "Windows": self.run("echo MY_VAR=$MY_VAR") else: self.run("set MY_VAR") In this simple recipe we are declaring a tool_require to secure_scanner/1.0
    0 码力 | 769 页 | 4.69 MB | 1 年前
    3
  • pdf文档 Conan 2.10 Documentation

    package_folder, "bin"), keep_ ˓→path=False) def package_info(self): self.buildenv_info.define("MY_VAR", "23") There are few relevant things in this recipe: 1. It declares package_type = "application" In the package_info() method, we are using self.buildenv_info to define a environment variable MY_VAR that will also be available in the consumer. Let’s create a binary package for the tool_require: self.build_folder)) if self.settings_build.os != "Windows": self.run("echo MY_VAR=$MY_VAR") else: self.run("set MY_VAR") In this simple recipe we are declaring a tool_require to secure_scanner/1.0
    0 码力 | 803 页 | 5.02 MB | 10 月前
    3
  • pdf文档 Conan 1.56 Documentation

    Environment class MyTestPkg(ConanFile): ... def generate(self): env = Environment() env.define("foo", "var") # scope="build" is the default envvars = env.vars(self, scope="build") # This will generate a my_launcher specified in the following structure: [settings] setting=value [options] MyLib:shared=True [env] env_var=value [tool_requires] tool1/0.1@user/channel tool2/0.1@user/channel, tool3/0.1@user/channel *: tool4/0 account that the server config files are located in the home of the configured Apache user, e.g., var/www/.conan_server, so remember to use that directory to configure your Conan server. Permissions Parameters
    0 码力 | 963 页 | 7.67 MB | 1 年前
    3
共 96 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 10
前往
页
相关搜索词
SenderPatternstoWrangleConcurrencyinEmbeddedDevicesFindingBugsusingPathSensitiveStaticAnalysisBackBasicsCastingDataIsAllYouNeedforFusionSomeThingsC++DoesRightJourneyIntoNonVirtualPolymorphismConan2.5Documentation2.42.101.56
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩