登录

最新会员 最新下载

成为了本站VIP会员

11月01日 14:12

成为了本站VIP会员

10月30日 16:42

成为了本站VIP会员

10月27日 10:54

成为了本站VIP会员

10月23日 19:14

成为了本站VIP会员

10月21日 21:03

成为了本站VIP会员

10月20日 16:48
已选条件
  1. 编程语言:C++
  2. 代码类别:Windows编程
  3. 发布时间:一周内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. NtpClient

说明:  ntp 程序,CNtpClient实现连接ntp服务器。更新本地时间。(ntp test code, windows connect ntp server ,update local pc time.)

2
下载
105
浏览
2020-03-25发布

2. ExcelTest

说明:  这是excel操作的例子,用于操作Excel文件(This is an example of an excel operation, used to manipulate an excel file)

2
下载
97
浏览
2020-03-23发布

3. vuln_javascript-master

说明:  模拟真实的浏览器的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)

0
下载
75
浏览
2020-03-22发布

4. 矩阵转置

说明:  引用中间变量,实现两个数的交换,从而实现矩阵的转置,并输出初始矩阵和转置后的矩阵。(The intermediate variable is used to realize the exchange of two numbers, so as to realize the transposition of the matrix, and output the initial matrix and the transposed matrix.)

0
下载
67
浏览
2020-03-19发布

5. CunTest

说明:  能实现qt+gdal+vs显示遥感图像,支持打开文件目录等操作(It can display remote sensing image with QT + GDAL + vs, and support opening file directory and other operations)

1
下载
103
浏览
2020-03-17发布

6. StudentGradeSystem

说明:  通过读取已经建立的数据库数据,显示数据库信息(Display the database information by reading the established database data)

0
下载
83
浏览
2020-03-13发布

7. untitled8

说明:  基于C++和QT的联合开发,它被用来建立其他的接口学习机制(Based on the joint development of C + + and QT, it is used to establish other interface learning mechanisms)

0
下载
65
浏览
2020-03-13发布

8. psm-src-0.50.189.0

说明:  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.

0
下载
83
浏览
2020-03-09发布

9. random

说明:  本程序利用C++产生随机数,每次产生的随机数都不一样(This program uses C ++ to generate random numbers, the random numbers generated each time are different)

0
下载
72
浏览
2020-03-06发布

10. 综合成本(火电机组与光热)

说明:  光热电站和火电机组的优化调度,可用于光热电站的学习(Optimal operation of photothermal power station and thermal power unit)

12
下载
229
浏览
2020-03-05发布

11. channel

说明:  仿真一个4QAM信号通过莱斯因子为2的随机衰落信道和AWGN信道的过程,计算不同信噪比下的误码率。在Visual Studio下使用IT++仿真。(A 4QAM signal passes through the random fading channel with rice factor 2 and AWGN channel to calculate the bit error rate under different SNR. Itpp emulation.)

1
下载
74
浏览
2020-03-02发布

12. 心里评测系统

说明:  一个课设项目,使用dev,利用c语言完成一个控制台的心里评测系统(A course project, using dev, using C language to complete a console psychological evaluation system)

0
下载
50
浏览
2020-02-28发布

13. 仰邦LED控制卡Demo

该程序是一个仰邦LED卡的Demo,主要是有连接控制卡、通过控制卡向LED发送文字、通过控制卡展示表格,注意该程序使用的是LedDynamicArea.dll动态链接库实现的,如果你有什么新的想法,可以在https://xian689.com沟通

3
下载
556
浏览
2020-02-25发布

14. bwlabel

说明:  本方法用C++语言实现Matlab bwlable,亲测有效(this is bwlabel function by using C++)

1
下载
80
浏览
2020-02-24发布

16. 算法考试

说明:  算法考试c语言实现 数据结构C语言常见算法(Implementation of data structure in algorithm test c common algorithms in C language)

0
下载
71
浏览
2020-02-16发布

17. 新建文本文档 (4)

说明:  实现material studio多晶型物预测(Realize the prediction of material studio polycrystalline)

1
下载
100
浏览
2020-02-11发布

18. VC MFC 常用ICON格式图标5000个

说明:  VC MFC 常用ICON格式图标5000个(5000 icons in common icon format of VC MFC)

1
下载
75
浏览
2020-02-08发布

19. TeeChart.Pro.v5.ActiveX

说明:  用于想做曲线图表的软件,这个控件很好,适合VC++、C++Builder用其它可用ActiveX的工具均可使用。(This control is very good for the software that wants to make curve chart. It is suitable for VC + +, C + + Builder and other available ActiveX tools.)

3
下载
70
浏览
2020-02-07发布

20. 《C语言精彩百例》源代码

说明:  《C语言精彩编程百例》源代码,压缩包有一些c语言编程的例子(The source code of "100 wonderful programming cases of C language". There are some examples of C language programming in the compressed package)

1
下载
94
浏览
2020-02-05发布