▍1. C++类的练习
说明: C++类的练习(C + + class exercises)(C + + class exercises)
说明: C++类的练习(C + + class exercises)(C + + class exercises)
说明: 流行的一个VC++颜色拾取器源代码,现又经完善修正,加入了取色时的颜色提示,接近完美。(The source code of a popular VC ++ color picker has been improved and added color hints when picking colors, which is close to perfection.)
说明: 一个展示MVVM设计模式使用的程序,整合了MVVMLight框架,可以学习MVVMLight的用法(A program that demonstrates the use of MVVM design patterns, integrates the MVVMLight framework, and can learn the usage of MVVMLight)
说明: VC写的AVI文件解析及播放程序,使用VC解析avi文件主要是分析avi文件头,提取各种信息,比如采样率等,还可以计算文件播放时长。(The AVI file analysis and playback program written by VC. The analysis of AVI files using VC is mainly to analyze the AVI file header, extract various information, such as the sampling rate, etc., and also calculate the file playback time.)
说明: vc.net 过滤指定目录下的子目录,可以指定过滤条件,指定子目录的过滤条件,指定子目录下所有过滤文件的列表,支持过滤表达式(vc.net filters the sub-directories in the specified directory, you can specify the filter conditions, specify the filter conditions of the sub-directory, specify the list of all filtered files in the sub-directory, support filter expressions)
说明: VC++基于OpenGL技术实现的3D俄罗斯方块游戏,游戏玩法与以往的俄罗斯方块区别不大,这里主要是3D图形的设计部分,编辑时请OpenGL中的相应类库已打包(VC ++ is a 3D Tetris game based on OpenGL technology. The gameplay is not much different from the previous Tetris. Here is the design part of 3D graphics. Please edit the corresponding class library in OpenGL when editing.)
说明: 在学习有限元课程时做的一个作业,用C/C++编程求解一个简单的有限元问题,可以作为有限元学习的编程实例,以更好地理解有限元理论(A homework done while studying the finite element course. Solving a simple finite element problem with C / C ++ programming can be used as a programming example for finite element learning to better understand the finite element theory.)
说明: 用地层速度,密度等数据对地震资料进行地球物理反演,运用了傅里叶变换求得了子波频谱,反射时间序列等(Geophysical inversion of seismic data is carried out by using the data of formation velocity and density. Wavelet spectrum and reflection time series are obtained by using Fourier transform)
说明: VC++超简单员工考勤系统,ACCESS数据库,可以分超级管理员和一般员工用户登录,超级管理员可以维护员工信息和进行系统设置(VC ++ super simple employee attendance system, ACCESS database, can be divided into super administrator and general employee users to log in, super administrator can maintain employee information and make system settings)
说明: VC++ 直接通过ODBC操作读写Excel表格文件的程序,附上源代码(VC ++ program for reading and writing Excel file directly through ODBC operation, with source code attached)
说明: 一个简单的编程源代码,帮助企业完成仓库管理等各种作业(Help enterprises to complete various functions such as warehouse management)
说明: ntp 程序,CNtpClient实现连接ntp服务器。更新本地时间。(ntp test code, windows connect ntp server ,update local pc time.)
说明: 这是excel操作的例子,用于操作Excel文件(This is an example of an excel operation, used to manipulate an excel file)
说明: 模拟真实的浏览器的JavaScript的环境,通常地,我们使用的JavaScript来精心设计一些操作DOM和其它浏览器对象的逻辑代码时会使得浏览器产生崩溃,针对不同种类的崩溃有不同的利用方法。vuln_javascript收集了UAF和越界界线的两个突破类型,希望vuln_javascript可以帮助更多安全爱好者理解浏览器内核突破原理和细节还有相关的漏洞利用编写技巧(Simulate the real browser JavaScript environment. Generally, when we use JavaScript to carefully design some logic code to operate Dom and other browser objects, the browser will crash. There are different ways to use different kinds of crashes. Vuln? JavaScript collects two types of breakthroughs: UAF and boundary crossing. I hope that Vuln? JavaScript can help more security enthusiasts understand the principle and details of browser kernel breakthrough, as well as related vulnerability utilization and writing skills)
说明: 能实现qt+gdal+vs显示遥感图像,支持打开文件目录等操作(It can display remote sensing image with QT + GDAL + vs, and support opening file directory and other operations)
说明: 通过读取已经建立的数据库数据,显示数据库信息(Display the database information by reading the established database data)
说明: 基于C++和QT的联合开发,它被用来建立其他的接口学习机制(Based on the joint development of C + + and QT, it is used to establish other interface learning mechanisms)
说明: PuTTY Session Manager is a tool that allows system administrators to organise their PuTTY sessions into folders and assign hotkeys to favourite sessions. Multiple sessions can be launched with one click. Requires MS Windows and the .NET 2.0 Runtime.