CoCoNutNut's NoteBook
  • HOME
  • ARCHIVES
  • CATEGORIES
  • TAGS
  • HOME
  • ARCHIVES
  • CATEGORIES
  • TAGS
  • CA project 思路笔记

    看Project description里给的Dual-versioned transactional memory的一些记录 关于access set情况分析假设当前A是readable copy,B是writable copy,某一个位置可能出现...
     2021-11-28  
    • Note 
     
    • concurrent_algorithm 
    Read more 
  • 更改主题记录

    之前一直用的Ayer主题,突然发现搜索不能用,debug了一早上解决不了,决定干脆换个主题 尝试过三个主题后Aomorisukakeep 决定用keep太优雅了,搜索也没有bug,妙
     2021-11-16  
    • Memo 
     
    • tool 
    Read more 
  • sync example note2:memory order

    Producer consumer example There might be conflict on buffer[], but consumed_until and produced_until prevent that (if used co...
     2021-11-13  
    • Note 
     
    • concurrent_algorithm 
    Read more 
  • sync example note1

    Cync example for C concurrent programing Threads12345678910111213141516171819202122232425262728293031323334353637#include <...
     2021-11-13  
    • Note 
     
    • concurrent_algorithm 
    Read more 
  • Summary on basic register reductions

     2021-10-31  
    • Note 
     
    • distributed_algorithm 
    Read more 
  • CountSketch Matrix

    Drew a simple example to help understanding what I learned in class.
     2021-10-27  
    • Note 
     
    • sublinear_algorithm 
    Read more 
  • DA project0 test record

    Project0要求实现Perfect Link,给了测试用的tc.py用来修改网络情况,stress.py模拟发消息。(Distributed Algorithms 2021-2022 Project Validation.pdf) 想测一下试试。...
     2021-10-19  
    • Memo 
     
    • distributed_algorithm 
    Read more 
  • 记录anki卡片

    打算用anki背法语单词,用Fast Word Query加发音 字段: 卡片: 正面模板 123456</br><center><div class="background"> <d...
     2021-04-21  
    • Memo 
     
    • tool 
    Read more 
  • Unity Debug WebGL播放视频

    Unity内运行时播放视频没问题,导出后用火狐打开就放不了,看控制台报错是 1已拦截跨源请求:同源策略禁止读取位于 file:///Users/.../unity/Backups/WebV0.3/sharedassets0.resource 的远程资...
     2021-04-02  
    • Note 
     
    • unity 
    Read more 
  • Unity Project 版本记录

    02.16 V0.1新增基础移动操作 点击寻路 靠近显示介绍 鼠标滚动前后平移 键盘前后左右平移 鼠标拖拽旋转视角 02.19 V0.1.1新增介绍牌 删除靠近显示介绍 介绍牌鼠标移入高亮 点击介绍牌寻路 寻路中任意操作打断...
     2021-03-21  
    • Memo 
     
    • unity 
    Read more 
  • Project V0.2 Record

    重新搭建了场景,unity中运行没问题 Debug构建后遇到一些bug 按钮文字缺失构建mac版本后,按钮上的文字消失了,但是其它地方(详情、场景中)都正常 发现原本的按钮使用了TextMeshPro,但是没有必要,改成了用Text的 代码也修改成 ...
     2021-03-16  
    • Note 
     
    • unity 
    Read more 
  • Project V0.1.2 Record

    描述部分给导航栏加了一个按钮,点击显示描述 以及一个查看大图的按钮,打开一个新页面 查看大图关于图画细节的浏览,设想过几种方案: 在Unity内放大图,通过移动人物或滚动图片来查看细节 但是移动的操作会比较复杂,和现有的控制冲突 滚动图片的话,各张...
     2021-03-09  
    • Note 
     
    • unity 
    Read more 
  • Unity Note - Project11 Wave2

    按照上次的设想: PerlinNoise生成波浪 https://docs.unity3d.com/cn/current/ScriptReference/Mathf.PerlinNoise.html 用Mesh绘制 随时间更新 效果...
     2021-03-08  
    • Note 
     
    • unity 
    Read more 
  • Unity Note - Project10 Wave

    尝试做个波浪动画,最后效果: strip做成Prefab 1234567891011121314151617181920212223using System.Collections;using System.Collections.Generi...
     2021-02-21  
    • Note 
     
    • unity 
    Read more 
  • Project V0.1.1 Record - UI,Event

    Canvas大小 https://www.youtube.com/watch?v=OKK69bmjmJE&ab_channel=Creagines Canvas Scaler-> 缩放模式 -> 屏幕大小缩放 解决了上次文字飞掉...
     2021-02-17  
    • Note 
     
    • unity 
    Read more 
  • Project V0.1 Record

    做了个初版试试水~😃 功能点击寻路 靠近显示介绍 鼠标滚动前后平移 键盘前后左右平移 鼠标拖拽旋转视角 项目结构 代码PlayerController1234567891011121314151617181920212223242526...
     2021-02-16  
    • Note 
     
    • unity 
    Read more 
  • Unity Note - Project09 Movement

    最终想要做的移动方式: 点击地面导航 拖拽旋转 缩放平移 点击画导航 交互方式参考: https://sketchfab.com/3d-models/richards-art-gallery-audio-tour-0e3e19faa6474fd...
     2021-02-15  
    • Note 
     
    • unity 
    Read more 
  • Unity Note - Project08 Gallery

    Create a Personal 3D Gallery Project with Unity Use the [first person controller](First Person All-in-One) in asset store ...
     2021-02-15  
    • Note 
     
    • unity 
    Read more 
  • Unity Note - Project07 Scroll

    Test open animation1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575...
     2021-02-14  
    • Note 
     
    • unity 
    Read more 
  • Unity Note - Project06 DoTween

    Creating Dynamic animations with DOTween for Unity3d DoTween Documentation Add asset DOTween (HOTween v2) Add 3D Object...
     2021-02-14  
    • Note 
     
    • unity 
    Read more 
Prev Next
© 2020 -  2023  coconutnut
Visitor Count   Totalview 
Powered by Hexo | Theme Keep v3.4.3