- 博客(50)
- 问答 (2)
- 收藏
- 关注
原创 用 Latex 生成英文论文中的 算法步骤/伪代码 并插入 word 中
准备工作:1、先安装 CTEXhttps://mirrors.tuna.tsinghua.edu.cn/ctex/legacy/2.9/2、下载algorithm2e 包(里面有详细的使用说明文档)https://www.ctan.org/tex-archive/macros/latex/contrib/algorithm2e 这个其实 CTEX里已经包含了,不过不是最...
2020-02-07 14:56:29
7350
2
原创 解压SWM文件
我的swm文件长这个样子~,有很多个压缩包:第一步:先下载 imagex我在这里下的:https://www.jb51.net/softs/175396.html?pc#downintro2第二步:将下载的imagex.exe 解压到 swm 文件同一目录第三步:管理员运行CMD到 swm 文件目录下:G:cdG:\Backup_2019-06-17 104207...
2019-06-17 15:31:34
4659
原创 pytorch 深度学习/神经网络包(含 DBN 等)
> GitHub地址:https://github.com/fuzimaoxinan/torch-fuzz> 包含的网络模型:Deep Belief Network(DBN)Deep Autoencoder(DAE)Stacked Autoencoder(sAE)Stacked Sparse Autoencoder(sSAE)Stacked Denoisin...
2019-06-03 16:49:07
4640
6
原创 Tensorflow实现DBN
My Github:https://github.com/fuzimaoxinan/Tensorflow-Deep-Neural-Networks用Tensorflow实现的DBN 用于minst数据集分类,运行得到正确率为97.22%QQ群交流:640571839P.S. 群如果搜索不到,可以先加我QQ:475366898...
2018-03-17 22:00:40
7711
20
原创 用谷歌浏览器将英文文档翻译成中文的方法(无字数限制)
思路:用谷歌翻译文档有5000字的限制,但是翻译网页就不会有字数限制。需要的软件:Adobe Acrobat 、谷歌浏览器提供下载地址Adobe Acrobat XI Pro: https://pan.baidu.com/s/1o78jhc2 密码: tbkn安装完Adobe Acrobat 后,谷歌浏览器中会出现Adobe Acrobat 的插件方法: Step1:用Adobe Acr...
2017-08-20 01:09:24
110346
10
原创 VS2015+Anaconda4.4.0(Python3.6)+Theano+CUDA8.0+cuDNN5.1环境配置
一、安装VS2017(含Anaconda)VS2017包含了Anaconda的安装文件,在选择安装时,可以选择安装Anaconda2(Python2.7)、Anaconda3(Python3.6)二、配置Anaconda环境打开VS,随便创建一个Python项目,在“解决方案资源管理器”下右键“Python环境”选择“查看所有Python环境”,可以看到你选择安装的Python环境。
2017-08-15 15:55:43
4458
转载 QT Release版 打包
1、将qt生成的...\build-XXX-Desktop_Qt_5_8_0_MSVC2013_64bit-Release\release 里的XXX.exe(XXX为你的exe名)拷贝到打包地址文件夹E:\Qt_Release(可自定义)2、打开qt命令行Qt5.8 64-bit for Desktop (MSVC 2013)3、命令行中:cd E:\Qt_Release
2017-02-13 14:53:17
661
原创 QT配置调试器windbg (Debugging Tools for Windows)
首先在这里下载调试器windbg (Debugging Tools for Windows) :http://download.youkuaiyun.com/download/zhang957411207/4750492蓝后在qt里设置:路径默认安装就是这个,我的是装的64位的:C:\Program Files\Debugging Tools for Windows (x64)\cdb.exe
2017-02-11 16:49:38
8141
1
原创 教你用Inkscape提取pdf中的矢量图【超详细】
我只想说Inkspace真是腻害,简直太方便了!妈妈再也不用担心我只能用ctrl+alt+a截渣渣图了~1、打开Inkspace (https://inkscape.org/release/inkscape-0.92.4/)2、打开一个pdf可确保导出的图绝对高清3、将画布缩小到需要选取的图片的范围:方法一:a、选择第二个工具用鼠标画出选框,只要确保图片的左上角...
2015-08-22 21:58:41
20480
4
原创 julia/pyplot 画图添加标签和标题
julia 调用matplotlib.pyplot 需要先using pycall先安装pycallPkg.add("PyCall")然后吧。。。上代码把:(应该是通俗易懂的)x=[0.5:0.01:4.49]y=sin(x)using PyPlotusing PyCall@pyimport matplotlib.pyplot as pltfig,ax=plt.subpl
2015-08-22 12:51:27
9873
原创 csv读入数据,用julia/matplotlib/pyplot 画矢量图导入word中
这是是用julia来实现绘图,julia有三个绘图库:Winston、Gadfly、PyPlot这里用的是pyplot,其实他是基于matplotlib的1、首先在juno里安装两个库juno是julia的集成开放环境(IDE)没有安装juno的请看这里:Pkg.add("DataFrames")#表格库,这个好像装juno的时候就装好了Pkg.add("PyPlot")#绘
2015-08-20 12:47:26
5145
原创 解决安装juno时出现Couldn't connect to Julia的问题
最近发现了一个好的数值计算语言,julia,关于它的介绍可以看这里:http://julia-zh-cn.readthedocs.org/en/latest/manual/introduction/是一个集高速运算,语法简单易上手,出图精美于一身的语言,总之很强大。作为它的IDE,juno是很好用的,juno基于lighttab。从julia的官网可以直接下载http://julial
2015-08-17 10:30:43
3544
原创 win64 QT(VS2013) 配置 CGAL+libQGLViewer
网上讲的都不是太全我来说说把~首先感谢这位大神:chenwk891:http://blog.youkuaiyun.com/chenwk891/article/details/42171495#reply还参考了这三个网站:百度经验:http://jingyan.baidu.com/article/1709ad80b673f34634c4f0ac.htmllibQGLView
2015-07-24 22:09:31
4335
4
原创 win64 qt与fortran (codeblocks) 混合编程
本教程主要讲解用fortran生成dll供qt调用(win64)本教程需要的软件及文件可从下面的连接下载:fortran我用的软件是codeblocks,这是一款包含基于gfortran的开源软件。1、先来说说codebolcks的环境配置:先下载codeblocks(以下简称cb),这个没啥好说的,下载就是了。1.1、codebolcks的汉化:将
2015-07-16 13:09:25
4648
原创 Qt 实现多文档
mainwindow.h#include private: QMdiArea *mdiArea;mainwindow.cpp#include MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), ui(new Ui::MainWindow){ ui->setupUi
2015-05-22 20:05:43
1922
原创 VS2013编译Qt5.4静态
设置了一天,这静态编译也总算是虐出来了。。。Qt 的静态编译简直不要太麻烦啊。。。感谢这位大神提供的方法http://zerooverture.com/tutorials/qt/737.html工具下载:http://pan.baidu.com/s/1hq2Cff2 一、环境配置我目前用的系统是Windows 7 64bit,请注意安装好以下软件,以及配
2015-05-22 18:39:38
3572
转载 Palindrome (动态规划) 构成回文串
F - PalindromeTime Limit:3000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64u DescriptionA palindrome is a symmetrical string, that is, a string read identically from left
2012-05-22 20:16:24
967
转载 Common Subsequence (动态规划) 最长子串
I - Common SubsequenceTime Limit:1000MS Memory Limit:10000KB 64bit IO Format:%I64d & %I64u DescriptionA subsequence of a given sequence is the given sequence with some elements
2012-05-22 19:04:02
641
原创 水沟问题
M - Lake CountingTime Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64u DescriptionDue to recent rains, water has pooled in various places in Farmer John's fie
2012-05-16 21:12:53
688
原创 Pku1953 World Cup Noise (动态归划) 不含相邻1的2进制数
L - World Cup NoiseTime Limit:1000MS Memory Limit:30000KB 64bit IO Format:%I64d & %I64u DescriptionBackground "KO-RE-A, KO-RE-A" shout 54.000 happy football fans after the
2012-05-16 21:11:21
863
原创 Pku1579 Function Run Fun (动态规划)递归函数
J - Function Run FunTime Limit:1000MS Memory Limit:10000KB 64bit IO Format:%I64d & %I64u DescriptionWe all love recursion! Don't we? Consider a three-parameter recursive
2012-05-16 21:07:46
625
原创 Pku1163 the Triangle (动态规划) 数字三角形
H - The TriangleTime Limit:1000MS Memory Limit:10000KB 64bit IO Format:%I64d & %I64u Description73 88 1 02 7 4 44 5 2 6 5(Figure 1)Fi
2012-05-16 21:04:30
814
原创 大数减法? 并不是大数减法 坑爹的题目啊!!!
//大数减法 要求1a的只需兑换a,b数组在加上负号。。。#include#includechar a[105],b[105];int main(){ int n,i,j,p=1; scanf("%d",&n); while(n--){ memset(a,0,sizeof(a)); memset(b,0,sizeof(b)); scanf("%s
2012-05-11 19:16:37
621
原创 是
题目都看错了!!哎~~~之前的错误版~~~~#include#includechar map[80][80];int vis[80*80],q[80*80],dis[80*80];int w,h;int dx[4]={0,-1,0,1},dy[4]={1,0,-1,0};int search(int x1,int y1,int x2,int y2){ int r
2012-05-10 21:04:02
469
原创 ZOJ 1450 Minimal Circle 求最小覆盖圆
ZOJ 1450 Minimal CircleYou are to write a program to find a circle which covers a set of points and has the minimal area. There will be no more than 100 points in one problem.InputThe input co
2012-05-10 20:02:42
748
转载 stockbroker grapevine
http://www.cnblogs.com/lyy289065406/archive/2011/07/30/2121685.html
2012-05-07 20:48:54
524
转载 Truck History
Truck HistoryTime Limit: 2000MS Memy Limit: 65536K Total Submissions: 9712 Accepted: 3579DescriptionAdvanced Cargo Movement, Ltd. uses trucks of different types. Some trucks are used
2012-05-07 20:29:59
575
原创 pku2485 Highways 最短高速公路问题
C -HighwaysTime Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64u DescriptionThe island nation of Flatopia is perfectly flat. Unfortunately, Flatopia has no pu
2012-05-02 23:24:33
1126
原创 Agri-Net 搭互联网线路最短问题
Agri-Net最短网络农民约翰被选为他们镇的镇长!他其中一个竞选承诺就是在镇上建立起互联网,并连接到所有的农场。当然,他需要你的帮助。约翰已经给他的农场安排了一条高速的网络线路,他想把这条线路共享给其他农场。为了用最小的消费,他想铺设最短的光纤去连接所有的农场。你将得到一份各农场之间连接费用的列表,你必须找出能连接所有农场并所用光纤最短的方案。每两个农场间的距离不会超过100
2012-05-02 23:07:16
1421
转载 STL 整理map、set、vector、list、stack、queue、deque、priority_queue
向量(vector) 连续存储的元素Vectorc;c.back() 传回最后一个数据,不检查这个数据是否存在。c.clear() 移除容器中所有数据。c.empty() 判断容器是否为空。c.front() 传回地一个数据。c.pop_back() 删除最后一个数据。c.push_back(elem) 在尾部加入一个数据。c[i]
2012-04-27 18:53:07
490
原创 中南4月16号网络同步赛
题目大意:1.求方程x^a==b(mod N)解的数量,N是奇数2.按照方程x^a==b(mod N)的解指示信鸽放飞时间将信鸽分组,每一组不少于k个信鸽,求总延迟最少的分组方法 大概做法:1.将N分解因子,分解为p1^e1*p2^e2... ...,pi为素数,ei为正整数。2.对于每一个pi^ei,求出xi^a=bi(mod pi^ei),式中bi=b%pi^e
2012-04-23 19:28:58
5356
原创 2012xs
所有表明可能包含多个测试样例的题目,请使用EOF判断输入是否完成。例子:C风格:(scanf(输入内容) != EOF)C++风格:while (cin>>一些东西)难度:A.1数据结构,栈(poj1363)B.1杂题C.2构建全图/找出通路/搞成星状图也行(图论,杂题)D.2DP(poj1745)E.2线段树/扫描线(poj1177)F.2bfs(poj2
2012-04-23 18:56:09
2524
原创 头文件函数
数组:#includememcpy(b,a,sizeof(int)*k) copy a中k个到b中;memcpy(b,a,sizeof(a)) 把a copy给b;memset(a,0,sizeof(a)) 把a 清零;字符串:#includesprintf(s,"%d",a) 把数字a 化为字符串;sscanf(s,"%d",&a) 把字符串赋值给a ;str
2012-04-19 20:49:46
784
转载 scanf家族 正则式
好吧,scanf家族函数很强大。下面介绍几个例子1、输入文件,输出字符串数大于80的行#include #include /*a数组的长度至少为n+2*/void fun(char a[], int n){ int i; char s[18], t[18]; //输出大于n的行,构造输入表达式如%8
2012-04-16 20:43:34
644
原创 POJ 2503
F - BabelfishTime Limit:3000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64u DescriptionYou have just moved from Waterloo to a big city. The people here speak an incomp
2012-04-16 18:46:51
469
原创 题目一览
CSUST_搜索专题:Problem APOJ 2488A Knight's JourneyProblem BPOJ 3083Children of the Candy CornProblem CPOJ 3009Curling 2.0Problem DPOJ 1321棋盘问题Problem EP
2012-04-16 18:35:04
622
原创 POJ-3009 Curling 2.0 解题报告(搜索) 冰壶游戏
C - Curling 2.0Time Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64uhttp://openoj.awaysoft.com:8080/judge/problem/viewProblem.action?id=28625 DescriptionOn Plan
2012-04-14 20:14:55
1124
原创 POJ-3083 Children of the Candy Corn 解题报告(搜索) 广搜深搜走迷宫
B - Children of the Candy CornTime Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64uhttp://openoj.awaysoft.com:8080/judge/problem/viewProblem.action?id=28859 Descriptio
2012-04-11 15:05:27
1796
原创 POJ-2488 A Knight's Journey 解题报告(搜索) 马跳遍棋格的字典序问题
A - A Knight's JourneyTime Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64uhttp://openoj.awaysoft.com:8080/judge/problem/viewProblem.action?id=23456 DescriptionB
2012-04-09 20:43:49
2369
空空如也
Couldn't connect to Julia
2015-08-16
Cmake CGAL libQGLViewer
2015-07-23
TA创建的收藏夹 TA关注的收藏夹
TA关注的人