C语言中 int main(int argc,char *argv[])的两个参数详解 argc是命令行总的参数个数; argv[]是argc个参数,其中第0个参数是程序的全名,以后的参数。命令行后面跟的用户输入的参数。 int main(int argc, char* argv[]) { int i; for (i = 0; i>i; return 0; }    执行时敲入     F:\MYDOCU~1\TEMPCODE\D1\DEBUG\D1.EXE
2021-05-08 22:10:19 48KB ar c char
1
AR Survival Shooter: AR FPS — Augmented Reality — AR Shooter – download Unity assetAR Survival Shooter is the first-person Shooter (FPS) in Augmented Reality: kill the zombies and save your life with full immersion in the game! All paid assets are included in Unity Package:— AR Camera GYRO (docs) to implement Augmented Reality for wide range of mobile devices. You can use any AR Engine (ARCore, ARKit, etc.) because there is no hard connection between Unity Project and AR Camera GYRO (docs). — Real-Time AR Shadows (docs). ☄️ FEATURESBring the enchanting Power of Augmented Reality into your amazing Game or App: — Feel the Effect of Presence with Same AR as in Pokemon GO game. — Kill 3 Types of Zombies in Real World: Bunnies, Bears & Elephants. — Defend “Iron Throne” from Enemy Damage. — Be Warned about Enemy Attacks through Red Fullscreen Flashes & Health Bar. — Mobile Optimizations: —— Object Pool with separate Enemy Manager for each Zombie prefab; —— TextMesh PRO for Texts to update them when it really needs. ☄️ FULLY COMMENTED CODEAll modules are designed independently to keep this asset extendable & easy to understand. ☄️ TESTED WITH MOBILE DEVICES— iOS on iPhone 6, 8, XS Max.— Android on Samsung Galaxy S10. ☄️ DOCS & SUPPORTFirst of all, read the docs.If it didn’t help, get the support.
2021-05-08 15:59:06 274B AR Shooter 射击 AugmentedReality
1
Complete Virtual Reality and Augmented Reality Development with Unity by Jesse Glover Jonathan Linowes Packt Publishing English 2019-04-17 668 pages Details Title: Complete Virtual Reality and Augmented Reality Development with Unity Author: Jesse Glover, Jonathan Linowes Length: 668 pages Edition: 1 Language: English Publisher: Packt Publishing Publication Date: 2019-04-17 ISBN-10: 1838648186 ISBN-13: 9781838648183 Sales Rank: #218169 (See Top 100 Books) Categories Computers & Technology Games & Strategy Guides Programming Programming Languages Description Get close and comfortable with Unity and build applications that run on HoloLens, Daydream, and Oculus Rift Key Features Build fun augmented reality applications using ARKit, ARCore, and Vuforia Explore virtual reality by developing more than 10 engaging projects Learn how to integrate AR and VR concepts together in a single application Book Description Unity is the leading platform to develop mixed reality experiences because it provides a great pipeline for working with 3D assets. Using a practical and project-based approach, this Learning Path educates you about the specifics of AR and VR development using Unity 2018 and Unity 3D. You'll learn to integrate, animate, and overlay 3D objects on your camera feed, before moving on to implement sensor-based AR applications. You'll explore various concepts by creating an AR application using Vuforia for both macOS and Windows for Android and iOS devices. Next, you'll learn how to develop VR applications that can be experienced with devices, such as Oculus and Vive. You'll also explore various tools for VR development: gaze-based versus hand controller input, world space UI canvases, locomotion and teleportation, timeline animation, and multiplayer networking. You'll learn the Unity 3D game engine via the interactive Unity Editor and C# programming. By the end of this Learning Path, you'll be fully equipped to develop rich, interactive mixed reality experiences
2021-05-08 13:52:47 45.89MB AR VR Virtual Reality
1
用simulink 进行卡尔曼滤波的仿真,直观形象的得到仿真结果 用simulink 进行卡尔曼滤波的仿真,直观形象的得到仿真结果
1
分别用Yule-Walker法、Burg法、协方差法进行AR模型的功率谱估计,并进行比较。
2021-05-07 09:20:07 6KB Yule-Walker法
1
最近呢,接到一个项目: 项目内容: 1.利用Python编写爬虫程序,爬取https://ncov.dxy.cn/ncovh5/view/pneumonia页面中当天的“疫情数据”并保存到本地 2.根据爬取的数据可视化展示 项目实现 很显然,该项目分为两个部分: 使用爬虫获取数据(request,beautifulsoup,pyquery……) 进行数据可视化(pyecharts,matplotlib……) 我们进入该网址使用快捷键F12浏览源代码 经过漫长的寻找我们找到了所需要的数据: 经过整理,我们发现它的数据是这样的: [{{“provinceName”:“黑龙江省”,“provin
2021-05-06 17:33:14 442KB ar art c
1
功能:使用Vuforia加载多个模型,通过不同图片显示不同模型,并且可以旋转缩放。 注:我下面的地址有放在gitee的地址可以给大家下载,相关一些讲解也在里面,没看到就用积分下载的就当是支持吧。 相关文章地址:https://blog.csdn.net/Fan_138/article/details/80692319
2021-05-06 14:51:44 75.41MB AR Vuforia
1
AR、MA、ARMA模型提取参数预测,不涉及参数优化,看完博文再下载,代码(MATLAB 2020)再博文里面都有写,也包含测试数据,对应博文:https://blog.csdn.net/Will_Zhan/article/details/116425215
2021-05-05 19:01:39 15KB AR MA ARMA 时间序列预测
1
pokemon go简单的demo,包含gyro,ibeacon距离检测和实时显示,抓精灵和特效音效。
2021-05-05 09:31:27 56.6MB PokemonGo AR Ibeacon
1