John解密用法DOS: unshadow.exe passwd shadow >jiaozhu [这一步生成需要破解的密码] john-386.exe jiaozhu [开始爆破...睡觉去吧。睡觉起来再看破解成功没..建议放在服务器跑] 解密成功的话会把用户名和密码保存在john.pot 文件。查看该文件即可。 具体软件看我之前的分享
2021-01-28 00:49:36 2KB 密码破解方法
1
Publication Date: July 27, 2011 Important elements of games, movies, and other computer-generated content, shadows are crucial for enhancing realism and providing important visual cues. In recent years, there have been notable improvements in visual quality and speed, making high-quality realistic real-time shadows a reachable goal. Real-Time Shadows is a comprehensive guide to the theory and practice of real-time shadow techniques. It covers a large variety of different effects, including hard, soft, volumetric, and semi-transparent shadows. The book explains the basics as well as many advanced aspects related to the domain of shadow computation. It presents interactive solutions and practical details on shadow computation. The authors compare various algorithms for creating real-time shadows and illustrate how they are used in different situations. They explore the limitations and failure cases, advantages and disadvantages, and suitability of the algorithms in several applications. Source code, videos, tutorials, and more are available on the book’s website www.realtimeshadows.com.
2020-03-14 03:07:14 47.01MB realtime shadow
1
directx写的阴影例子源码,带汇编,带.x模型文件,极好的3d参考源码
2020-02-11 03:07:29 1.73MB Shadow
1
代码借鉴,放送,不要说分数的问题了 1、Android团队提供的示例项目   如果不是从学习Android SDK中提供的那些样例代码开始,可能没有更好的方法来掌握在Android这个框架上开发。由Android的核心开发团队提供了15个优秀的示例项目,包含了游戏、图像处理、时间显示、开始菜单快捷方式等。   2、 Remote Droid   RemoteDroid是一个Android应用,能够让用户使用自己的无线网络使用无线键盘、触摸屏操作手机。这个项目为开发者提供了如网络连接、触摸屏手指运动等很好的样例。   3、 TorProxy和Shadow   TorProxy应用实现了Android手机无线电电传通讯(TOR),和Shadow应用一起使用,可以使用手机匿名上网。从该项目源代码中,可以掌握socket连接、管理cookie等方法。      4、 Android SMSPopup   SMSPopup可以截获短信内容显示在一个泡泡形状的窗口中。从这个项目中可以掌握到如何使用内置的短信SMS接口。   5、 Standup Timer   Standup Timer应用用于控制站立会议时间,类似秒表倒计时,可以提醒每个人的讲话时间已到,从而保证每个与会者使用时间一样。从该项目的代码中,可以学会如何使用时间函数。另外,这个项目的代码是采用视图view、模型model严格分离的设计思路。      6、 Foursquare   是Foursquare.com的一个客户端应用,该应用主要分为两个模块:API(com.joelapenna.foursquare)和界面前端 (com.joelapenna.foursquared)两部分。从该项目代码中,可以学会如何同步、多线程、HTTP连接等技术。   7、 Pedometer   Pedometer应用用于记录你每天走路步数的。尽管记录不一定精准,但是从这个项目中,可以学习几个不同的技术:加速器交互、语音更新、后台运行服务等。   8、 OpenSudoku-android   OpenSudoku是一个简单的九宫格数独游戏。从代码中可以学习到如何在视图中显示表格数据,以及如何和一个网站交互等技术。   9、 ConnectBot   ConnectBot是Android平台的一个客户端安全壳应用。从该项目代码中,可以学习到很多Android安全方面的内容,这些是你在开发应用时经常需要考虑的安全问题。   10、 WordPress的Android应用   当然在最后不能不提WordPress的Android应用了,这是WordPress官方开发团队提供的一个项目。从代码中可以学习到XMLRPC调用(当然还有更多的优秀内容)。    ================================================================================================ 本资料共包含以下附件: 10个经典的Android开源应用项目.rar
2020-01-03 11:38:53 9.69MB Shadow Android SMSPopup Standup
1
Shadow Defender 1.4 中文 汉化版 带 序列号
2019-12-21 22:22:32 3.12MB Shadow Defender 影子系统
1
讲各种实时阴影技术的好书 看目录: 1Introduction 1 1.1Denition...............................3 1.2ImportanceofShadows.......................12 1.3Di›cultyofComputingShadows.................15 1.4Overview...............................19 1.5GeneralInformationfortheReader................20 2BasicShadowTechniques 21 2.1ProjectionShadows.........................22 2.2ShadowMapping..........................31 2.3ShadowVolumes...........................44 2.4StencilShadowVolumes......................48 2.5Transparency.............................72 2.6Summary...............................73 3Shadow-MapAliasing 75 3.1ShadowMappingasSignalReconstruction...........75 3.2InitialSamplingError—Undersampling.............81 3.3ResamplingError..........................87 4Shadow-MapSampling 89 4.1Fitting.................................89 4.2Warping................................93 4.3GlobalPartitioning.........................110 4.4AdaptivePartitioning........................123 4.5View-SampleMapping.......................131 4.6Shadow-MapReconstruction...................134 4.7TemporalReprojection.......................136 4.8Cookbook...............................137 5FilteredHardShadows 139 5.1FiltersandShadowMaps......................140 5.2ApplicationsofFiltering......................144 5.3PrecomputingLargerFilterKernels................147 5.4Summary...............................160 6Image-BasedSoft-ShadowMethods 161 6.1Introduction.............................161 6.2Basics.................................166 6.3AReferenceSolution........................172 6.4AugmentingHardShadowswithPenumbrae..........174 6.5BlurringHard-Shadow-TestResults................178 6.6FilteringPlanarOccluderImages.................187 6.7ReconstructingandBack-ProjectingOccluders.........191 6.8UsingMultipleDepthMaps....................204 6.9Summary...............................206 7Geometry-BasedSoft-ShadowMethods 209 7.1PlausibleShadowsbyGeneratingOuterPenumbra.......209 7.2InnerandOuterPenumbra..........
2019-12-21 21:12:57 47.01MB shadow realtime 阴影 3d
1
shadow map范例,对应解释文档参考 http://blog.csdn.net/ronintao/article/details/51649664
2019-12-21 21:00:47 4.26MB unity shadowmap
1
windows 内核函数声明 ntuser.h SHADOW SSDT 头文件 头定义 系统
2019-12-21 20:28:49 29KB ntuser.h SHADOW SSDT 头文件
1
《Ray Tracing from the Ground Up》, chapter16, shadow。所有代码移植到Codeblocks。同时包含个人的测试图形。
2019-12-21 20:07:57 1013KB ray_tracing ground_up shadow
1
要实现基于OpenGL ES 2.0的阴影映射,要攻克这三个技术难点: 1、 熟练操作FBO。帧缓存FBO是需要熟练操控的,因为FBO可以很快地将深度图写入一块显存中,然后作为纹理渲染到真实的场景中。 2、 掌握着色器的使用。由于OpenGL ES 2.0只允许使用着色器来对其进行渲染,因此对着色器的书写熟练程度要求较高。 3、 掌握将float深度数据分拆成vec4再将vec4合并成float的操作。这个已经成为业内熟练掌握的技能之一了,网络上搜索“how to pack float into RGBA”,能够得到很多有用的回答。
2019-12-21 19:59:17 7KB Qt shadow map OpenGL
1