-
选择法排序原理:一次选定数组中的每一个数,记下当前位置并假设它是从当前位置开始后面数中的最小数min=i,从这个数的下一个数开始扫描直到最后一个数,并记录下最小...
选择法排序原理:一次选定数组中的每一个数,记下当前位置并假设它是从当前位置开始后面数中的最小数min=i,从这个数的下一个数开始扫描直到最后一个数,并记录下最小数的位置min,扫描结束后如果min不等于i,说明假设错误,则交换min与i位置上数。-Selection sort works: each time the selected number of the array, note the current position and assume that it is behind a number starting from the current location of the minimum number min = i, from this number the number of start scanning the next one until the last one the number of , and record the location of the minimum number of min, after scanning, if min is not equal to i, instructions assume that the error, then the exchange of a few min and i position.
- 2022-08-07 23:09:54下载
- 积分:1
-
本人收集的一些基本c语言程序源码,以供初学者参考!
本人收集的一些基本c语言程序源码,以供初学者参考!-I collect some basic c language program source code reference for beginners!
- 2022-04-06 13:35:56下载
- 积分:1
-
傅立叶变换用于电力系统谐波分析,全是用c++编的很有价值,不信看看啊...
傅立叶变换用于电力系统谐波分析,全是用c++编的很有价值,不信看看啊-A c++ code for analysis of harmonic wave of electronic system by Fourier transformation.
- 2022-03-03 14:33:20下载
- 积分:1
-
绝对可以运行的程序 校园导游
绝对可以运行的程序 校园导游-definitely can run the procedure campus tour guides
- 2022-02-12 22:50:38下载
- 积分:1
-
这个聊天程序,在局域网内工作,用在写的即时通讯中进行的即时通讯…
一款用vc写的局域网聊天软件程序采用网上介绍的方法实现最基本的P2P方式通讯.模拟实现即时消息互发.界面也很清新-This chat program ,working in lan, written in vc carries out instant message communication through the basic P2P style, a clear and novel appearance is provided as well.
- 2023-01-11 06:25:03下载
- 积分:1
-
圈子圈套1 讲IT界商战故事的小说,作者乃一业界小牛,讲述着自己或他人的故事...
圈子圈套1 讲IT界商战故事的小说,作者乃一业界小牛,讲述着自己或他人的故事-story of business of IT
- 2023-02-03 21:25:03下载
- 积分:1
-
windows下关机小程序
VB开发windows自动关机功能,调用API函数,具有定时关机、延时关机、取消关机功能。
- 2022-03-20 19:23:52下载
- 积分:1
-
Private Static Sub Form_Resize() Dim bTimerWasOn As Boolean cmdShuffle.SetFocus...
Private Static Sub Form_Resize() Dim bTimerWasOn As Boolean cmdShuffle.SetFocus Stop timer when game is minimized and start it when normalized If Me.WindowState = vbMinimized Then If Timer1.Enabled Then bTimerWasOn = True Else bTimerWasOn = False Timer1.Enabled = False Else If bTimerWasOn Then Timer1.Enabled = True End If End Sub-Private Static Sub Form_Resize() Dim bTimerWasOn As Boolean cmdShuffle.SetFocus Stop timer when game is minimized and start it when normalized If Me.WindowState = vbMinimized Then If Timer1.Enabled Then bTimerWasOn = True Else bTimerWasOn = False Timer1.Enabled = False Else If bTimerWasOn Then Timer1.Enabled = True End If End Sub
- 2022-06-29 02:05:14下载
- 积分:1
-
日程提醒小工具
提示每日工作的内容
可以管理
日程提醒小工具
提示每日工作的内容
可以管理-everyday what you do
- 2022-05-13 03:40:25下载
- 积分:1
-
用VC++编写的算3000的阶乘的源程序
用VC++编写的算3000的阶乘的源程序-It is a source programme editted with VC to compute the factorial of 3000.
- 2023-04-06 07:50:03下载
- 积分:1