-
简易的报刊订阅系统,MFC控件使用练习。
简易的报刊订阅系统,MFC控件使用练习。-simple subscriptions, MFC control the use of practice.
- 2022-07-15 17:03:40下载
- 积分:1
-
搜索引擎代码
你知我知搜索引擎的设计与实现是仿照百度知道的功能和模板,利用ASP.NET语言和.NET三层框架,实现用户提问模块,问题回答模块,设置最佳答案模块,关闭问题模块,搜索问题模块等业务功能。在现代信息资源共享的大背景下,该设计为用户提供了一个问题交流的平台,分享信息资源的同时,还能解决自己或者他人的问题,提高了信息资源的利用率。
- 2022-01-25 22:01:42下载
- 积分:1
-
对话框的全屏显示
对话框的全屏显示-the dialog full screen display
- 2022-03-23 00:50:24下载
- 积分:1
-
这是一个风险投资。网编译的程序,它显示有2种形式…
这是一个在VC++.net中编译的程序,它有两种显示格式:数字式和钟表式-This is one of the VC. Net compiled procedures, it shows that there are two formats : digital watches and clocks-
- 2022-06-28 19:03:08下载
- 积分:1
-
C#简易计算器
C#简易计算器源代码,自己刚学C#那会儿自己写的小程序,界面没怎么处理,功能比较简单,加减乘除基本功能等都有,本代码只适用基础不怎么好的,仅供参考使用,有需要的朋友可以下载看看,有什么问题可以联系。文件名为:CSCalc719.zip。C#简易计算器源代码,C#简易计算器源代码,C#简易计算器源代码。
- 2022-02-01 19:20:15下载
- 积分:1
-
透明控件
TransparentCtl.vcproj
这是使用应用程序向导生成的 VC++ 项目的主项目文件。
它包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。
TransparentCtl.h
这是应用程序的主要头文件。它包括其他项目特定的头文件(包括 Resource.h),并声明 CTransparentCtlApp 应用程序类。
TransparentCtl.cpp
这是包含应用程序类 CTransparentCtlApp 的主要应用程序源文件。
TransparentCtl.rc
这是程序使用的所有 Microsoft Windows 资源的列表。它包括 RES 子目录中存储的图标、位图和光标。此文件可以直接在 Microsoft Visual C++ 中进行编辑。项目资源位于 2052 中。
- 2022-01-27 13:34:46下载
- 积分:1
-
这是我在学习数字信号处理中的编写的FIR数字滤波器程序,有算法,MFC界面。...
这是我在学习数字信号处理中的编写的FIR数字滤波器程序,有算法,MFC界面。-This is my learning digital signal processing in the preparation of FIR digital filter process, algorithm, MFC interface.
- 2022-10-29 08:55:03下载
- 积分:1
-
Visual C++程序开发范例宝典拖动查看列表中的项目视图…
Visual C++程序开发范例宝典 在列表视图中拖动视图项ListViewDragDrop-Visual C++ Program development paradigm Baodian drag in the list view item view ListViewDragDrop
- 2022-11-21 22:55:03下载
- 积分:1
-
对windows中drag
对windows中drag-drop操作进行有巧妙的封装,使拖曳操作的编程变得简单易用,有类的使用例子代码。-Of windows in the drag-drop operations are clever packaging, so that programming drag operation become easy to use, there are examples of the use of category code.
- 2022-05-09 09:51:57下载
- 积分:1
-
选择排序是一种比较优化的排序,它定义的k意义在于表示一次循环后找到的最小(大)值的位置,然后让第i个(第几次循环就是第几个)植交换,这样在第一轮循环中就把最小(...
选择排序是一种比较优化的排序,它定义的k意义在于表示一次循环后找到的最小(大)值的位置,然后让第i个(第几次循环就是第几个)植交换,这样在第一轮循环中就把最小(大)的值换到了最前面,如果只用i,j 的话,就没有办法找出待排序数据中的最值了
比较排序也叫冒泡排序,就是把相邻的数据比较交换,因为其把小的数字从后面往前慢慢移动,感觉象水泡上升一样,所以叫冒泡排序法.
如过你还没理解,留言~-SELECTION SORT is a more optimal sequencing, its definition of k significance lies in a circle said they find the smallest (large) value of the location, i then allow the first (the first cycle was the first several several) plant exchange, this cycle in the first round put the smallest (CUHK) for the value of the front, if only i, j, then there is no way to identify sequencing data to be the most value compared sequencing is also called Bubble Sort. adjacent is to the comparison of data exchange, because of their small numbers from the back slowly moving forward, Soak up feeling like the same, so called Bubble Sort law. No off if you understand that message ~
- 2022-12-28 03:55:04下载
- 积分:1