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

无数据

分类

全部后端开发(1511)Python(482)Java(389)Spring(314)C++(160)Django(91)Julia(87)Conan(74)PHP(70)PyWebIO(68)

语言

全部英语(1243)中文(简体)(202)中文(繁体)(21)西班牙语(8)韩语(8)法语(7)德语(6)俄语(6)日语(1)

格式

全部PDF文档 PDF(1089)其他文档 其他(345)TXT文档 TXT(68)PPT文档 PPT(8)DOC文档 DOC(1)
 
本次搜索耗时 0.164 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • Python
  • Java
  • Spring
  • C++
  • Django
  • Julia
  • Conan
  • PHP
  • PyWebIO
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 西班牙语
  • 韩语
  • 法语
  • 德语
  • 俄语
  • 日语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • TXT文档 TXT
  • PPT文档 PPT
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Adventures in SIMD Thinking (Part 1 of 2)

    E W B C O M P U T I N G 4 CppCon 2020 - Adventures in SIMD Thinking Function load_value() KEWB_FORCE_INLINE rf_512 load_value(float fill) { return _mm512_set1_ps(v); } 2.3 2.3 2.3 2.3 2.3 2.3 2.3 E W B C O M P U T I N G 5 CppCon 2020 - Adventures in SIMD Thinking Function load_value() KEWB_FORCE_INLINE ri_512 load_value(int32_t fill) { return _mm512_set1_epi32(i); } 7 7 7 7 7 7 7 7 7 7 7 7 E W B C O M P U T I N G 6 CppCon 2020 - Adventures in SIMD Thinking Function load_from() KEWB_FORCE_INLINE rf_512 load_from(float const* psrc) { return _mm512_loadu_ps(psrc); } m0 m1 m2 m3 m4 m5 m6
    0 码力 | 88 页 | 824.07 KB | 6 月前
    3
  • pdf文档 Guía Práctica de RISC-V: El Atlas de una Arquitectura Abierta Primera Edición, 1.0.5

    (uses JALR x0,0,ra) I RET Load Upper Imm U LUI rd,imm Add Upper Imm to PC U AUIPC rd,imm Categoría Nombre Fmt RVC Lógica XOR R XOR rd,rs1,rs2 Loads Load Word CL C.LW rd′,rs1′ Immediate I XORI rd,rs1,imm Load Word SP CI C.LWSP rd,imm OR R OR rd,rs1,rs2 Float Load Word SP CL C.FLW rd′,rs1′,imm OR Immediate I ORI rd,rs1,imm Float Load Word CI C.FLWSP rd,imm AND AND R AND rd,rs1,rs2 Float Load Double CL C.FLD rd′,rs1′,imm AND Immediate I ANDI rd,rs1,imm Float Load Double SP CI C.FLDSP rd,imm Comparación Set < R SLT rd,rs1,rs2 Stores Store Word
    0 码力 | 217 页 | 29.97 MB | 1 年前
    3
  • pdf文档 Guia prático RISC-V Atlas de uma Arquitetura Aberta Primeira edição, 1.0.0

    RET Load Upper Imm U LUI rd,imm Add Upper Imm to PC U AUIPC rd,imm Categoria Nome Fmt RVC Lógica XOR R XOR rd,rs1,rs2 Loads Load Word CL C.LW rd′,rs1′,imm XOR Immediate I XORI rd,rs1,imm Load Word imm OR R OR rd,rs1,rs2 Float Load Word SP CL C.FLW rd′,rs1′,imm OR Immediate I ORI rd,rs1,imm Float Load Word CI C.FLWSP rd,imm AND R AND rd,rs1,rs2 Float Load Double CL C.FLD rd′,rs1′,imm AND AND Immediate I ANDI rd,rs1,imm Float Load Double SP CI C.FLDSP rd,imm Comparação Set < R SLT rd,rs1,rs2 Stores Store Word CS C.SW rs1′,rs2′,imm Set < Immediate I SLTI rd,rs1,imm Store Word SP CSS C
    0 码力 | 215 页 | 21.77 MB | 1 年前
    3
  • pdf文档 Reference guide for FCL-res units. Document version 3.2.2

    TCoffResourceReader.GetDescription . . . . . . . . . . . . . . . . . . . . . 53 3.3.6 TCoffResourceReader.Load . . . . . . . . . . . . . . . . . . . . . . . . . . 53 3.3.7 TCoffResourceReader.CheckMagic . . TDfmResourceReader.GetDescription . . . . . . . . . . . . . . . . . . . . . 69 6.3.5 TDfmResourceReader.Load . . . . . . . . . . . . . . . . . . . . . . . . . . 69 6.3.6 TDfmResourceReader.CheckMagic . . . TElfResourceReader.GetDescription . . . . . . . . . . . . . . . . . . . . . . 78 8.8.6 TElfResourceReader.Load . . . . . . . . . . . . . . . . . . . . . . . . . . . 78 8.8.7 TElfResourceReader.CheckMagic . .
    0 码力 | 211 页 | 498.14 KB | 1 年前
    3
  • epub文档 CakePHP Cookbook Documentation 5.x

    ) Controller::fetchTable() Paginating a Model Controller::paginate() Configuring Components to Load Controller::loadComponent() Request Life-cycle Callbacks Event List Controller Callback Methods etc. The model objects can be thought of as “Friend”, “User”, “Comment”, or “Photo”. If we wanted to load some data from our users table we could do: use Cake\ORM\Locator\LocatorAwareTrait; $users = $t first. Answers may come slower, but will remain longer – and you’ll also be lightening our support load. Both the manual and the API have an online component. The Bakery https://bakery.cakephp.org The
    0 码力 | 1080 页 | 939.39 KB | 1 年前
    3
  • epub文档 CakePHP Cookbook 3.x

    Same Controller Loading Additional Models Paginating a Model Configuring Components to Load Configuring Helpers to Load Request Life-cycle Callbacks Event List Controller Callback Methods More on Controllers etc. The model objects can be thought of as “Friend”, “User”, “Comment”, or “Photo”. If we wanted to load some data from our users table we could do: use Cake\ORM\TableRegistry; // Prior to 3.6 use Tab first. Answers may come slower, but will remain longer – and you’ll also be lightening our support load. Both the manual and the API have an online component. The Bakery https://bakery.cakephp.org The
    0 码力 | 1244 页 | 1.05 MB | 1 年前
    3
  • pdf文档 CakePHP Cookbook 3.x

    . . . . . . 292 Configuring Components to Load . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 292 Configuring Helpers to Load . . . . . . . . . . . . . . . . . . . . . etc. The model objects can be thought of as “Friend”, “User”, “Comment”, or “Photo”. If we wanted to load some data from our users table we could do: use Cake\ORM\TableRegistry; (continues on next page) first. Answers may come slower, but will remain longer – and you’ll also be lightening our support load. Both the manual and the API have an online component. The Bakery https://bakery.cakephp.org The
    0 码力 | 967 页 | 2.80 MB | 1 年前
    3
  • pdf文档 CakePHP Cookbook Documentation 5.x

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 193 Configuring Components to Load . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 194 Request Life-cycle etc. The model objects can be thought of as “Friend”, “User”, “Comment”, or “Photo”. If we wanted to load some data from our users table we could do: use Cake\ORM\Locator\LocatorAwareTrait; (continues on first. Answers may come slower, but will remain longer – and you’ll also be lightening our support load. Both the manual and the API have an online component. The Bakery https://bakery.cakephp.org The
    0 码力 | 848 页 | 2.53 MB | 1 年前
    3
  • epub文档 CakePHP Cookbook 4.x

    ) Controller::fetchTable() Paginating a Model Controller::paginate() Configuring Components to Load Controller::loadComponent() Request Life-cycle Callbacks Event List Controller Callback Methods etc. The model objects can be thought of as “Friend”, “User”, “Comment”, or “Photo”. If we wanted to load some data from our users table we could do: use Cake\ORM\Locator\LocatorAwareTrait; $users = $t first. Answers may come slower, but will remain longer – and you’ll also be lightening our support load. Both the manual and the API have an online component. The Bakery https://bakery.cakephp.org The
    0 码力 | 1249 页 | 1.04 MB | 1 年前
    3
  • pdf文档 Adventures in SIMD Thinking (Part 2 of 2)

    kcoeff[i] = load_value(pkrnl[j]); } //- Preload the initial input data window; note the zeroes in the register representing data // preceding the input array. // prev = load_value(0.0f); curr = load_from(psrc); load_from(psrc); next = load_from(psrc + 16); ... }Copyright © 2020 Bob Steagall K E W B C O M P U T I N G 12 CppCon 2020 - Adventures in SIMD Thinking Function Template avx_convolve() templateload_value(pkrnl[j]); } //- Preload the initial input data window; note the zeroes in the register representing data // preceding the input array. // prev = load_value(0.0f); curr = load_from(psrc);
    0 码力 | 135 页 | 551.08 KB | 6 月前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
AdventuresinSIMDThinkingPartofGuPrcticadeRISCElAtlasunaArquitecturaAbiertaPrimeraEdici1.0GuiaprticoumaArquiteturaAbertaPrimeiraediReferenceguideforFCLresunitsDocumentversion3.2CakePHPCookbookPHP
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩