自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

stereohomology

业余爱好

  • 博客(3)
  • 资源 (37)
  • 收藏
  • 关注

转载 http://www.graph500.org/

Top 10(June 2013)RankMachine1DOE/NNSA/LLNL Sequoia - Lawrence Livermore National Laboratory (65536 nodes, 1048576 cores)2DOE/SC/Argonne National Labor

2013-06-19 16:27:56 1321

转载 天河不容易啊

天河二号未进入Graph 500五强blackhat (19032)发表于 2013年06月18日 20时34分 星期二 新浪微博分享 腾讯分享 豆瓣分享 人人分享 网易分享 来自没名气不算部门天河二号问鼎Top500榜单,是Linpack基准测试下的世界最快超级计算机。但超级计算机基准测试并非Linpack一种。德国举行的2013世界超算大会除了公布Top500榜单外,还公布

2013-06-19 16:22:43 810

转载 乐见Safengine licensor终于有了脱壳脚本

[原创] 公布过SafengineChallenge悬赏壳的脚本及OLLYDBG [复制链接]  twogun    9主题2好友25积分Lv.3精华1热心4坛

2013-06-07 18:57:13 7459 1

GeogebraPhone 5.0.202.0 for Android

geogebra 最值得推荐的的几何绘图软件;andriod手机版

2016-04-01

GeogebraTablet 5.0.204.1 for android

geogebra 很好的绘图工具。Android tablet

2016-04-01

Geogebra 5.0.218 for MacOS

Geogebra 5.0.218 for MacOS, 最好用的几何制图软件。备份

2016-04-01

Geogebra 5.0.218 for Linux

geogebra 5.0.218 极佳的几何绘图软件。

2016-04-01

GeoGebra-Windows-Installer-5-0-207-0.exe

Geogebra 5.0.207 几何绘图软件

2016-02-25

思典-粒子群优化Matlab工具箱

http://www.mathworks.com/matlabcentral/fileexchange/25986-constrained-particle-swarm-optimization Description Previously titled "Another Particle Swarm Toolbox" Introduction Particle swarm optimization (PSO) is a derivative-free global optimum solver. It is inspired by the surprisingly organized behaviour of large groups of simple animals, such as flocks of birds, schools of fish, or swarms of locusts. The individual creatures, or "particles", in this algorithm are primitive, knowing only four simple things: 1 & 2) their own current location in the search space and fitness value, 3) their previous personal best location, and 4) the overall best location found by all the particles in the "swarm". There are no gradients or Hessians to calculate. Each particle continually adjusts its speed and trajectory in the search space based on this information, moving closer towards the global optimum with each iteration. As seen in nature, this computational swarm displays a remarkable level of coherence and coordination despite the simplicity of its individual particles. Ease of Use If you are already using the Genetic Algorithm (GA) included with MATLAB's Global Optimization Toolbox, then this PSO toolbox will save you a great deal of time. It can be called from the MATLAB command line using the same syntax as the GA, with some additional options specific to PSO. This will allow a high degree of code re-usability between the PSO toolbox and the GA toolbox. Certain GA-specific parameters such as cross-over and mutation functions will obviously not be applicable to the PSO algorithm. However, many of the commonly used options for the Genetic Algorithm Toolbox may be used interchangeably with PSO since they are both iterative population-based solvers. See >> help pso (from the ./psopt directory) for more details. Features * NEW: support for distributed computing using MATLAB's parallel computing toolbox. * Full support for bounded, linear, and nonlinear constraints. *

2016-02-25

dia 0.97.2-2 windows

流程图制作;矢量图;流程图转TeX代码pstrick工具。

2016-02-20

MaTeX 1.1.0

MaTeX是在Mathematica中包括图片和Notebook中,把LaTeX格式的公式转化为图片的极其好用的package文件。附件是m后缀package的源代码和说明。Mathematica自己对显示和插入LaTeX格式数学公式和符合的支持很一般,有了这个工具就很方便。需要的GhostScript 9.15+版本,在CSDN上可以找到;以及pdflatex,在LaTeX任何一个最新的免费套装中也是标准配置。

2016-02-20

geogebra installer for windows 5.0.205

geogebra for windows 更新版本;几何绘图经典免费软件

2016-02-20

高精度计算库visual studio用

用于Visual studio 高精度计算库项目文件; 包括了gmp, mpir, mpfr, gmp, 等,可以直接在visual studio中编译成为静态或动态链接库,用于作超高精度数值计算时调用; 跟Eigen C++ tempalte library库和Pavel写的mpfr C++ wrapper结合用时更佳.

2015-06-11

解决ArcGIS 10.2.2不能正常运行BUG的DLL文件

从网络上看到的出错大致有,ArcGIS 9.3安装过程中出错: arcgis visual Fortran runtime error forrtl: severe (38): error during write, unit 0, file CONOUT$ ArcGIS 10.2.2运行中出错; forrtl severe (38) error during write 都涉及到这样一个共同与下面DLL文件有关的arcgis visual Fortran runtime error,该DLL文件是: DFORRT.dll 问题在于不正确的 DFORRT.dll版本,居然一直出现在ArcGIS从9.3到10.2.2不同版本中;所以,我就尝试找一个正确的DLL文件,终于找到了; 亲测对windows 7+ArcGIS 10.2.2中出现的这种问题可以解决BUG. 用这个DLL文件替代ArcGIS安装目录中的同名文件即可(为安全起见,最好原始DLL留备份,改名)

2014-07-31

python脚本转换成的exe文件:绘制三维曲面matplotlib

小小的python代码,转成exe文件之后膨胀厉害: 演示http://blog.csdn.net/stereohomology/article/details/19919009

2014-02-25

windows上使用mpir和mpfr的预编译库文件

在windows上直接用Visual C++编译GMP库是很折腾的. 替代方案是用mpir, 通常自带VC++可以编译的project文件(可以到mpir首页下载);而mpfr通常源文件里面没有VC++项目文件.这里是一位英国老程序员编译好的库文件. 具体的使用跟网上mpir的编译之后的操作方法类似:参考http://www.exploringbinary.com/how-to-install-and-run-gmp-on-windows-using-mpir/ (How to Install and Run GMP on Windows Using MPIR; By Rick Regan (Published March 1st, 2010))

2013-10-31

应用数值方法matlab&C随书光盘

机械工业出版社,原版影印图书,应用数值方法随书光盘 2004年; 很早买了这本书,一天要找一个代码光盘却找不到了,搜也搜不到;后来找到盘了,觉得还是分享出来这样方便所有人。

2013-08-03

Minitab 16-2

minitab 16.2 minitab 16.2 minitab 16.2

2011-11-22

Minitab 16.2

Minitab 16.2;下载可试用; 仅供测试研究,24小时内请自觉删除

2011-11-22

JDownloader 0.9.581绿色下载软件更新至2011.11.18

JDownloader 0.9.581绿色下载软件更新至2011.11.18 一款开源软件;这是俄罗斯人改造的绿色版或portable版 解压缩就能使用; 用之前可更新一下

2011-11-19

初等矩阵的射影几何及其应用 草稿

还算可以介绍初等矩阵的特殊定义和射影几何意义的原始的文献.

2011-08-25

用Safengine Licensor 1.8.4加壳的程序的例子

这个其实是陈朝营博士的旋风三代的中国象棋引擎软件. 刚刚在北京理工大学的2010年人工智能竞赛中以不败战绩获得中国象棋类软件的冠军. 新旋风三代是中国象棋软件类的一流引擎这个是无疑的. 类似的应该还有佳佳象棋和象棋名手. 影响棋力大小的因素还有很多: 1.硬件配置; 2.开局库的设计; 3.引擎和硬件及开局库的匹配性; 4. 棋手的正确操作和应变; 5. 检验引擎之间的实力,比赛的局势也应该成百上千局, 局数太少则容易有人为的偶然性; 2010的冠军表明新旋风三代整体实力是一流的; 但并不是排除了其它一切可变因素的. 因此断定新旋风三代明显比其它棋软优秀是值得商榷的. 此处放这个作者公开

2010-11-15

Ollydbg 1.1.0 终结版, 具有很强的反反调试能力

通常的OD调试某些具有反调试能力的加壳的程序的时候,OD容易被发现,导致一打开就会退出/自动关闭.只能望程序兴叹. 类似的加壳类型, safengine licensor, themida winlicense 2.x等都是这样. 现在这个OD经过了一些修改和加强, 可以避免在调试开始阶段就被黑掉. 其中的脚本之类的插件还不是最新版的, 可以自己到网上下载最新的.dll文件, 替换掉就可以. 还有选项和外观里面的路径可能需要根据自己放文件夹的实际路径,重新设置一下. == 特别说明: 这个是调试软件, 不是脱壳机.

2010-11-13

英文版--初等矩阵的射影几何意义及其应用

Meaning of Elementary Matrices in Projective Geometry and Its applications Perspective projection and elementary matrices

2010-11-06

英文版--初等矩阵的射影几何意义及其应用--三维重建设想stereohomology

业余练手之作 CTex 4.6.2整理英文版(2007年写的) 对应的中文版: 中文版的链接: http://pub.nsfc.gov.cn/pinscn/ch/reader/view_abstract.aspx?flag=1&file_no=112769 7109039290&journal_id=pinscn

2010-11-06

Excel VBA 2003编写的中国象棋对弈软件(已经解密)

该中国象棋对弈软件用Excel VBA 2003编写 原始文件的密码已经移除, 可以直接参考原始代码学习编程 棋力可以供初学象棋的同学参考.

2010-07-02

Eureqa Formulize早期版本

Eureqa Formulize早期版本,听说现在新版的不能下载了,又有网友来求;我以前收藏过,打个包上传一下

2023-09-23

PORTABLE Decrypt P File Matlab Software转发

转自: https://wakelet.com/wake/VtrbzUdQL_LugJnGs8yMr https://wakelet.com/@inreitricac104 仅360测试安全,未测试预期有效性,用者责任自负

2022-10-17

gs950w32.exe

an interpreter for the PostScript language and for PDF.

2020-01-02

yaahpSetup-5639.exe

做AHP (analytic hierarchy process) 比较方便的工具;除了简单的AHP,还包括了专家决策、敏感性分析,评估卷导出、等功能。

2019-06-24

最优化方面的matlab工具代码2015b以上版

全局优化方面的matlab代码(2015b), 对原始的p代码进行过解放处理,从而更有利于学习经典算法设计的思想以及代码写作的技巧; 处理过程中的p代码文档说明信息全部消失,所以只能自己体会了

2017-11-10

geogebra 5.0.395.0 installer for windows

geogebra 免费,开源,强大的几何制图和计算工具, 相当经典,没看到过比它综合性能好的; 保存不同的版本是为了防止可能出现的版本退化问题

2017-11-01

Geogebra 5.0.382 for windows

Geogebra 是一款强大的几何绘图和动态模拟工具

2017-08-18

Geogebra 5.0.381 for windows

Geogebra, 强大的几何计算、绘图工具

2017-08-18

geogebra 5.0.318 for andriod

android 系统 geogebra, phone

2017-01-22

MaTeX v1.6.3

v1.6.3 @szhorvat szhorvat released this 25 days ago · 8 commits to master since this release More robust error checking and reporting Documentation improvements Downloads 1.02 MB MaTeX-1.6.3.paclet Source code (zip) Source code (tar.gz) v1.6.2 1ff11e8 v1.6.2 @szhorvat szhorvat released this on 20 Nov · 22 commits to master since this release The documentation is now integrated into the Documentation Center. Bug fix: full compatibility with Mathematica 10.0 restored. (Note: Re-released on 2016-11-20 with documentation fixes but no modifications to the package.) Downloads 504 KB MaTeX-1.6.2.paclet Source code (zip) Source code (tar.gz) v1.6.1 30633ef v1.6.1 @szhorvat szhorvat released this on 30 Aug · 29 commits to master since this release Bug fix: better error checking for the CacheSize option. Downloads 10.5 KB MaTeX-1.6.1.zip Source code (zip) Source code (tar.gz) v1.6.0 f2852e2 v1.6.0 @szhorvat szhorvat released this on 20 Aug · 32 commits to master since this release MaTeX now threads over lists. A list is batch-processed using a single run of LaTeX, which is much faster than element-wise processing. Implemented by Andreas Ahlrichs. Note that this changes behaviour slightly. Previous versions of MaTeX compiled MaTeX[{1, x^2, x/2}] as a single expression. Now each element of the list is converted to a separate result. To restore the old behaviour, apply TeXForm explicitly: MaTeX[TeXForm[{1, x^2, x/2}]. Expressions with head TeXForm are now automatically handled. Bug fixes: Better handling of CR/LF line endings and character encodings. Downloads 10.5 KB MaTeX-1.6.0.zip Source code (zip) Source code (tar.gz) v1.5.0 a2b4aad v1.5.0 @szhorvat szhorvat released this on 19 Jun · 49 commits to master since this release Much improved LaTeX error reporting. Please report any problems you notice with the new err

2016-12-26

Ghostscript 9.20 for Windows (64 bit)

an interpreter for the PostScript language and for PDF.

2016-12-26

Ghostscript 9.20 for Windows (32 bit)

an interpreter for the PostScript language and for PDF.

2016-12-26

基于牛顿算法的三维重建计算器

基于牛顿算法做的从已标定的针孔相机和匹配好的多视图重建点的计算器。适用于两种数据集:http://www.robots.ox.ac.uk/~vgg/data/data-mview.html 和 http://grail.cs.washington.edu/projects/bal/

2016-04-10

ScreenToGIF

一个绿色的免费的把屏幕动作录制下来,可以导出为GIF动画或视频格式的小工具。http://screentogif.codeplex.com/

2016-04-10

geogebra 5.0.218.0 for windows

Geogebra, 绘制静态和动态的二维和三维几何图形,还可求解常见的简单方程、方程组,以及微分方程;免费开源是其亮点。除了windows下,还开发了Linux,MacOS,Android,iOS等平台的版本

2016-03-26

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除