Qt-Advanced-Docking-System-master
2023-02-24 10:28:58 28.56MB Qt
1
Table of Contents System Design Interview: An Insider’s Guide FORWARD CHAPTER 1: SCALE FROM ZERO TO MILLIONS OF USERS CHAPTER 2: BACK-OF-THE-ENVELOPE ESTIMATION CHAPTER 3: A FRAMEWORK FOR SYSTEM DESIGN INTERVIEWS CHAPTER 4: DESIGN A RATE LIMITER CHAPTER 5: DESIGN CONSISTENT HASHING CHAPTER 6: DESIGN A KEY-VALUE STORE CHAPTER 7: DESIGN A UNIQUE ID GENERATOR IN DISTRIBUTED SYSTEMS CHAPTER 8: DESIGN A URL SHORTENER CHAPTER 9: DESIGN A WEB CRAWLER .....
2023-02-23 18:53:56 16.38MB SystemDesign Interview
1
Simple Waypoint System 。Used by hundreds of developers, Simple Waypoint System allows you to create paths right within the editor, then tell any game object to follow your path via our movement scripts.
2023-02-23 15:59:20 27.32MB unity game sws
1
The book tries to give students of computer science and professional programmers a general understanding of operating systems--the programs that enable people to share computers efficiently. To make the sharing of a computer tolerable, an operating system must enforce certain rules of behavior on all its users. One would therefore expect the designers of operating systems to do their utmost to make them as simple, efficient, and reliable as possible. A number of operating systems made in the early 1960's had these characteristics; but in the late 1960's designers were often overambitious and built enormous systems with poor performance. I see no inherent reason why operating systems should not reach the quality of program construction found in present compilers; this will require an understanding of the principles common to all operating systems and a consistent use of safe methods of designing large programs. It is my hope that this book will give you a start in this direction. I assume that you are familiar with the basic structure of computers and programming languages and have some experience in writing and testing non-trivial programs. In a few cases a knowledge of elementary calculus and probability theory is also needed. THEM
2023-02-23 09:15:05 16.03MB Operating System
1
System 权限获得工具。 解压后打开启动程序,并继续。并在300秒内在弹出的第一个黑框(CMD)中输入 explorer.exe 回车 确定 完成 等待,然后关闭所有黑框。 中途会关闭资源管理器 explorer.exe 经测试,来宾账户不能使用这个文件。
2023-02-21 11:12:12 2KB system 权限获得 超级用户 用户
1
certificate_generator_with_auto-mailing_system #alter .csv文件添加数据,或者您可以创建另一个.csv文件并添加数据1.只需安装所需的python库-> opencv-python,枕头,smtplib,pyrebase Commnad line:pip install "name-of-python-library" 2.根据自己的apiKeys更改firebase的配置 config = { "apiKey": "****", "authDomain": "****", "databaseURL": "***", "projectId": "**", "storageBucket": "***", "messagingSenderId": "***", "appId": "***", "measurementId": "**
2023-02-21 00:21:39 6.42MB python opencv firebase pillow
1
用于基本结构系统可靠性分析的 MATLAB 脚本:串联、并联、k-out-of-n、具有完美和不完美切换的冷备用,使用相型分布的闭合特性。 这些脚本与发表在《商业和工业应用随机模型》中的文章“使用相型分布闭合特性对系统可靠性进行建模和分析”相关,2020 年。 https://doi.org/10.1002/asmb.2509 。 开放获取讲义: https://www.researchgate.net/publication/339842412_Lecture_Notes_on_Functional_System_Reliability_Analysis_An_Algorithmic_Approach
2023-02-20 10:30:45 504KB matlab
1
准备外企 System Design 面试的很好的资料,完整版PDF。这个是第二部著作,2022年3月出版。
2023-02-19 03:15:35 120.46MB interview 面试 系统设计
1
神经网络实现mppt控制
2023-02-15 17:14:06 44KB nn 神经网络 mppt pv
1
基于全同态加密的安全人脸识别系统 本人个人主页: 指导老师:陈智罡(Zhigang Chen), 个人网站: 本项目获得第十二届全国大学生信息安全竞赛国家级二等奖。 特点说明: 随着人脸识别技术广泛使用,人脸数据安全问题的严重性也日益增长。 我们采用了全同态加密的方法来保证数据的安全性。 全同态加密:全同态加密支持加密域中密文的计算。那么全同态加密的提出就能够很好的解决计算隐私的问题。我们都知道人脸识别或者说机器学习甚至是整个人工智能,归根到底都是统计数学方法,那么就避不开计算,如此一来,我们就可以先用公钥将数据进行加密,加密后的密文进行数据传输和数值计算,计算结果还是为密文,用户收到密文结果后用私钥进行解密。这样就很好的保证了数据的隐私安全性。 项目难点: 1、Python和C++的跨平台开发,密码学的全同态加密算法采用C++语言编写,人工智能中的人脸识别算法采用Python编写; 2、
2023-02-10 15:38:55 190.8MB Python
1