首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏全栈技术

    【100 种语言速成】第 6 节:TclTk

    是时候进行一些语言考古了!Tcl/Tk 是一种大家很少再看到的语言,但它在当时比较流行。它对嵌入非常友好——最初是一种用于编写现有应用程序的语言,而不是用于创建独立程序。它还带有内置的图形工具包(“Tk”部分),在它非常罕见的时候。

    3K40编辑于 2022-05-18
  • 来自专栏BioIT爱好者

    Python 中 tkinter 源码安装使用与中文乱码

    和--with-tcltk-libs这两个参数移除! 并使用 TCLTK_CFLAGS 和 TCLTK_LIBS 替代!!! Python 3.10.x (及以下版本,如 Python-3.9.16) 以及 Python 2.x.x 在 configure 中 --with-tcltk-includes和--with-tcltk-libs , --with-tcltk-includes switches being removed from 3.11 - pyenv#2499,在编译安装过程中使用 TCLTK_CFLAGS 和 TCLTK_LIBS export TCLTK_LIBS="-L/Bioinfo/Pipeline/SoftWare/ActiveTcl-8.6.9/lib -ltcl8.6 -ltk8.6" export TCLTK_CFLAGS

    3K20编辑于 2023-11-06
  • 来自专栏数据小魔方

    左手用R右手Python系列——任务进度管理

    library("tcltk") library("tcltk2") 主要掌握以下两个主要函数: 设置进度条的格式 tkProgressBar( title = "R progress bar" 而tcltk2包则可以自定义更多的进度条属性和外观界面,使得进度条更具个性化。 library("tcltk2") ###开启进度条 root <- tktoplevel() l1 <- tk2label(root) pb1 <- tk2progress(root,length

    1.3K50发布于 2018-04-11
  • 来自专栏山海散人技术

    centos安装git上遇到的问题

    /configure --prefix=<...path> --without-tcltk 6. make && make install仍会出错, 提示:   SUBDIR templates   MSGFMT *** [po/build/locale/bg/LC_MESSAGES/git.mo] Error 127 解决办法:   make NO_CURL=1 NO_MSGFMT=YesPlease NO_TCLTK

    1K10发布于 2021-03-03
  • 来自专栏生信小驿站

    R语言日常笔记(4)修改基因最大表达值

    ) setwd('D:\\work\\F1\\mut') load('mRNA_exprSet.Rdata') library(dplyr) library(tidyr) library(tcltk i*100/nrow(mRNA_exprSet), sprintf("进度 (%s)", info), info) } library(tcltk

    63220发布于 2019-07-28
  • 【基础】R语言1:R包的使用

    内置基础包basedatabase:存放数据集utils:工具函数grDevices:绘图相关graphics:R绘图函数stats:与统计相关的函数methods:一般定义方法和类splinesstats4tcltk

    47400编辑于 2024-04-06
  • 来自专栏bioinformatics

    linux下为Rstudio安装多版本R

    Fortran free-form compiler: gfortran -g -O2 Obj-C compiler: Interfaces supported: tcltk Fortran free-form compiler: gfortran -g -O2 Obj-C compiler: Interfaces supported: tcltk

    4.2K20编辑于 2023-03-07
  • 来自专栏科技记者

    ade4TkGUI可视化统计和绘图

    ade4TkGUI[19]基于软件包tcltk[20],它是R[21]基本分配的一部分。 ade4TkGUI/index.html [19]ade4TkGUI: http://cran.univ-lyon1.fr/web/packages/ade4TkGUI/index.html [20]tcltk

    58420发布于 2020-06-16
  • 来自专栏优雅R

    「R」MacOS 安装 R4.0

    library/ KernSmooth boot compiler graphics mgcv parallel splines tcltk survival utils Matrix cluster foreign lattice nnet splines tcltk

    2.3K10发布于 2020-07-03
  • 来自专栏优雅R

    R 语言中 X11 相关的一些问题

    unable to open connection to X11 display '' > capabilities() jpeg png tiff tcltk

    4.3K40发布于 2020-11-13
  • 来自专栏BioIT爱好者

    R 语言中 X11 相关的一些问题

    unable to open connection to X11 display '' > capabilities() jpeg png tiff tcltk

    1.6K10发布于 2021-10-15
  • 来自专栏数据挖掘

    python3生成标签云

    LINQ', 'Xquer', 'Lua', 'Python', 'java', 'SQL', 'VB', 'Perl', 'PHP', 'Python', 'Ruby', 'ASP', 'JSP', 'TclTk 1), ('PostScript', 1), ('awk', 1), ('Ruby', 1), ('AppleScript', 1), ('Object', 1), ('java', 11), ('TclTk

    1.9K61发布于 2019-07-02
  • 来自专栏全栈程序员必看

    R语言怎么绘图(一个r语言完整的命令有什么)

    : In png(“aa.png”) : 无法打开链结到X11显示” 分析: 打开R控制台,输入capabilities(),可以看到: > capabilities() jpeg png tiff tcltk

    1.1K30编辑于 2022-07-30
  • 来自专栏生信小驿站

    R 集成算法① adaboost

    nrow(iris)) train <- iris[index,] test <- iris[index,] error <- as.numeric() 加载包以及划分训练集和测试集 library(tcltk

    57820发布于 2018-08-27
  • 来自专栏CDA数据分析师

    用户首次付费分析

    导入模型包############# library(arules) library(arulesSequences) library(dplyr) library(sqldf) library(tcltk ##导入模型包############# library(arules) library(arulesSequences) library(dplyr) library(sqldf) library(tcltk

    2.3K80发布于 2018-02-26
  • 来自专栏生信小驿站

    R 集成算法② bagging

    iris[index,] test <- iris[index,] error <- as.numeric() #################################### library(tcltk

    46620发布于 2018-08-27
  • 来自专栏生信技能树

    为什么R4.0版本内置的R包那么多

    21] "rpart" "spatial" "splines" "stats" [25] "stats4" "survival" "tcltk

    98230发布于 2020-07-30
  • 来自专栏科技记者

    高效使用R笔记3

    Startp> ##D Startp> ##D ## Example .Renviron on Windows Startp> ##D R_LIBS=C:/R/library Startp> ##D MY_TCLTK

    1.1K40发布于 2021-05-20
  • 来自专栏python3

    CentOS7 安装 Python3.6

    make CC='gcc -pthread' LDSHARED='gcc -pthread -shared ' OPT='-DNDEBUG -g -fwrapv -O3 -Wall' _TCLTK_INCLUDES ='' _TCLTK_LIBS='' .

    3.8K10发布于 2020-01-07
  • 来自专栏linux百科小宇宙

    Python下“No module named _tkinter”问题解决过程总结

    stackoverflow上搜索一番之后,发现有人提示说,某些情况下是tcl/tk安装不完整造成的,于是就重新下来了tcl/tk的源代码包: 下载链接: http://www.tcl.tk/software/tcltk

    5.5K20发布于 2021-06-08
领券