登录

最新会员 最新下载

成为了本站VIP会员

01月05日 00:38

成为了本站VIP会员

2024-12-25 15:38

成为了本站VIP会员

2024-12-25 12:28

成为了本站VIP会员

2024-12-25 12:10

成为了本站VIP会员

2024-12-24 23:54

成为了本站VIP会员

2024-12-24 23:29
已选条件
  1. 编程语言:Visual C++
  2. 代码类别:Windows编程
  3. 发布时间:近三天
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. multiview

  VC++实现 multiview多视图窗口的实例源代码,可看到打开窗体时有几个子窗体随主窗口一起打开,如果你不知道这是怎么创建的,那么你需要本源码为你提供参考。源码在VC6.0下可顺利编译。如果初次编译有误,你可重新编译一下即可正常。(VC++ implementation source code examples multiview multi-view window, you can see there are several sub-forms together with the main window opens, if you do not know how to create, then you need to provide a reference for the source when you open the form. Source code can be compiled successfully under VC6.0. If the initial compilation is incorrect, you can recompile to normal.)

6
下载
107
浏览
2014-06-03发布

2. OpenTLD-master

  open tld can be used to mimic gesture control and many other feuteristic application...

2
下载
106
浏览
2014-06-03发布

3. FileCheck

  文件监控,yong VC++ xiele (file watch!!!)

1
下载
98
浏览
2014-06-03发布

4. MFCPADOPAccess_budget_mgr

  使用ADO,进行Access数据库的存取操作,VC6以及更新版本均可使用,有代码注释。注:实现了记账管理软件,基于MFC的界面(With ADO, Access database access operations performed, VC6 and later versions can be used with code comments. Note: The realization of accounting management software, MFC-based interface)

3
下载
121
浏览
2014-05-31发布

5. Space_Invaders

  Space Invaders in OpenGL, simple version.

1
下载
117
浏览
2014-05-30发布

6. MFC-ODBCaccess

  VC++ 使用MFC ODBC访问数据库,请注意:在VC环境下运行程序前,必须注册ODBC数据源,数据库文件为bookinfo.mdb,数据源名称为bookinfo,直接运行可执行文件也需要将数据库文件与可执行文件放在同一路径下(VC++ using MFC ODBC to access the database, please note: In the VC environment before running the program, you must register ODBC data source, the database file is bookinfo.mdb, data source name is bookinfo, also need to run an executable file with an executable database files files in the same path)

3
下载
103
浏览
2014-05-30发布

7. MyPictureDrawing2

  自己编写的类似画图软件的vc++程序,可以实现铅笔画线、画圆、椭圆等基本画图功能,还有颜色选项(I have written similar vc++ drawing software program, you can achieve a pencil drawing a line, circle, ellipse and other basic drawing functions, as well as color options)

1
下载
104
浏览
2014-05-29发布

8. ClearRubbish

  VC++实现的多线程系统清理程序,可清理系统垃圾文件,使用的是多线程技术,有必要一看,内核仿360的(VC++ implementation of the multi-threaded system cleaning program can clean up the system junk files, using multi-threading technology, it is necessary to look, kernel imitation 360)

2
下载
91
浏览
2014-05-29发布

9. GpsTool(20130913)

  坐标转换,可将坐标从大地坐标转换为地方坐标并可以反转(Coordinate conversion, coordinate conversion from geodetic coordinates to local coordinates and can be reversed)

6
下载
103
浏览
2014-05-28发布

10. xmsswifiqd

  vc书籍。入门级教学,用于引导新手。用于自学。(vc books. Entry-level teaching, to guide novice. For self-study.)

1
下载
117
浏览
2014-05-25发布

11. DeskTopWallPaper

  使用VC++,调用windows系统API修改桌面壁纸的例子,可以参考下(The use of VC++, windows system calls API to modify the desktop wallpaper example, can refer to )

5
下载
129
浏览
2014-05-22发布

12. You-are-no-longer-afraid-pointer

  要了解指针,多多少少会出现一些比较复杂的类型,所以我先介绍一下如何完全理解一个复杂类型,要理解复杂类型其实很简单,一个类型里会出现很多运算符,他们也像普通的表达式一样,有优先级,其优先级和运算优先级一样(To understand pointers, more or less there will be some of the more complex types, so I' ll explain how to fully understand a complex type, to understand the complex type is actually very simple, there will be a lot of one type of operator, they, like the general expression style, have a priority, the priority and operational priorities as)

1
下载
115
浏览
2014-05-19发布

13. test2

  在VC++环境下利用opengl绘制旋转正方体(Use opengl rendering rotating cube in VC++ environment )

3
下载
110
浏览
2014-05-19发布

14. ADO_OBJECT

  ADO链接Access2010的程序 MFC 自己编写的实现以CRecordSet 实现增删改查操作数据库功能 注意 包中有database1文件路径不对,放到C:\database1.accdb即可运行 否则异常(MFC ADO link Access2010 I have written a program to achieve a CRecordSet achieve CRUD database operations function Note package has database1 file path is wrong, put C: database1.accdb to run otherwise abnormal)

16
下载
118
浏览
2014-05-15发布

15. dushu

  使用回溯法解决数独问题。。。。。。。。。。。。。。。。。。。。。(Solve Sudoko problem with backtracking algorithm.)

1
下载
139
浏览
2014-05-14发布

16. WINDOWS-VIA-C-CPP

  Windows核心编程(第5版) Windows Via C/C++ by Jeffrey Richter and Christophe Nasarre (Windows core programming (5th Edition) Windows Via C/C++ by Jeffrey Richter and Christophe Nasarre)

2
下载
109
浏览
2014-05-13发布

17. GPA-Calculators

  GPA 计算器的设计,利用Visual C++设计的GPA 计算器的源代码程序(GPA calculator design, the use of Visual C++ design GPA calculator source code program)

1
下载
95
浏览
2014-05-11发布

18. WaveFilePro

  WAVE文件解析:大小、采样率、采样位、通道个数、双声道分离与合并、简单混音。VC6.0调试通过!(WAVE file parsing: size, sample rate, sample position, the number of the channel, dual channel separation and merging, simple mixing. VC6.0 debugging through!)

8
下载
133
浏览
2014-05-08发布

19. TextView_VC6_Project

  Sample Visual Studio C++ 6 source code for building a text file viewer named, TextView. May be used as a replacement for Microsoft s Notepad utility.

2
下载
127
浏览
2014-05-07发布

20. Microsoft.VC90.CRT

  MFC release版本程序运行时库。程序和库安装在同一目录,不用安装VS,程序就可以运行(MFC release version program runtime library)

22
下载
140
浏览
2014-05-07发布