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

无数据

分类

全部后端开发(848)Python(318)综合其他(292)Weblate(216)Java(201)云计算&大数据(156)Spring(148)C++(114)VirtualBox(112)数据库(105)

语言

全部英语(1373)中文(简体)(64)中文(繁体)(21)德语(3)韩语(3)英语(3)法语(2)日语(2)葡萄牙语(1)俄语(1)

格式

全部PDF文档 PDF(1098)其他文档 其他(376)DOC文档 DOC(1)
 
本次搜索耗时 0.104 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • Python
  • 综合其他
  • Weblate
  • Java
  • 云计算&大数据
  • Spring
  • C++
  • VirtualBox
  • 数据库
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 德语
  • 韩语
  • 英语
  • 法语
  • 日语
  • 葡萄牙语
  • 俄语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Interesting Upcoming Features from Low Latency, Parallelism and Concurrency

    parallelism lies in customizable and extensible algorithms.Conclusion and Questions We covered a few interesting proposals that are coming in C++ parallelism and concurrency based on the last 3 C++ Std meetings
    0 码力 | 56 页 | 514.85 KB | 5 月前
    3
  • pdf文档 Back to Basics: Concurrency

    order) ○ deadlock (lack of progress)Our original motivation was about performance (1/2) ● An interesting reality is that many applications we write are I/O bound ○ That means that we are waiting on performance and see how concurrency can helpOur original motivation was about performance (2/2) ● An interesting reality is that many applications we write are I/O bound ○ That means that we are waiting on to see if our function has returned ○ (I have added a few artificial sleeps to make it more interesting) 107Async I/O Simulation ● “mocked” version of using an async thread to load data ○ We spawn
    0 码力 | 141 页 | 6.02 MB | 5 月前
    3
  • pdf文档 Back To Basics Functions

    (dependent variable) ■ In the case of: f(x) =x we return ‘x’ ● Piecewise functions get more interesting because we can add conditions ○ Observe f(x) is evaluated with x2 when x>0. ○ Otherwise, we (dependent variable) ■ In the case of: f(x) =x we return ‘x’ ● Piecewise functions get more interesting because we can add conditions ○ Observe f(x) is evaluated with x2 when x>0. ○ Otherwise, we finding a giant list of interesting graphics functions ○ Neat -- something different than the math functions I’m learning in school ■ Sounds like I can do some interesting stuff!A Monumental Moment
    0 码力 | 123 页 | 7.26 MB | 5 月前
    3
  • mobi文档 Pro Git 2nd Edition 2.1.413

    Pushing Tracking Branches Pulling Deleting Remote Branches Rebasing The Basic Rebase More Interesting Rebases The Perils of Rebasing Rebase When You Rebase Rebase vs. Merge Summary Git on the developer for several years by then, but this was the right turn that sent me down a much more interesting path than the one I was on. Now, years later, I’m a contributor to a major Git implementation 7e7 Remove unnecessary test a11bef06a3f659402fe7563abf99ad00de2209e6 Initial commit The most interesting option value is format, which allows you to specify your own log output format. This is especially
    0 码力 | 731 页 | 21.49 MB | 1 年前
    3
  • epub文档 Pro Git 2nd Edition 2.1.413

    Pushing Tracking Branches Pulling Deleting Remote Branches Rebasing The Basic Rebase More Interesting Rebases The Perils of Rebasing Rebase When You Rebase Rebase vs. Merge Summary Git on the developer for several years by then, but this was the right turn that sent me down a much more interesting path than the one I was on. Now, years later, I’m a contributor to a major Git implementation 7e7 Remove unnecessary test a11bef06a3f659402fe7563abf99ad00de2209e6 Initial commit The most interesting option value is format, which allows you to specify your own log output format. This is especially
    0 码力 | 691 页 | 13.35 MB | 1 年前
    3
  • pdf文档 Pro Git 2nd Edition 2.1.413

    developer for several years by then, but this was the right turn that sent me down a much more interesting path than the one I was on. Now, years later, I’m a contributor to a major Git implementation 7e7 Remove unnecessary test a11bef06a3f659402fe7563abf99ad00de2209e6 Initial commit The most interesting option value is format, which allows you to specify your own log output format. This is especially for xmlschema * 11d191e Merge branch 'defunkt' into local This type of output will become more interesting as we go through branching and merging in the next chapter. Those are only some simple output-formatting
    0 码力 | 501 页 | 17.96 MB | 1 年前
    3
  • pdf文档 The Gimp User’s Manual version 1.0.1

    isolate the figure, which was cop- ied to a white layer. The figure was further adapted to supply an interesting surface for the Distorts/Twist plug-in to work on. Finally, the yellow layer was applied in Difference plug-ins by hand; no binary distri- bution or configure scripts are available. But if you find an interesting plug-in in this book that you don’t have, don’t hesitate to download it and install it. On the “Selection Options” on page 116. INTELLIGENT SCISSORS The Intelligent Scissors tool is a very interesting piece of equipment. It will guess the edges that you’re trying to select. It’s quite hard to fully
    0 码力 | 924 页 | 9.50 MB | 1 年前
    3
  • pdf文档 Back to Basics Unit Testing

    54Step 3: Interesting Conditions "Interesting" values derive from studying the algorithm and the code. Interesting is decided by you. You wrote the code, you know what's interesting. 0 is an an interesting value. Make it an EC if you want to! "Interesting" is in the eye of the beholder. Consider testing values that look important to reassure readers that this particular case is handled.
    0 码力 | 109 页 | 4.13 MB | 5 月前
    3
  • pdf文档 Just-in-Time Compilation - J F Bastien - CppCon 2020

    systems are among the most difficult to implement efficiently, even individually. — 1984 It’s interesting to see what authors call out about their work. In particular, “full upward funargs” allow passing ”— 2006 Design of the Java HotSpot Client Compiler for Java 6 The paper talks about many interesting aspects of a JiT, referring back to the publications which originally pioneered them. The paper in putting all of these things together in a very complex JiT and runtime. Let’s look at a few interesting bits…If a method contains a long-running loop, it may be compiled regardless of its invocation
    0 码力 | 111 页 | 3.98 MB | 5 月前
    3
  • pdf文档 GNU Image Manipulation Program User Manual 2.4

    when this option is checked, the image will be displayed progressively on the Web page. It was interesting when computers and modems were slow, as it allowed to stop loading an image of no interest. GIF multiple times, or by using lines or brushes of different widths. The possibilities for getting interesting effects in this way are almost unlimited. 7.5.5 Paths and Text Figure 7.12: Text converted to be very close and stroke look continuous. If spacing is high, stamps will be separated: that’s interesting with a color brush (like "green pepper" for instance). Value varies from 1 to 200 and this percentage
    0 码力 | 653 页 | 19.93 MB | 1 年前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
InterestingUpcomingFeaturesfromLowLatencyParallelismandConcurrencyBacktoBasicsToFunctionsProGit2ndEdition2.1413TheGimpUserManualversion1.0UnitTestingJustinTimeCompilationBastienCppCon2020GNUImageManipulationProgram2.4
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩