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

无数据

分类

全部后端开发(81)Python(38)Julia(18)C++(16)Conda(16)Rust(9)数据库(8)TiDB(8)综合其他(7)人工智能(6)

语言

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

格式

全部PDF文档 PDF(93)PPT文档 PPT(2)其他文档 其他(1)
 
本次搜索耗时 0.080 秒,为您找到相关结果约 96 个.
  • 全部
  • 后端开发
  • Python
  • Julia
  • C++
  • Conda
  • Rust
  • 数据库
  • TiDB
  • 综合其他
  • 人工智能
  • 全部
  • 英语
  • 中文(繁体)
  • 中文(简体)
  • 西班牙语
  • 日语
  • 韩语
  • 葡萄牙语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Back to Basics: Concurrency

    std::vector tokens_; Token getToken() { mtx_.lock(); if (tokens_.empty()) tokens_.push_back(Token::create()); Token t = std::move(tokens_.back()); tokens_.pop_back(); facilities of the bathroom itself. TokenPool’s mtx_ protects its vector tokens_. Every access (read or write) to tokens_ must be done under a lock on mtx_. This is an invariant that must be preserved getToken() { mtx_.lock(); if (tokens_.empty()) tokens_.push_back(Token::create()); Token t = std::move(tokens_.back()); tokens_.pop_back(); mtx_.unlock();
    0 码力 | 58 页 | 333.56 KB | 6 月前
    3
  • pdf文档 Google 《Prompt Engineering v7》

    what’s in the previous tokens and what the LLM has seen during its training. When you write a prompt, you are attempting to set up the LLM to predict the right sequence of tokens. Prompt engineering is task. Output length An important configuration setting is the number of tokens to generate in a response. Generating more tokens requires more computation from the LLM, leading to higher energy consumption or textually succinct in the output it creates, it just causes the LLM to stop predicting more tokens once the limit is reached. If your needs require a short output length, you’ll also possibly need
    0 码力 | 68 页 | 6.50 MB | 6 月前
    3
  • pdf文档 Trends Artificial Intelligence

    Note: In AI language models, tokens represent basic units of text (e.g., words or sub-words) used during training. Training dataset sizes are often measured in total tokens processed. A larger token count Source: Epoch AI (5/25) AI Model Training Dataset Size (Tokens) by Model Release Year – 6/10-5/25, per Epoch AI Training Dataset Size, Tokens CapEx Spend – Big Technology Companies = Inflected With Number of GPUs 46K 43K 28K 16K 11K +225x Factory AI FLOPS 1EF 5EF 17EF 63EF 220EF Annual Inference Tokens 50B 1T 5T 58T 1,375T +30,000x Annual Token Revenue $240K $3M $24M $300M $7B DC Power 37MW 34MW
    0 码力 | 340 页 | 12.14 MB | 5 月前
    3
  • pdf文档 Comprehensive Rust(Ukrainian) 202412

    parse(input: &str) -> Expression { let mut tokens = tokenize(input); fn parse_expr<'a>(tokens: &mut Tokenizer<'a>) -> Expression { let Some(tok) = tokens.next() else { panic!("Неочікуваний кінець вводу"); операцію, якщо вона присутня. match tokens.next() { None => expr, Some(Token::Operator(op)) => Expression::Operation( Box::new(expr), op, Box::new(parse_expr(tokens)), ), Some(tok) => panic!("Неочікуваний ("Неочікуваний токен {tok:?}"), } } parse_expr(&mut tokens) } fn main() { let expr = parse("10+foo+20-30"); println!("{expr:?}"); } 29.8.1 Рішення use thiserror::Error; use std::iter::Peekable; use std::str::Chars;
    0 码力 | 396 页 | 1.08 MB | 10 月前
    3
  • pdf文档 Comprehensive Rust(Persian ) 202412

    parse(input: &str) -> Expression } let mut tokens = tokenize(input ( ; fn parse_expr<'a>(tokens: &mut Tokenizer<'a>) -> Expression } let Some(tok) = tokens.next() else } panic ! ) " � � � � � � � � operation if present . match tokens.next ) ( } None => expr , Some(Token::Operator(op)) => Expression::Operation ) Box::new(expr ( , op , Box::new(parse_expr(tokens ( ( , ( , Some(tok) => panic panic ! ) " � � � � � � � � � � � � � } tok : ? { " ( , { 190 { parse_expr(&mut tokens ( { fn main ) ( } let expr = parse("10+foo+20-30 " ( ; println!("{expr : ? { " ( ; { 29.7.1 � � � � � use thiserror::Error
    0 码力 | 393 页 | 987.97 KB | 10 月前
    3
  • pdf文档 Reflection Is Not Contemplation

    Sequences Status: prototype implementation constexpr auto t1 = ^^{ a + /* hi! */ b }; // three tokens static_assert(std::is_same_v); constexpr auto t2 = ^^{ a += ( }; constexpr auto strings and integrals, creates an identifier • \tokens( expr ) expands another token sequence •Inside any consteval function: • queue_injection( tokens_expr ) injects a token sequence into the current // Same as: int x = 42; typename[:^char:] c = '*'; // Same as: char c = '*';Angle of Attack Tokens, tokens everywhere… •P3294 (Injection with Token Sequences) a game changer for generation • Lennon/McCartney
    0 码力 | 45 页 | 2.45 MB | 6 月前
    3
  • pdf文档 Comprehensive Rust(English) 202412

    parse(input: &str) -> Expression { let mut tokens = tokenize(input); fn parse_expr<'a>(tokens: &mut Tokenizer<'a>) -> Expression { let Some(tok) = tokens.next() else { panic!("Unexpected end of input"); binary operation if present. match tokens.next() { None => expr, Some(Token::Operator(op)) => Expression::Operation( Box::new(expr), op, Box::new(parse_expr(tokens)), ), Some(tok) => panic!("Unexpected ("Unexpected token {tok:?}"), } } parse_expr(&mut tokens) } fn main() { let expr = parse("10+foo+20-30"); println!("{expr:?}"); } 29.8.1 Solution use thiserror::Error; use std::iter::Peekable; use std::str::Chars;
    0 码力 | 382 页 | 1.00 MB | 10 月前
    3
  • pdf文档 Comprehensive Rust(简体中文) 202412

    parse(input: &str) -> Expression { let mut tokens = tokenize(input); fn parse_expr<'a>(tokens: &mut Tokenizer<'a>) -> Expression { let Some(tok) = tokens.next() else { panic!("Unexpected end of input"); binary operation if present. 170 match tokens.next() { None => expr, Some(Token::Operator(op)) => Expression::Operation( Box::new(expr), op, Box::new(parse_expr(tokens)), ), Some(tok) => panic!("Unexpected ("Unexpected token {tok:?}"), } } parse_expr(&mut tokens) } fn main() { let expr = parse("10+foo+20-30"); println!("{expr:?}"); } 29.6.1 解答 use thiserror::Error; use std::iter::Peekable; use std::str::Chars;
    0 码力 | 359 页 | 1.33 MB | 10 月前
    3
  • pdf文档 Comprehensive Rust(Español) 202412

    parse(input: &str) -> Expression { let mut tokens = tokenize(input); fn parse_expr<'a>(tokens: &mut Tokenizer<'a>) -> Expression { let Some(tok) = tokens.next() else { panic!("Fin de entrada inesperado"); operación binaria, si procede. match tokens.next() { None => expr, Some(Token::Operator(op)) => Expression::Operation( Box::new(expr), op, Box::new(parse_expr(tokens)), ), Some(tok) => panic!("Token inesperado: inesperado: {tok:?}"), } } parse_expr(&mut tokens) } fn main() { 185 let expr = parse("10+foo+20-30"); println!("{expr:?}"); } 29.7.1 Solución use thiserror::Error; use std::iter::Peekable; use
    0 码力 | 389 页 | 1.04 MB | 10 月前
    3
  • pdf文档 Comprehensive Rust(繁体中文)

    parse(input: &str) -> Expression { let mut tokens = tokenize(input); fn parse_expr<'a>(tokens: &mut Tokenizer<'a>) -> Expression { let Some(tok) = tokens.next() else { panic!("Unexpected end of input"); binary operation if present. match tokens.next() { None => expr, Some(Token::Operator(op)) => Expression::Operation( Box::new(expr), op, Box::new(parse_expr(tokens)), 170 ), Some(tok) => panic!("Unexpected ("Unexpected token {tok:?}"), } } parse_expr(&mut tokens) } fn main() { let expr = parse("10+foo+20-30"); println!("{expr:?}"); } 29.6.1 解決方案 use thiserror::Error; use std::iter::Peekable; use std::str::Chars;
    0 码力 | 358 页 | 1.41 MB | 10 月前
    3
共 96 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 10
前往
页
相关搜索词
BacktoBasicsConcurrencyGooglePromptEngineeringv7TrendsArtificialIntelligenceComprehensiveRustUkrainian202412PersianReflectionIsNotContemplationEnglish简体中文简体中文Espaol繁体繁体中文
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩