登录

最新会员 最新下载

成为了本站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. CRectTracker_Demo

说明:  在应用 CRectTracker 类的程序中响应 WM_LBUTTONUP 消息VC源代码(VC source code in response to WM_LBUTTONUP message in the application of CRectTracker class)

0
下载
63
浏览
2020-04-07发布

2. 画图板

说明:  类似Windows画图板的小程序,功能和界面全部模仿于Windows自带的画图板,界面如截图。功能主要有: 手绘线、简单图形、文字输入、图块拖放、重复撤销、画面缩放、打开保存图片文件(Small programs similar to the Windows drawing board, all functions and interfaces imitate the drawing board that comes with Windows. The interface is like a screenshot. The main functions are: hand-drawn lines, simple graphics, text input, block drag and drop, repeated undo, screen zoom, open and save picture files)

1
下载
69
浏览
2020-04-07发布

3. FileTransmit

说明:  支持多线程断点续传的文件传输(FTP)程序,含服务端和客户端、支持蓝牙(Bluetooth)传输(File transfer (FTP) program that supports multi-thread breakpoint resume (including server and client, supports Bluetooth (Bluetooth) transmission))

1
下载
69
浏览
2020-04-06发布

4. 曲线和曲面算法

说明:  代码包含以下算法:三叶梅花线,圆柱螺线,圆锥螺线,三次贝塞尔曲线,三次B样条曲线。 环形面,锥面,双线性曲面,旋转曲面,贝塞尔曲面,B样条曲面。(The code contains the following algorithms: three-leaf plum blossom line, cylindrical spiral, conical spiral, cubic Bezier curve, cubic B-spline curve. Torus, cone, bilinear surface, rotation surface, Bezier surface, B-spline surface.)

7
下载
107
浏览
2020-04-05发布

5. UdpTest

说明:  UDP测试工具VC源代码,可以用十六进制或文本格式来发送,且支持批量 ,是一个测试工具的源代码。(The UDP test tool VC source code can be sent in hexadecimal or text format, and it supports batch.)

1
下载
67
浏览
2020-04-05发布

6. SARViewer 微波遥感实习序的源代码,通过GDAL读取常用遥感影像

说明:  微波遥感实习程序的源代码,通过GDAL读取常用遥感影像,如img,tiff 可实现读取显示和雷达影像处理的一些基本算法(The source code of the microwave remote sensing internship program, reading common remote sensing images through GDAL, such as img, tiff can realize some basic algorithms of reading display and radar image processing)

2
下载
90
浏览
2020-04-04发布

7. 全景图拼接

说明:  VC毕业设计,全景图拼接算法实战源码+论文。算法基本思想,图像A和B,A有至少1/3部分与B重合,在A中找图像块a,在B中找图像块b,利用夹角余弦距离,求a 、b的相似度,利用循环使b在B中移动,找到相似度最大的图像块b。通过b所在点坐标,确定B相对于A的偏移量。通过偏移量将A和B放在同一坐标系实现拼接。(VC graduation design, panorama mosaic algorithm actual source code + thesis. The basic idea of the algorithm is that at least one third of the images A and B overlap with B. Find the image block a in A, and find the image block b in B. Use the cosine distance of the angle to find the similarity of a and b. Use the loop to move b in B to find the image block b with the highest similarity. Determine the offset of B relative to A through the coordinates of the point where b is located. A and B are placed in the same coordinate system through the offset to achieve stitching.)

2
下载
88
浏览
2020-04-04发布

8. 腐蚀,膨胀,细化算法

说明:  基于C程序的图像腐蚀,图像膨胀,细化算法代码,供大家参考。(The image erosion based on the C program, the image expansion, and the algorithm code are refined for your reference.)

0
下载
67
浏览
2020-04-04发布

9. C++类的练习

说明:  C++类的练习(C + + class exercises)(C + + class exercises)

0
下载
67
浏览
2020-04-04发布

10. GetColor

说明:  流行的一个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.)

0
下载
69
浏览
2020-04-03发布

11. FriendEditor

说明:  一个展示MVVM设计模式使用的程序,整合了MVVMLight框架,可以学习MVVMLight的用法(A program that demonstrates the use of MVVM design patterns, integrates the MVVMLight framework, and can learn the usage of MVVMLight)

0
下载
77
浏览
2020-04-02发布

12. avi

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

1
下载
71
浏览
2020-04-01发布

13. vnc

说明:  使用VC++的开发远程控制软件源码实例,全部英文,包括用到的一些类库,都有源文件(VC ++ development remote control software source code examples, all English, including some class libraries used, have source files)

1
下载
75
浏览
2020-04-01发布

14. 过滤指定目录下的子目录

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

0
下载
58
浏览
2020-04-01发布

15. 3D俄罗斯(源码)

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

3
下载
74
浏览
2020-03-30发布

16. FemSrc

说明:  在学习有限元课程时做的一个作业,用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.)

3
下载
77
浏览
2020-03-29发布

17. 对地震资料进行地球物理反演

说明:  用地层速度,密度等数据对地震资料进行地球物理反演,运用了傅里叶变换求得了子波频谱,反射时间序列等(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)

2
下载
93
浏览
2020-03-29发布

18. 简单考勤系统

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

4
下载
80
浏览
2020-03-28发布

19. ODBC读写Excel

说明:  VC++ 直接通过ODBC操作读写Excel表格文件的程序,附上源代码(VC ++ program for reading and writing Excel file directly through ODBC operation, with source code attached)

4
下载
148
浏览
2020-03-28发布

20. 01简单MES

说明:  一个简单的编程源代码,帮助企业完成仓库管理等各种作业(Help enterprises to complete various functions such as warehouse management)

10
下载
83
浏览
2020-03-26发布