登录

最新会员 最新下载

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

说明:  经典的VC++颜色选取拾色器程序,选择屏幕上的颜色并把值返回给取色器,显示出颜色值(The classic VC ++ color picker program, select the color on the screen and return the value to the color picker, showing the color value)

1
下载
78
浏览
2020-05-22发布

2. ComplexNumber

说明:  计算复数的小工具,可用来计算各种表达式,包括复数、括号、加减乘除,并按照四则运算的顺序处理。(A small tool for calculating complex numbers, which can be used to calculate various expressions, including complex numbers, parentheses, addition, subtraction, multiplication and division, and is processed in the order of four operations.)

0
下载
85
浏览
2020-05-20发布

3. GIM_TEC

说明:  调用可执行程序,C语言进行输入,得到基于GIM格网的电离层总电子含量(The total electron content of the ionosphere based on GIM grid is obtained by using executable program and C language for input)

3
下载
140
浏览
2020-05-20发布

4. blh2xyz

说明:  将大地坐标系下经度纬度高程转换为空间直角坐标系下xyz 及其互相转换(Converting latitude and longitude elevation in geodetic coordinate system to XYZ in spatial rectangular coordinate system)

2
下载
116
浏览
2020-05-20发布

5. mschart

说明:  MSchart控件用法源码:生成柱状图、曲线图、饼图数据图表(MSchart control usage source code: generate histogram, curve, pie chart data chart)

0
下载
68
浏览
2020-05-19发布

6. ARIMA

说明:  差分整合移动平均自回归模型,又称整合移动平均自回归模型(移动也可称作滑动),是时间序列预测分析方法之一。(Differential integrated moving average autoregressive model, also known as integrated moving average autoregressive model (moving also known as sliding), is one of the time series prediction and analysis methods.)

1
下载
145
浏览
2020-05-18发布

7. 学生成绩管理系统

说明:  成绩管理系统 (成绩排序 导入学生信息 添加删除成绩功能等等)(Grade management system (grade sorting import student information add delete grade function, etc.))

0
下载
113
浏览
2020-05-17发布

8. SCPI_NETExample

说明:  SCPI(可编程仪器的标准命令)windows环境C#开发范例(SCPI (standard command of programmable instrument) windows environment c development example)

2
下载
123
浏览
2020-05-17发布

9. Genetic

说明:  VC++遗传算法代码,以交叉概率进行交叉,并对交叉后的新染色体进行判别(VC ++ genetic algorithm code, crossover with crossover probability, and distinguish new chromosome after crossover)

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

10. ALU

说明:  ALU示例(对于单周期cpu的Modelsim SE-64 10.4进行仿真)(Alu example (simulation for Modelsim se-64 10.4 of single cycle CPU))

0
下载
79
浏览
2020-05-15发布

11. bresenham

说明:  三种VC++直线扫描转换算法:bresenham方法、数值微分法、中点画线法。(Three VC ++ line scan conversion algorithms: Bresenham method, numerical differentiation method, midpoint line drawing method.)

0
下载
56
浏览
2020-05-15发布

12. NetDownMTR

说明:  VC++ FTP、HTTP 多线程断点续传下载文件源码(VC ++ FTP, HTTP multi-thread breakpoint resume download file source code)

0
下载
91
浏览
2020-05-14发布

13. yiyuan

说明:  基于QT的医院病人信息管理系统,实现了增删改查,注册登录界面等(The hospital patient information management system based on QT realizes addition, deletion, modification and query, registration and login interface, etc)

0
下载
95
浏览
2020-05-14发布

14. PC与单片机双向通讯智能温控

说明:  基于VC++的51单片机控制源码,PC与单片机双向通讯智能温控程序(Based on VC ++ 51 single-chip microcomputer control source code, PC and single-chip bidirectional communication intelligent temperature control program)

1
下载
87
浏览
2020-05-14发布

15. maze

说明:  VC++ 解析迷宫算法源码,用来生成迷宫地图(VC ++ parses the source code of the labyrinth algorithm to generate the maze map)

0
下载
67
浏览
2020-05-13发布

16. CoordConvert-master

说明:  基于C#开发的大地坐标转换程序,程序功能包括空间坐标、经纬度坐标的七参数、四参数转换以及高斯投影正反算。(Based on the program of geodetic coordinate transformation developed by C#, the function of the program includes the conversion of seven parameters, four parameters of spatial coordinates, longitude and latitude coordinates, and the forward and backward calculation of Gauss projection.)

1
下载
79
浏览
2020-05-13发布

17. PhManage

说明:  VC++对DB-Libray封装更方便操作SQLServer数据库源码(VC ++ package of DB-Libray is more convenient to operate SQLServer database source code)

1
下载
87
浏览
2020-05-13发布

19. 队列链表

说明:  c语言队列链表,核心思想:先进先出,后进后出.可以实现清空队列,进出队列.(C language queue list, core idea: first in, first out, last in, then out)

0
下载
70
浏览
2020-05-11发布

20. DLL

说明:  VS2013运行VC6.0编写的程序,报错找不到msvcrtd.dll,mfc42d.dll,msvcp60d.dll,mfco42d.dll,msvcp60.dll。将以上dll文件复制到C:WindowsSysWOW64目录下即可。(Vs2013 runs the program written by vc6.0 and fails to find msvcrtd.dll, mfc42d.dll, msvcp60d.dll, mfco42d.dll, msvcp60.dll. Copy the above DLL files to the directory C: windows syswow64.)

1
下载
127
浏览
2020-05-09发布