登录

最新会员 最新下载

成为了本站VIP会员

今天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. 编程语言:WINDOWS
  2. 代码类别:所有
  3. 发布时间:一月内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. 在一个班,C++使用三关键词设置访问界限:公共、私人…

 在一个类中,C++用三个关键词设置访问界限:public, private和protected。它们决定了跟在他们后面的标识符的被使用情况:public意味着其后的标识符可以被用户定义的其实例引用 而private则说明其后的标识符除了类的成员函数之外,用户定义的其实例不能引用 protected为类的继承提供了接口,同时保护其不被外界访问。-In a class, C++ using the three keywords set to visit boundaries: public, private and protected. They decided to follow behind in their use of the identifier: public means the following can be user-defined identifier of the examples cited and private identifier is illustrated in the following categories of members in addition to function, the user the definition of its instances can not be invoked protected to provide the type of interface inheritance, at the same time not to be outside the protection of their visit.

1
下载
36
浏览
2023-08-14发布

2. 10. 编写程序对八皇后问题进行求解:在8行8列的棋盘上放置8个皇后,使任一个皇后都不能吃掉其他的7个皇后(注:皇后可吃掉与她处于同行或同列或同一对角线上的其他...

10. 编写程序对八皇后问题进行求解:在8行8列的棋盘上放置8个皇后,使任一个皇后都不能吃掉其他的7个皇后(注:皇后可吃掉与她处于同行或同列或同一对角线上的其他棋子),并将结果以某种方式显示出来。-10. Write a program to solve the eight queens problem: In the line 8 8 of 8 placed on board the Queen, so that either a queen can not eat the other seven Queen (Note: The Queen can eat with her peers or the same column in the or the same diagonal and other pieces), and the results displayed in some way.

1
下载
38
浏览
2023-08-14发布

3. WebCam BCB XE2 抓取影像用測試程式

这是一个笔试的USB摄像头测试程序,提供初学者捕捉摄像头视频输入的目的,使用面板的输出接口采用VFW捕获只有一个简单的Windows界面程序,Embarcadero公司的RAD Studio XE2〜XE4兼容视频采集的例子。

1
下载
34
浏览
2023-08-14发布

4. 这是一个用于电力系统的绘图软件,它可以绘制各种功率…

用vc开发的针对电力系统的绘图程序,可以绘制各种电力电网图- This is a drawing software using for Power system, it can draw all kind of power grid figures.

1
下载
38
浏览
2023-08-14发布

5. 这个是VFP的课程设计~在设计的时候语句有问题导致有时会出现一点小错误~有经验的人麻烦帮我看一下...

这个是VFP的课程设计~在设计的时候语句有问题导致有时会出现一点小错误~有经验的人麻烦帮我看一下-This is a course design in VFP~There are some min mistakes in the sentence make the programe doesn t run correct sometimes.If you are the salted one please help me.

1
下载
34
浏览
2023-08-14发布

6. 求最小Hamilton回路功能:在n个顶点的带权图G中,一条Hamilton回路是一顶点序列v1,v2,• • • •...

求最小Hamilton回路功能:在n个顶点的带权图G中,一条Hamilton回路是一顶点序列v1,v2,• • • • vn 其中,每个顶点vi由一条边连到vi+1(i=1,2,• • • • • ,n-1),而vn被连到v1。在所有的Hamilton回路中,寻找一条权值和最小的回路,这条回路就是最小Hamilton回路-circuit for the smallest functional Hamilton : n vertices with the right graph G, a Hamilton Circuit is a sequence of vertices v1, v2,# 8226# 8226# 8226# 8226 T. which each vertex vi even from one side to a vi (i = 1,2,# 8226# 8226# 8226# 8226# 8226, n-1), which was connected to the T. v1. All the Hamilton circuit, finding a value and the right to the smallest circuit, this circuit is the smallest HamiltonianCycle

1
下载
36
浏览
2023-08-14发布

7. 一种局域网通讯工具,在局域网通信中,及时快速。包括源代码。

一个局域网信使工具,在局域网内通信,及时快速。包含源代码,可随意改动。-a LAN messenger tool in LAN communications, timely fast. Includes source code can be altered arbitrarily.

1
下载
39
浏览
2023-08-14发布

8. 网格 2D 划分 用于分割图像,剖析图像,并对图像进行进一步的处理...

网格 2D 划分 用于分割图像,剖析图像,并对图像进行进一步的处理-2D mesh division

1
下载
40
浏览
2023-08-14发布

9. 该源代码为一个简单的科学类型的计算器,是用VC编写的

该源代码为一个简单的科学类型的计算器,是用VC编写的-this code is a simple scientific caculator implemented in vc

1
下载
36
浏览
2023-08-14发布

10. 日语的汉字转假名,学习日语比较有用,用到了输入法,但是不能解决安装了office2007后的问题,日后再改进之...

日语的汉字转假名,学习日语比较有用,用到了输入法,但是不能解决安装了office2007后的问题,日后再改进之-Japanese kana characters to learn Japanese more helpful to use the input method, but can not solve office2007 installed after the issue of future improvements

1
下载
34
浏览
2023-08-14发布

11. Windows Socket API 使用经验

Windows Socket API 使用经验-Windows Socket API experience

1
下载
46
浏览
2023-08-14发布

12. This document is for the use of network programming, which there are many exampl...

本文件是供网络编程使用,里面还有许多实例。供初学者使用-This document is for the use of network programming, which there are many examples. For beginners to use

1
下载
51
浏览
2023-08-14发布

14. MFC 图像处理

这只是一个简单 MFC 可执行代码解决方案为各种图像处理的.raw 图像文件。该解决方案包含灰色-图像处理 (平滑、 锐化、 对比度拉伸、 缩放等) 和彩色图像 (RGB/HSI/YUV 颜色空间开关,平滑、 锐化、 对比度拉伸,等等。)我是只是本科的学生,也是初学图像处理算法,所以我必须承认这个源代码可能无法在所有有用。但我希望那是一个人,希望在类似层面上和我一起,将至少一个小提示在中找到他自己做。

1
下载
37
浏览
2023-08-14发布

15. 全程web应用建模的过程.rar

全程web应用建模的过程.rar-The whole process of web application modeling. Rar

2
下载
34
浏览
2023-08-14发布

16. do two

ASP.NET+c#做的双向探针,可以看服务器的相关信息,也可以看自己的信息,不需要做任何设置,上传后就可运行,如果使用国外空间请将web.config一起上传,否则可能会出现乱码.-do two-way probe, the server can see the relevant information, you can see their information and do not need to do any setup, and can upload operation, the use of foreign space Please upload sed together, otherwise there may be gibberish.

1
下载
48
浏览
2023-08-13发布

17. 小波变换程序

利用Morlet母小波对时间序列进行时频变换

1
下载
44
浏览
2023-08-13发布

18. 电子学习系统使用JSP

这是一个小型项目,模拟电子学习系统。它是用JSP编码的。数据库是mysql。数据库连接代码包含在代码中。

1
下载
35
浏览
2023-08-13发布

19. In the VC++ environment to achieve the related binary operation ... ...

在VC++环境下实现二叉树的相关操作-In the VC++ environment to achieve the related binary operation ... ...

1
下载
36
浏览
2023-08-13发布

20. 手机电话簿。管理电话簿

手机电话簿。管理电话簿-Mobile phone book. Management of telephone directory.

1
下载
37
浏览
2023-08-13发布