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

无数据

分类

全部后端开发(569)Java(178)Spring(178)数据库(115)云计算&大数据(108)VirtualBox(85)Julia(81)Python(79)C++(74)UML(63)

语言

全部英语(699)中文(简体)(50)日语(10)韩语(10)中文(繁体)(10)德语(8)西班牙语(8)法语(8)俄语(8)英语(3)

格式

全部PDF文档 PDF(722)其他文档 其他(85)TXT文档 TXT(8)PPT文档 PPT(1)
 
本次搜索耗时 0.062 秒,为您找到相关结果约 816 个.
  • 全部
  • 后端开发
  • Java
  • Spring
  • 数据库
  • 云计算&大数据
  • VirtualBox
  • Julia
  • Python
  • C++
  • UML
  • 全部
  • 英语
  • 中文(简体)
  • 日语
  • 韩语
  • 中文(繁体)
  • 德语
  • 西班牙语
  • 法语
  • 俄语
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • TXT文档 TXT
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Mix Assertion, Logging, Unit Testing and Fuzzing with ZeroErr

    Mix Assertion, Logging, Unit Testing and Fuzzing with ZeroErr Build Safer Modern C++ Application Speaker: Xiaofan Sun Date: Sep 19, 2024Self-Introduction • Got my Ph.D. from UC, Riverside operator()(const char* fmt, T&&... args) zeroerr::format(__VA_ARGS__)Printing in both Logging & Assertion Smart assertion in user code / unit testing also need pretty printing, e.g.: ASSERT(a != 0, "a should of Integration • Fuzzing test case can use all those features • Fuzzing do not need additional assertion implementation • Writing fuzzing test case as well as unit test case so that they can share code
    0 码力 | 54 页 | 961.46 KB | 5 月前
    3
  • pdf文档 Contracts for C++

    getWidget (index i) pre (i > 0) // precondition assertion post (w: w.index() == i); // postcondition assertion Proposal: add contract assertions to C++4 Copyright (c) Timur Doumler getWidget (index i) pre (i > 0) // precondition assertion post (w: w.index() == i); // postcondition assertion Proposal: add contract assertions to C++ Function contract assertions5 // precondition assertion post (w: w.index() == i) // postcondition assertion { auto* db = getDatabase(); contract_assert (db != nullptr); // assertion statement return db->retrieveWidget
    0 码力 | 181 页 | 4.44 MB | 5 月前
    3
  • pdf文档 Powered by AI: A Cambrian Explosion for C++ Software Development Tools

    aarch64-linux-gnu/libthread_db.so.1". a.out: ./test/test-failed-assert.cpp:9: float fact(float): Assertion `x != 0.0' failed. Program received signal SIGABRT, Aborted. __pthread_kill_implementation "/lib/aarch64- linux-gnu/libthread_db.so.1". a.out: ./test/test-failed-assert.cpp:9: float fact(float): Assertion `x != 0.0' failed. Program received signal SIGABRT, Aborted. __pthread_kill_implementation out, enabling the computation to successfully calculate the factorial of `n` without causing an assertion error. (Total cost: approximately $0.03 USD.) Starting program: /media/psf/Home/git/ChatDBG/ a
    0 码力 | 128 页 | 23.40 MB | 5 月前
    3
  • mobi文档 Go 101 (Golang 101) v1.21.0

    built-in reflections are achieved with type assertions and type-switch control flow code blocks. Type assertion There are four kinds of interface-value-involving value conversion cases in Go: 1. convert a run time, by using a syntax called type assertion. In fact, the syntax also applies to the second kind of conversion in our above list. The form of a type assertion expression is i.(T), where i is an interface non-interface type, or an arbitrary interface type. In a type assertion i.(T), i is called the asserted value and T is called the asserted type. A type assertion might succeed or fail. In the case of T being a
    0 码力 | 610 页 | 945.17 KB | 1 年前
    3
  • epub文档 Go 101 (Golang 101) v1.21.0

    reflections are achieved with type assertions and type-switch control flow code blocks. Type assertion There are four kinds of interface-value-involving value conversion cases in Go: 1. convert a non-interface run time, by using a syntax called type assertion. In fact, the syntax also applies to the second kind of conversion in our above list. The form of a type assertion expression is i.(T), where i is an interface non-interface type, or an arbitrary interface type. In a type assertion i.(T), i is called the asserted value and T is called the asserted type. A type assertion might succeed or fail. In the case of T being a non-interface
    0 码力 | 880 页 | 833.34 KB | 1 年前
    3
  • pdf文档 Go 101 (Golang 101) v1.21.0

    with type assertions and type-switch control flow code blocks. §23. Interfaces in Go 266 Type assertion There are four kinds of interface-value-involving value conversion cases in Go: 1. convert a non-interface time, by using a syntax called type assertion. In fact, the syntax also applies to the second kind of conversion in our above list. The form of a type assertion expression is i.(T), where i is an interface non-interface type, or an arbitrary interface type. In a type assertion i.(T), i is called the asserted value and T is called the asserted type. A type assertion might succeed or fail. In the case of T being a non-interface
    0 码力 | 630 页 | 3.77 MB | 1 年前
    3
  • pdf文档 An Introduction to Lean

    example, an expression may denote a mathematical object like a natural number, a data type, an assertion, or a proof. Lean has a small and carefully written kernel, which serves to check that an expression theory is designed to serve as a mathematical founda- tion, so that any conventional mathematical assertion can be reasonably expressed, and any theorem that can be proved using conventional mathematical automated reasoning thrown in: the command by simp calls on Lean’s built-in simplifier to prove the assertion after the have, using the two facts labelled hk and hl, and the distributivity of multiplication
    0 码力 | 48 页 | 191.92 KB | 1 年前
    3
  • pdf文档 Theorem Proving in Lean Release 3.23.0

    proving assertions about objects defined in the language of dependent type theory is to layer an assertion language and a proof language on top of the definition language. But there is no reason to multiply reasonable way of building assertions and proofs. Determining that an expression t is a correct proof of assertion p would then simply be a matter of checking that t has type Proof p. Some simplifications are possible Prop, we can interpret p as a type, namely, the type of its proofs. We can then read t : p as the assertion that t is a proof of p. Moreover, once we make this identification, the rules for implication show
    0 码力 | 173 页 | 777.93 KB | 1 年前
    3
  • pdf文档 The TypeScript Handbook

    will always have an HTMLCanvasElement with a given ID. In this situation, you can use a type assertion to specify a more specific type: Like a type annotation, type assertions are removed by the compiler compile-time, there is no runtime checking associated with a type assertion. There won't be an exception or null generated if the type assertion is wrong. TypeScript only allows type assertions which convert error. There are two ways to work around this. 1. You can change the inference by adding a type assertion in either location: Change 1 means "I intend for req.method to always have the literal type "GET"
    0 码力 | 184 页 | 647.99 KB | 1 年前
    3
  • pdf文档 Back to Basics Testing

    15 Acceptance Accessibility Active Ad-hoc Age Agile All-pairs Alpha API Application Assertion Automated Backward Compatibility Basis Path Benchmark Beta Big Bang Integration Binary Portability int add( int a, int b ){ return a*b; } int main() { assert( add( 1, 2 ) == 3 ); } Assertion failed: (add( 1, 2 ) == 3), function main, file /Users/phil/Dev/Scratch/AddTest/main.cpp, line int add( int a, int b ){ return a*b; } int main() { assert( add( 1, 2 ) == 3 ); } Assertion failed: (add( 1, 2 ) == 3), function main, file /Users/phil/Dev/Scratch/AddTest/main.cpp, line
    0 码力 | 79 页 | 25.86 MB | 5 月前
    3
共 816 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 82
前往
页
相关搜索词
MixAssertionLoggingUnitTestingandFuzzingwithZeroErrContractsforC++PoweredbyAICambrianExplosionSoftwareDevelopmentToolsGo101Golangv121.0AnIntroductiontoLeanTheoremProvinginRelease3.23TheTypeScriptHandbookBackBasics
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩