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

无数据

分类

全部后端开发(121)Python(52)C++(42)Julia(18)Conda(17)Django(11)云计算&大数据(11)VirtualBox(11)Rust(9)数据库(5)

语言

全部英语(122)中文(繁体)(11)西班牙语(1)日语(1)韩语(1)葡萄牙语(1)中文(简体)(1)英语(1)

格式

全部PDF文档 PDF(136)其他文档 其他(5)
 
本次搜索耗时 0.145 秒,为您找到相关结果约 141 个.
  • 全部
  • 后端开发
  • Python
  • C++
  • Julia
  • Conda
  • Django
  • 云计算&大数据
  • VirtualBox
  • Rust
  • 数据库
  • 全部
  • 英语
  • 中文(繁体)
  • 西班牙语
  • 日语
  • 韩语
  • 葡萄牙语
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 OpenAI 《A practical guide to building agents》

    reasoning and decision-making 02 Tools External functions or APIs the agent can use to take action 03 Instructions Explicit guidelines and guardrails defining how the 
 agent behaves Here’s what this looks like library or building directly from scratch. Python 1 2 3 4 5 6 weather_agent = Agent( name= instructions= tools=[get_weather], ) , "Weather agent" "You are a helpful agent who can talk to users output, : datetime.time()}) return "File saved" search_agent = Agent( name= , instructions= tools=[WebSearchTool(),save_results], ) "output" "timestamp" "Search agent" "Help the user
    0 码力 | 34 页 | 7.00 MB | 6 月前
    3
  • pdf文档 Just-in-Time Compilation - J F Bastien - CppCon 2020

    elsewhere. This simple ATOM program instruments all of an (already compiled) program’s load and store instructions, adding a call to a function before each. Therefore, ATOM disassembles a program, instruments memory), or simulate details such as non-architectural state (shadow registers, etc), timing of instructions, caches, memory, etc. This is very slow to interpret. Embra is the first machine simulator to from original source to IR. Also, some IRs have easier to analyze structure Such as: * “Which instructions use this result?” * “What is the control flow that leads here?”— 2006 Design of the Java HotSpot
    0 码力 | 111 页 | 3.98 MB | 6 月前
    3
  • pdf文档 Hidden Overhead of a Function API

    reliable on modern CPUs. ● We’ll use simple examples, so that we can just compare the number of instructions generated by a compiler. 13“… machine code … can range from 10s to 100s of megabytes in size sum_12_3 9 instructions 7 instructions 9 instructions sum_13_2 10 instructions 8 instructions 10 instructions sum_23_1 11 instructions 9 instructions 12 instructions sum_21_3 12 instructions 10 instructions instructions 12 instructions 130sum_12_3 sum_13_2 push rbx mov ebx, edx call sum(int, int) mov esi, ebx pop rbx mov edi, eax jmp sum(int, int) push rbx mov ebx, esi mov esi, edx call sum(int
    0 码力 | 158 页 | 2.46 MB | 6 月前
    3
  • pdf文档 Google 《Prompt Engineering v7》

    Practices 54 Provide examples 54 Design with simplicity 55 Be specific about the output 56 Use Instructions over Constraints 56 Control the max token length 58 Use variables in prompts 58 Experiment optimal balance between determinism and randomness. Prompting techniques LLMs are tuned to follow instructions and are trained on large amounts of data so they can understand a prompt and generate an answer the LLM to get started with. This input could be anything: a question, a start of a story, or instructions. The name zero-shot stands for ’no examples’. Prompt Engineering February 2025 14 Let’s use Vertex
    0 码力 | 68 页 | 6.50 MB | 6 月前
    3
  • pdf文档 Conda 24.5.x Documentation

    Chapter 4. Contributors welcome conda, Release 24.5.1.dev1 Regular installation Follow the instructions for your operating system: • Windows • macOS • Linux Installing in silent mode You can use for deployment or testing or building services, such as GitHub Actions. Follow the silent-mode instructions for your operating system: • Windows • macOS • Linux Cryptographic hash verification SHA-256 installer for Windows 2. Verify your installer hashes. 3. Double-click the .exe file. 4. Follow the instructions on the screen. If you are unsure about any setting, accept the defaults. You can change them
    0 码力 | 794 页 | 5.01 MB | 8 月前
    3
  • pdf文档 Conda 25.1.x Documentation

    g. /Users/my-username/conda or C:\Users\my-username\conda). Regular installation Follow the instructions for your operating system: • Windows • macOS • Linux Installing in silent mode You can use for deployment or testing or building services, such as GitHub Actions. Follow the silent-mode instructions for your operating system: • Windows • macOS • Linux 4.1. User guide 13 conda, Release 25 installer for Windows 2. Verify your installer hashes. 3. Double-click the .exe file. 4. Follow the instructions on the screen. If you are unsure about any setting, accept the defaults. You can change them
    0 码力 | 822 页 | 5.20 MB | 8 月前
    3
  • pdf文档 Conda 24.11.x Documentation

    g. /Users/my-username/conda or C:\Users\my-username\conda). Regular installation Follow the instructions for your operating system: • Windows • macOS • Linux Installing in silent mode You can use for deployment or testing or building services, such as GitHub Actions. Follow the silent-mode instructions for your operating system: • Windows • macOS • Linux 4.1. User guide 13 conda, Release 24 installer for Windows 2. Verify your installer hashes. 3. Double-click the .exe file. 4. Follow the instructions on the screen. If you are unsure about any setting, accept the defaults. You can change them
    0 码力 | 818 页 | 5.21 MB | 8 月前
    3
  • pdf文档 Conda 24.9.x Documentation

    g. /Users/my-username/conda or C:\Users\my-username\conda). Regular installation Follow the instructions for your operating system: • Windows • macOS • Linux Installing in silent mode You can use for deployment or testing or building services, such as GitHub Actions. Follow the silent-mode instructions for your operating system: • Windows • macOS • Linux 4.1. User guide 13 conda, Release 24 installer for Windows 2. Verify your installer hashes. 3. Double-click the .exe file. 4. Follow the instructions on the screen. If you are unsure about any setting, accept the defaults. You can change them
    0 码力 | 799 页 | 5.26 MB | 8 月前
    3
  • pdf文档 Conda 24.7.x Documentation

    g. /Users/my-username/conda or C:\Users\my-username\conda). Regular installation Follow the instructions for your operating system: • Windows • macOS • Linux Installing in silent mode You can use for deployment or testing or building services, such as GitHub Actions. Follow the silent-mode instructions for your operating system: • Windows • macOS • Linux Cryptographic hash verification SHA-256 installer for Windows 2. Verify your installer hashes. 3. Double-click the .exe file. 4. Follow the instructions on the screen. If you are unsure about any setting, accept the defaults. You can change them
    0 码力 | 808 页 | 4.97 MB | 8 月前
    3
  • pdf文档 Conda 24.1.x Documentation

    Chapter 4. Contributors welcome conda, Release 24.1.2.dev2 Regular installation Follow the instructions for your operating system: • Windows • macOS • Linux Installing in silent mode You can use for deployment or testing or building services, such as GitHub Actions. Follow the silent-mode instructions for your operating system: • Windows • macOS • Linux Cryptographic hash verification SHA-256 installer for Windows 2. Verify your installer hashes. 3. Double-click the .exe file. 4. Follow the instructions on the screen. If you are unsure about any setting, accept the defaults. You can change them
    0 码力 | 795 页 | 4.73 MB | 8 月前
    3
共 141 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 15
前往
页
相关搜索词
OpenAIpracticalguidetobuildingagentsJustinTimeCompilationBastienCppCon2020HiddenOverheadofFunctionAPIGooglePromptEngineeringv7Conda24.5Documentation25.124.1124.924.724.1
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩