-
要求随机关生一个序列,任意查找其中一个元素时,采用二分搜索法实现,并且还能显示查找次数。使用二分法首先要使序列列按从小到大排序,因此程序中还要有排序功能。...
要求随机关生一个序列,任意查找其中一个元素时,采用二分搜索法实现,并且还能显示查找次数。使用二分法首先要使序列列按从小到大排序,因此程序中还要有排序功能。- there is a random series ,when looking for any an element in this series,we can achieve this by the method of bisectional searching,also the number of search times will be displayed.when using this method ,first of all you should sequence the series bigger and bigger.For this reason the program shoule have the founction of secquencing.
- 2023-06-28 05:30:04下载
- 积分:1
-
关机程序没有加密 用vb。net编制的 有什么不足的话,请提提宝贵意见啊email :yjh2911・2911.net...
关机程序没有加密 用vb。net编制的 有什么不足的话,请提提宝贵意见啊email :yjh2911・2911.net-This computer turning off programme is not encrypted,and it is programed by vb.net.If there is any deficiency,please give me your valuable idea.email :yjh2911.2911.net
- 2022-03-05 10:31:14下载
- 积分:1
-
这是一个万花筒程序,点击按钮,会变换不同的颜色和形状。...
这是一个万花筒程序,点击按钮,会变换不同的颜色和形状。-This is a kaleidoscope procedures, click a button, will transform the different colors and shapes.
- 2022-03-15 02:55:16下载
- 积分:1
-
用 C++ 创建简单的 Win32 服务程序(NTServCpl) 详细信息 < NT服务 > 《用 C++ 创建简单的 Win32 服务程序》一文...
用 C++ 创建简单的 Win32 服务程序(NTServCpl) 详细信息 < NT服务 > 《用 C++ 创建简单的 Win32 服务程序》一文的例子代码。描述如何用 Visual C++ 创建 Windows NT 服务程序。创建该服务仅用到一个 C++ 类,这个类提供服务与操作系统之间一个简单的接口。使用这个类实现自己的服务非常简单,只要改写少数几个基类中的虚拟函数即可。文中有三个源代码参考例子:这是其中之一―― NTServCpl:是一个控制面版程序,用来控制 NTService 服务; 其余两个分别为: NTService:是一个简单的 Win32 服务,它就是用本文所描述的方法建立的; NTServCtrl:是一个独立的程序例子,用它可以监控某个 Win32 服务;-create simple Win32 services (NTServCpl) detailed information lt; NT services gt; "C create simple Win32 service procedures," a text of the code examples. Describe how to use Visual C create Windows NT service procedures. Creation of the service only to a category C, the category of services provided between an operating system with a simple interface. Use this category to realize their services are very simple, as long as rewriting a few of the base class function can be virtual. The text has three reference source code example : This is one of them-- NTServCpl : console is a procedure used to control NTService services; The remai
- 2022-08-09 22:47:02下载
- 积分:1
-
将多个文件捆绑成一个可执行文件
将多个文件捆绑成一个可执行文件-will bundle multiple files into one executable file
- 2022-12-13 11:50:03下载
- 积分:1
-
C++计时器源码
应用MFC框架的计时器程序,可以放大缩小窗口,设置计时时间,到时提醒,提示音等;可以关联PPT,点击开始后倒计时,同时自动播放PPT,支持PowerPoint 2003。开发工具vs2013,工程可以直接打开,含可执行程序。
- 2022-04-21 12:19:22下载
- 积分:1
-
comboc: 桌面用户widmaier赛能ex4 debug Win32组合框
C: UsersWidmaier SANONDesktopcomboboxEX4Win32Debug
- 2022-01-25 21:19:46下载
- 积分:1
-
botton按钮的各个不同美化效果,仅供大家参考,如有不足之处,望多多指教...
botton按钮的各个不同美化效果,仅供大家参考,如有不足之处,望多多指教-botton button various beautification effects, only for your reference, if inadequate, hope the exhibitions
- 2022-02-07 20:38:38下载
- 积分:1
-
一整套图像处理算法代码
代码内容包括图像裁剪、颜色空间转换、直方图均衡化图像滤波等图像预处理操作,另外,还包含了图像组织点的网格划分、特征提取与分类。
- 2022-01-23 10:39:41下载
- 积分:1
-
运用递归下降子程序法,实现整数四则运算表达式的语法分析程序。...
运用递归下降子程序法,实现整数四则运算表达式的语法分析程序。-Decline in the use of recursive subroutine method, to achieve an integer 4 expression is the syntax analysis program.
- 2022-12-01 13:40:03下载
- 积分:1