vite-components-playground 这是一个使用的 vue3 组件操场。 如果您使用的是 vue2,则可以使用垃圾打扰 文档站点 npm run dev 使用将 markdown 更改为 vue ,站点 css 框架的 。 这个框架仍然不是最好的。 建站 npm run build 构建组件 npm run build:all 使用 、 构建 vue 组件。 核心概念 顺风 我在项目中使用了 ,你可以按照它的组件开发场景来开发组件。它的Utility-First原则可以帮助我们规范样式代码。 如果您发现所编写样式的三个重复项,则可以提取实用程序类。 查看 更多细节检查文档 文体规范: 实用至上 暗模式 响应式设计 更多设计规范请访问: : //tailwindcss.com/ 待办事项:编写带有样式的 tailwindcss 插件,以及 vscode
2021-05-29 16:02:37 264KB Vue
1
em算法matlab代码操场 电磁 EM(期望最大化)算法 高斯网 一种产生高斯图像注意力的想法。 RLS 稳健的最小二乘。 阿尔格 学习算法介绍。 课程 公开课。 检测 使用CNN架构进行检测。 狗 Solidworks狗模型。 卡尔曼 在ubuntu和ekf上使用python获取mpu6050数据,使用matlab进行ukf模拟。 矩阵 矩阵库。 请参阅README.md文件以使用它。 产生高斯图像注意力的想法。 pf 粒子过滤器的实现 加工 读了这本书 。 分割 使用CNN架构进行细分。 实现分割网络体系结构并进行图像分割。 网络体系结构使用中的代码。 simlink_tutorials 几种simulink模型,正在阅读《平衡的有腿机器人》一书。 大学本科 本科论文项目。 使用线激光和相机重建环境。 (仍然需要清理)
2021-05-26 18:03:07 36.94MB 系统开源
1
万灵药操场 学习Elixir和Erlang时的随机想法,样本和实验 等待测试 巨集 记录 协议(似乎非常类似于Haskell,但还可以) 监控器和监督员 抛出,错误和退出 HTTP交互 一次性密码 gen_server gen_event gen_fsm 建议的运动 KV商店 用平衡方式扩展btree 游戏? 扩展事件模型 文档和链接
2021-05-26 18:03:03 30KB Elixir
1
Python Playground Geeky Projects for the Curious Programmer 英文无水印pdf pdf所有页面使用FoxitReader和PDF-XChangeViewer测试都可以打开 本资源转载自网络,如有侵权,请联系上传者或csdn删除 本资源转载自网络,如有侵权,请联系上传者或csdn删除
2021-05-16 21:18:39 11.66MB Python Playground Geeky Projects
1
Python Playground: Geeky Projects for the Curious Programmer Python is a powerful programming language that’s easy to learn and fun to play with. But once you’ve gotten a handle on the basics, what do you do next? Python Playground is a collection of imaginative programming projects that will inspire you to use Python to make art and music, build simulations of real-world phenomena, and interact with hardware like the Arduino and Raspberry Pi. You’ll learn to use common Python tools and libraries like numpy, matplotlib, and pygame to do things like: Generate Spirograph-like patterns using parametric equations and the turtle module Create music on your computer by simulating frequency overtones Translate graphical images into ASCII art Write an autostereogram program that produces 3D images hidden beneath random patterns Make realistic animations with OpenGL shaders by exploring particle systems, transparency, and billboarding techniques Construct 3D visualizations using data from CT and MRI scans Build a laser show that responds to music by hooking up your computer to an Arduino Programming shouldn’t be a chore. Have some solid, geeky fun with Python Playground.
2021-05-16 21:16:57 23.84MB Python
1
操场 用于ReactiveMaps和ReactiveSearch项目的故事书游乐场。 本地运行 npm run storybook 部署中 npm run deploy-storybook
2021-05-12 10:02:57 313KB JavaScript
1
Python Playground 英文无水印pdf pdf所有页面使用FoxitReader和PDF-XChangeViewer测试都可以打开 本资源转载自网络,如有侵权,请联系上传者或csdn删除 本资源转载自网络,如有侵权,请联系上传者或csdn删除
2021-04-30 16:38:24 11.67MB Python Playground
1
lerp功能 该Swift Playground包含与线性插值有关的功能,并演示了这些功能。 lerp 此功能演示了线性插值,使您可以沿两个已知点之间的路径查找未知点。 此函数使用三个参数: pointOne和pointTwo是Double值,而percentage是0.0到1.0之间的Double值。 此函数返回一个Double值,该值是沿pointOne和pointTwo之间的路径行进percentage 。 lerpRange 这个函数有三个参数: pointOne和pointTwo都是Double值,而percentages是阵列Double值表示百分数(之间0.0和1.0 )。 此函数返回一个Double值数组,该数组是按percentages数组中每个percentage值在两个提供的点之间进行插值的结果。 注意:如果在用例调用lerpRange传递给等间距的百分比数组,
2021-04-30 12:03:07 13KB swift playground linear-algebra playgrounds
1
create_react_app_playground create_react_app_playground
2021-03-21 13:11:39 218KB JavaScript
1
Kotlin游乐场 我终于意识到,在所有方面,Kotlin都比Java更好,所以我想是时候学习Kotlin了。 要求 gradle Java 8 (I'm using AdoptOpenJDK and Hotspot) 入门 gradle clean build java -jar build/libs/kotlin-playground-1.0.0.jar
2021-03-14 10:05:28 5KB Java
1