wtcpython committed Nov 18, 2024 1 parent f760c40 commit b35f71c Showing 1 changed file with 1 addition and 1 deletion. Whitespace Ignore whitespace Split Unified 2 changes: 1 addition & 1 deletion 2 Package.appxmanifest Original file line numberDiff line numberDiff line change @@ -12,...
wtcpython committed Nov 3, 2024 1 parent a4c3aac commit 2c41728 Showing 3 changed files with 4 additions and 14 deletions. Whitespace Ignore whitespace Split Unified App.xaml.cs MainWindow.xaml MainWindow.xaml.cs 1 change: 0 additions & 1 deletion 1 App.xaml.cs Original file line ...
if g.cs%2==1: wtc=hqmt.query_order(trader,'') #获取委托池 for i in range(len(wtc)): wt=wtc[i] if wt['委托状态']=='已报' or wt['委托状态']=='部分成交': 订单编号=wt['订单编号'] hqmt.trade_cancel_order(trader,订单编号) ##获取账户资金 asset = trader.xt_trader.query_st...
g1 <- read_graph("~/Desktop/graph_test.graphml",format = "graphml") wtc <- cluster_louvain(g1,NA) modularity(wtc) m<-membership(wtc) sorted_table_m <- sort(table(m),decreasing = TRUE) top <- 1:5 df1 <- data.frame(old=names(sorted_table_m),new=c(top,rep("other",length(so...
新增一个遗传算法参数优化模块WtCtaGAOptimizer demo进一步完善 其他配合底层的优化和调整 更多修改日志请参考WonderTrader v0.9.0更新日志 调试资源请查看https://gitee.com/wondertrader/wtpy_utils/raw/master/pdb_wtpy_v0.9.0.rar 0.8.0(大版本) C++底层更新到2021/12/24发布的v0.8.0版本 (重要)实现了ExtData...
以及字典生成式和列表生成式。 正文: 一、列表生成式 定义:列表生成式顾名思义就是生成列表的表达式 示例1:找出1-num之间的所有质数 """ 找出1-num之间的所有质数 题目分析: 1、生成一个列表1-num,进行列表的煸历 2、质数的定义是除了 1 和 数字本身不能被其他 ...
## 尝试使用tree2colltags函数和conlltags2tree函数 from nltk.chunk.util import tree2conlltags,conlltags2tree train_sent = train_data[7] print(train_sent) wtc = tree2conlltags(train_sent) print("\n",wtc) tree = conlltags2tree(wtc) print("\n",tree) (S (NP A/DT Lorillard/NNP spoke...
克隆/下载 git config --global user.name userName git config --global user.email userEmail 分支3 标签28 wondertrader[fix]C++底层修复了Csv文件解析的bug636beb52年前 930 次提交 提交 demos [mod]部分代码细节调整 2年前 docs [mod]更新了todo的状态 ...
SECRET_KEY = 'klx8i)7p@fa&jc=(wtc^0l^08p*jfuygqg_+d58h%#4k+e$juh' # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True ALLOWED_HOSTS = [] # Application definition INSTALLED_APPS = [ 'django.contrib.admin', 'django.contrib.auth', 'django.contrib.con...
wtcpython/WinUIEdge 8 commits Opened 1 issue in 1 repository CommunityToolkit/Windows 1 open Incompatibility between SettingsExpander and .NET AOT mode This contribution was made on Jan 3 Jan 3 Loading Show more activity Seeing something unexpected? Take a look at the GitHub profile guide...