码迷,mamicode.com
首页 >  
搜索关键字:optimization    ( 513个结果
Unity Optimization UNITY优化关注列表
这里主要罗列Unity引擎进行开发的应用或游戏,可以进行优化的各个关注点。(此文会持续更新) C GC alloc Update LateUpdate Serialize String ToString() += Getter API Object.name GetComponents Sprite ...
分类:编程语言   时间:2019-03-11 13:47:14    阅读次数:144
python中使用尾递归源码范例
工作过程中,把写内容过程中经常用的一些内容做个备份,如下资料是关于python中使用尾递归范例的内容,应该能对小伙伴有一些好处。 # This program shows off a python decorator(# which implements tail call optimization ...
分类:编程语言   时间:2019-02-05 15:38:38    阅读次数:206
图片并排显示
1.代码 \begin{figure}[H] \centering \subfigure[Before optimization]{ \begin{minipage}{4cm} \centering \includegraphics[width=4cm]{pic1.png} \end{minipag ...
分类:其他好文   时间:2019-01-29 23:05:01    阅读次数:185
Unity优化方向——在Unity游戏中优化脚本(译)
原文地址:https://unity3d.com/cn/learn/tutorials/topics/performance-optimization/optimizing-scripts-unity-games?playlist=44069 介绍 当我们的游戏运行时,我们设备的中央处理器(CPU) ...
分类:编程语言   时间:2019-01-16 22:56:10    阅读次数:285
强化学习---TRPO/DPPO/PPO/PPO2
时间线: OpenAI 发表的 Trust Region Policy Optimization, Google DeepMind 看过 OpenAI 关于 TRPO后, 2017年7月7号,抢在 OpenAI 前面 把 Distributed PPO给先发布了. OpenAI 还是在 2017年7 ...
分类:其他好文   时间:2019-01-11 23:23:59    阅读次数:776
Boosting Static Representation Robustness for Binary Clone Search against Code Obfuscation and Compiler Optimization(二)
接着上篇Asm2Vec神经网络模型流程继续,接下来探讨具体过程和细节。 一.为汇编函数建模 二.训练,评估 先来看第一部分为汇编函数建模,这个过程是将存储库中的每一个汇编函数建模为多个序列。由于控制流图的原始线性布局覆盖了一些无效的执行路径,不能直接使用它作为训练序列。相反,可以将控制流程图建模为边 ...
分类:其他好文   时间:2019-01-08 14:58:00    阅读次数:221
Boosting Static Representation Robustness for Binary Clone Search against Code Obfuscation and Compiler Optimization(一)
接着上一篇,现在明确问题:在汇编克隆搜索文献中,有四种类型的克隆[15][16][17]:Type1.literally identical(字面相同);Type2.syntactically equivalent(语法等价);Type3.slightly modified(稍作修改);Type4. ...
分类:其他好文   时间:2019-01-07 21:05:17    阅读次数:388
理论计算机科学学习网站
Challenges for Theoretical Computer Science: DRAFThttp://www2.research.att.com/~dsj/nsflist.html A compendium of NP optimization problemshttp://www.na ...
分类:Web程序   时间:2019-01-06 15:38:42    阅读次数:262
Unity 2017 Game Optimization 新版
英文原版,PDF格式带目录,非常不错的关于性能优化的书籍 扫码时备注或说明中留下邮箱 付款后如未回复请至https://shop135452397.taobao.com/ 联系店主 ...
分类:编程语言   时间:2018-12-29 15:57:20    阅读次数:435
每天一点点之vue框架开发 - vue坑-This relative module was not found
94% asset optimization ERROR Failed to compile with 1 errors This relative module was not found: * ../node_modulesivans/bootstrap/dist/js/bootstrap.mi ...
分类:其他好文   时间:2018-12-24 14:30:33    阅读次数:7748
513条   上一页 1 ... 7 8 9 10 11 ... 52 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!