虫虫首页|资源下载|资源专辑|精品软件
登录|注册

Spirit

  • 著名的Parser库Spirit在VC6上的Port

    著名的Parser库Spirit在VC6上的Port,还带十几个Parser的例子。自己开发领域小语言的利器。

    标签: Parser Spirit Port VC6

    上传时间: 2013-12-16

    上传用户:lxm

  • This text introduces the Spirit and theory of hacking as well as the science behind it all it also p

    This text introduces the Spirit and theory of hacking as well as the science behind it all it also provides some core techniques and tricks of hacking so you can think like a hacker, write your own hacks or thwart potential system attacks. 译作:《黑客入侵的艺术》,也是从朋友的宝箱中搜来的,以前层大致浏览过,是难得一件的好资料。

    标签: introduces the hacking science

    上传时间: 2013-12-28

    上传用户:离殇

  • This text introduces the Spirit and theory of hacking as well as the science behind it all it also p

    This text introduces the Spirit and theory of hacking as well as the science behind it all it also provides some core techniques and tricks of hacking so you can think like a hacker, write your own hacks or thwart potential system attacks. 我记得好像的关于缓冲区溢出的

    标签: introduces the hacking science

    上传时间: 2014-08-14

    上传用户:Breathe0125

  • 蒙特卡罗方法完整教程. 蒙特卡罗(Monte Carlo)不同于确定性数值方法

    蒙特卡罗方法完整教程. 蒙特卡罗(Monte Carlo)不同于确定性数值方法,它是用来解决数学和物理问题的非确定性的(概率统计的或随机的)数值方法。Monte Carlo 方法(MCM),也称为统计试验方法,是理论物理学两大主要学科的合并:即随机过程的概率统计理论(用于处理布朗运动或随机游动实验)和位势理论,主要是研究均匀介质的稳定状态。它是用一系列随机数来近似解决问题的一种方法,是通过寻找一个概率统计的相似体并用实验取样过程来获得该相似体的近似解的处理数学问题的一种手段。运用该近似方法所获得的问题的解in Spirit更接近于物理实验结果,而不是经典数值计算结果。 关键词: 蒙特卡罗 仿真 模拟打靶 概率

    标签: Monte Carlo 蒙特卡罗 教程

    上传时间: 2016-06-06

    上传用户:jing911003

  • 粒子效果演示(附代码) 利用C++所提供的一些标准容器很容易实现粒子效果. 简单的说就是,将粒子数据写在一个类里面,有一个粒子源,不停地生成粒子,然后放入一个stl::list中(push

    粒子效果演示(附代码) 利用C++所提供的一些标准容器很容易实现粒子效果. 简单的说就是,将粒子数据写在一个类里面,有一个粒子源,不停地生成粒子,然后放入一个stl::list中(push_back()方法), 然后在一个循环中遍例粒子链表,并渲染粒子,粒子的参数并不断更新,如果粒子的ALPHA值小于0,即不可见了,即代表粒子已经死亡, 即从list中删去(erase()方法), 销毁死去的粒子很重要, 如果搞忘了这一步, 你的内存很快就会被吃掉干净了. 第一个版本是用交错平面画的粒子. 第二个版本是用Point Spirit(点精灵)画的粒子, 可以看看效果上面的区别 SPACE - 暂停粒子源发射粒子 LINK中忘记去掉cg.lib cgGL.lib 了, 此程序不需要CG, 如果要编译请去掉.

    标签: list push stl 代码

    上传时间: 2013-12-14

    上传用户:jing911003