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

无数据

分类

全部后端开发(1583)Python(479)综合其他(398)Java(318)Weblate(302)云计算&大数据(266)Spring(249)C++(197)数据库(180)VirtualBox(113)

语言

全部英语(1950)中文(简体)(502)中文(繁体)(37)日语(18)韩语(15)德语(14)西班牙语(14)法语(14)俄语(13)英语(9)

格式

全部PDF文档 PDF(1967)其他文档 其他(608)PPT文档 PPT(14)DOC文档 DOC(7)
 
本次搜索耗时 0.027 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • Python
  • 综合其他
  • Java
  • Weblate
  • 云计算&大数据
  • Spring
  • C++
  • 数据库
  • VirtualBox
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 日语
  • 韩语
  • 德语
  • 西班牙语
  • 法语
  • 俄语
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Real World Go

    Real World Go Andrew Gerrand May 9, 2011 Background 3 Google Confidential Why Go? • Statically typed languages are efficient, but typically bureaucratic and overly complex. • Dynamic languages can Confidential Hello, world package main import "fmt" func main() { fmt.Println("Hello, 世界") } 3 Google Confidential Hello, world 2.0 Serving “Hello, world” at http://localhost:8080/world package main sound, – network tools, – and much more. • Now we call Go a “general-purpose language.” Real World Go 4 Google Confidential Heroku • http://www.heroku.com/ • Heroku provides cloud hosting for Ruby
    0 码力 | 49 页 | 595.19 KB | 1 年前
    3
  • pdf文档 C++ in the Developing World, Why it Matters

    C++ in the developing world, why it matters Mathew Benson About Me • I like C++! • I am a Graduate Computer Scientist(since 2007) • I have been working with and researching on computers and programming easier to access in the developing world. • It will also look into the C++ language as a platform for education about software due to the large amount of “real world” software that has already been written express programming intent. • C++ was a necessary step up from C. Developing World • The Wikipedia definition of “Developing World” is from the perspective of income levels and access to money. • I will
    0 码力 | 8 页 | 177.52 KB | 5 月前
    3
  • pdf文档 Make Successor Build Systems: World Tour of Build Systems

    0 码力 | 115 页 | 7.02 MB | 5 月前
    3
  • pdf文档 Real world Rust - Why and how we use Rust in TiKV

    Real world Rust Why and how we use Rust in TiKV 黄东旭 PingCAP 关于我 ● 黄东旭 Dongxu_Huang ● Open source hacker / Infrastructure Engineer ● MSRA / Netease / Wandoujia / PingCAP ● CTO of PingCAP ● Codis
    0 码力 | 29 页 | 506.53 KB | 1 年前
    3
  • pdf文档 Blazing Trails: Building the World's Fastest CameBoy Emulator in Modern C++

    talk: some giveaways! 3Building the World’s Fastest GameBoy Emulator in Modern C++ 4Building the World’s Fastest GameBoy Emulator in Modern C++ 5Building the World’s Fastest GameBoy Emulator in Modern is valuable for a C++ programmer, as C++ often deals with system-level programming.Building the World’s Fastest GameBoy Emulator in Modern C++ The original Game Boy DMG-01 • Released on • 21/04/1989 9And if it isn’t easy: it’s testable https://github.com/c-sp/game-boy-test-roms 10Building the World’s Fastest GameBoy Emulator in Modern C++ 11 A huge library: • GameBoy: 1043 • GameBoy Color: 576
    0 码力 | 91 页 | 8.37 MB | 5 月前
    3
  • pdf文档 Just-In-Time Compilation: The Next Big Thing

    1HELLO WORLD - HELLO WORLD - P1609R1 P1609R1 5 . 2HELLO WORLD - HELLO WORLD - P1609R1 P1609R1 template auto jit() -> void { std::cout << typeid(T).name() << '\n'; } 5 . 2HELLO WORLD - HELLO WORLD - P1609R1 P1609R1 template auto jit() -> void { std::cout << typeid(T).name() << '\n'; } jit< int>() // Type -> i 5 . 2HELLO WORLD - HELLO WORLD - P1609R1 P1609R1 template void { std::cout << typeid(T).name() << '\n'; } jit< int>() // Type -> i 5 . 2HELLO WORLD - HELLO WORLD - P1609R1 P1609R1 template [[clang::jit]] // It requires `-fjit` compilation flag
    0 码力 | 222 页 | 5.45 MB | 5 月前
    3
  • pdf文档 Trends Artificial Intelligence

    Monetization Threats = Rising Competition + Open-Source Momentum + China’s Rise • AI & Physical World Ramps = Fast + Data-Driven • Global Internet User Ramps Powered by AI from Get-Go = Growth We Have Threats = Rising Competition + Open-Source Momentum + China’s Rise 5.1 China vs. USA vs. Rest of World Industrial Robots Installed Note: Data as of 2023. Source: International Federation of Robotics 7B -$5B Details on Page 173 2023 China Rest of World (excl. China & USA) USA 2014 20236 …Charts Paint Thousands of Words AI & Physical World Ramps = Fast + Data-Driven 6 A Ride Share vs. Autonomous
    0 码力 | 340 页 | 12.14 MB | 4 月前
    3
  • pdf文档 Game Development for Human Beings

    (as opposed to production, which would be deploying your game to it’s final destination for the world to play it) I recommend including the non-minified phaser.js file (as opposed to phaser.min.js). sprite(this.game.world.centerX, this.game.world.centerY, 'logo'); 10 this.splash.anchor.setTo(0.5); 11 12 this.preloadBar = this.add.sprite(this.game.world.centerX, this.game.world.centerY + 128 state.start('MainMenu'); 28 } 29 }; 1 this.preloadBar = this.add.sprite(this.game.world.centerX, this.game.world.centerY + 128, 'preloadbar'); Is how we load sprites into the screen. We define their
    0 码力 | 472 页 | 8.46 MB | 10 月前
    3
  • pdf文档 Nim,A new approach to meta programming

    Talk structure 1.What is Nimrod? 2.Implementation aspects 3."Hello World" 4.Meta programming features 5.Optimizing "Hello World" via term rewriting macros 6.Hoisting via term rewriting macros 7.Summary Andreas Rumpf Hello world echo "hello ", "world", 99 Hello world Copyright © 2013 Andreas Rumpf Hello world echo "hello ", "world", 99 is rewritten to: echo([$"hello ", $"world", $99]) • echo is this requires no dynamic binding Hello world Copyright © 2013 Andreas Rumpf Hello world echo "hello ", "world", 99 is rewritten to: echo([$"hello ", $"world", $99]) • echo is declared as: proc echo(a:
    0 码力 | 45 页 | 360.68 KB | 1 年前
    3
  • pdf文档 C++20 Modules: The Packaging and Binary Redistribution Story

    h> int main() { fmt::print("Hello, world!\n"); } hello_world.cpp hello_world.cpp:2:3: error: use of undeclared identifier 'fmt' fmt::print("Hello, world!\n"); ^ 1 error generated. Around ~350k build system / package manager hello_world.cpp hello_world.oThe include directive - cont’d clang++ -std=c++20 -o hello_world.cpp.o -c hello_world.cpp hello_world.cpp:1:10: fatal error: 'fmt/core.h' file -o hello_world.cpp.o -c hello_world.cpp -I/path/to/fmt/include 👍 These days this is handled by build system abstractions and is hidden away from developers target_link_libraries(hello_world PRIVATE
    0 码力 | 76 页 | 2.09 MB | 5 月前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
RealWorldGoC++intheDevelopingWhyitMattersMakeSuccessorBuildSystemsTourofworldRustandhowweuseTiKVBlazingTrailsBuildingFastestCameBoyEmulatorModernJustInTimeCompilationTheNextBigThingTrendsArtificialIntelligenceGameDevelopmentforHumanBeingsNimnewapproachtometaprogramming20ModulesPackagingBinaryRedistributionStory
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩