WBY's Blog 我们的征途是星辰大海
  • 关于
  • 归档
  • 友链
  • 随机
  • 值得一看
  • 切换模式
  • 返回顶部
  • 博客首页
  • 个人主页
  • 说说
  • WBY's Blog 我们的征途是星辰大海
  • 博客首页
  • 个人主页
  • 说说
  • 关于
  • 归档
  • 友链
  • 随机
  • 值得一看

PsN环境配置与安装

Perl-speaks-NONMEM (PsN) is a collection of Perl modules and programs aiding in the development of non-linear mixed effect models using NONMEM. The functionality ranges from solutions to simpler tasks such as parameter estimate extraction from output files, data file sub setting and resampling, to advanced computer-intensive statistical methods. PsN includes stand-alone tools for the end-user as well as development libraries for method developers.安装步骤:安装系统环境依赖:sudo apt update sudo apt install -y

Bioinformatics · 12 天前
Bangyao Wang

VScode配置连接远程服务器步骤

连接步骤安装VScode客户端,这步没有什么好说的,直接在官网下载安装包安装即可安装remote-ssh插件,结合网上众多教程和踩坑案例,不要安装最新版本的该插件,选择107.1版本安装,并且将自动更新勾选给去掉插件装完后VScode左侧会新增一个remote connection的标志,点进去,点击右上方加号添加服务器地址,在输入栏输入ssh username@ip,接着会让选择config配置文件,选择第一个即可打开配置文件,可以在首行Host将服务器名字进行修改,改成你想要的显示名称右键刚刚添加的服务器,选择连接,此时会让选择系统类型,并要求输入密码在file explorer界面,可以打开任意的文件夹进行文件访问,即可开始写代码了第一次使用时的踩坑卡在安装vscode server上:为了让vscode能正常访问远程服务器,需要在服务器上下载一个客户端,具体的说明可以参考https://code.visualstudio.com/docs/remote/vscode-server,初次使用时vscode会自动在远程服务器上下载,但由于是外网,访问速度很慢,直接下载需要一两个小时

科研工具 · 18 天前
Bangyao Wang

VLC中的常见术语

上学期组会中一次文献分享提到了VLC中的常见术语,包含了器件、技术等主题,下面对这些名词做一些解释和理解:Underwater 含义: 水下可见光通信介绍: 利用可见光在水下环境中进行数据传输技术Software Pre-Equalizer:含义: 软件预均衡器介绍: 在信号传输前对其进行处理,以减少失真PIN Array:含义: PIN 二极管阵列介绍: PIN 二极管是一种光电探测器,用于将光信号转换为电信号阵列形式可以提高接收灵敏度和覆盖范围LSC:含义: Light-to-Signal Converter(光信号转换器)介绍: 将接收到的光信号转换为电信号以供进一步处理MIMO:含义: Multiple Input Multiple Output(多输入多输出)介绍: 一种使用多个发射器和接收器来提高通信系统容量和可靠性的技术Hardware Pre-Equalizer:含义: 硬件预均衡器介绍: 在硬件层面上对信号进行预处理的设备,以减少传输过程中的失真Si-Based LED:含义: 硅基发光二极管介绍: 使用硅材料制造的LED,具有较高的效率和稳定性LED Array:含

无线光通信 · 03-18
Bangyao Wang

通信领域期刊整理与推荐

作者:盘图庚链接:https://zhuanlan.zhihu.com/p/616277765来源:知乎著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。无线通信领域里,比较好的技术类期刊包括:IEEE Journal on Selected Areas in Communications (J-SAC)IEEE Transactions on Wireless Communications (TWC)IEEE Transactions on Communications (TC)IEEE Transactions on Vehicular Technology (TVT)IEEE Transactions on Signal Processing (TSP)IEEE Communications Letters (CL)IEEE Wireless Communications Letters (WCL)IEEE Signal Processing Letters (SPL)IEEE Journal of Selected Topics in Signal Proce

Science research·科研工具 · 2024-05-20
Bangyao Wang

论文绘图配色

好用的配色工具ColorSpace: 输入单个或三个颜色的HEX代码,给出Gradient色卡Adobe color: Adobe官方调色工具,提供了众多可选的已配置色盘,也可以从现有图片中提取颜色主题和渐变色构建色卡Coolors: 方便快捷的Color generator,按下空格即可生成色卡,可自定义颜色主题和需要的颜色个数,强推中国大学矢量校徽合集:绝大部分中国大学的校徽矢量图,提供png和svg格式下载参考资料:分享 | 顶刊高质量论文插图配色(含RGB值及16进制HEX码)(第一期)跟着顶刊学配色(RGB色卡更新汇总版)

Science research·科研工具 · 2024-02-01
Bangyao Wang

生信 | 生物医学科研绘图素材资源站合集

科研绘图素材资源合集https://scidraw.io/https://smart.servier.com/https://www.freepik.com/https://www.swissbiopics.org/https://www.biorender.com/https://www.figdraw.com/https://image.medpeer.cn/show/index/homehttps://mindthegraph.com/ppt插件ScienceSlide(专门做医学图片的ppt插件)bio iconshttps://bioicons.com/https://www.iconfinder.com/https://www.phylopic.org/https://www.iconfont.cn/https://thenounproject.com/https://www.flaticon.com

Science research·科研工具 · 2023-12-19
Bangyao Wang

A general view of Python-based scRNA-seq data analysis

Standard procedure of analyzing scRNA dataPre-processing (10x; cellranger)Collect data from 10x. Then use cellranger, a commercial software for data pre-processing, to get cell count matrix.Quality control (filter; doublets)After getting count matrix, quality control (QC) is needed to be implemented first. The purpose of QC has two sides. Firstly, we have to remove data of low quality, which may reflect the results of analysis. Then, we can examine the distribution of the collected data. In the

Bioinformatics·Science research · 2023-08-24
Bangyao Wang

Single-cell RNA-sequencing

BackgroundDeep sequencing of DNA and RNA from a single cell is of great importance in the investigation of cellular functions. Generally, typical next-generation sequencing experiments often contain the following steps: isolation of single-cell, nucleic acid extraction and amplification, sequencing library preparation, sequencing, and bioinformatic data analysis. However, it is obviously more challenging to perform single-cell sequencing than sequencing from cells in bulk. As the development of

Bioinformatics·Science research · 2023-08-22
Bangyao Wang
  • 1
  • 2
  • ›
Bangyao Wang

Bangyao Wang

不啻微芒,造炬成阳

  • THU SIGSer
部分文章
  • Markdown语法
  • CMC备赛|4.12一元函数微分学(一)
  • HTTP协议
  • 正则表达式
  • Django | 设计模式与模板层
  • Django | URL反向解析
  • CMC备赛 | 4.16一元函数微分学(二)
文章分类
  • Artificial Intelligence
  • Deep Learning
  • Machine Learning
  • Active Learning
  • General Learning
  • Informatics
  • Chinese Mathematics Competitions
  • Data communication networks
  • English for academic writing and communication
  • Programming
  • Django
  • JS
  • Leetcode
  • 双指针
  • 二分法
  • 排序
  • 搜索
  • Science research
  • Bioinformatics
  • 无线光通信
  • 硅光集成
  • 科研工具
  • 科研经验
  • 碎碎念
  • 说说
  • 默认分类
About website
  • 2021 - 2025
  • WBY's Blog. All Rights Reserved.
  • Theme Jasmine by Kent Liao
  • 赣ICP备2021000795号-1
  • 赣公网安备36070202000920