-
冒泡法是数据排序的一种基本算法,它的基本方法是:相邻两元素进行比较,如有需要则进行交换,每完成一次循环就将最小元素排在最后(如从大到小排序),下一次循环是将其他...
冒泡法是数据排序的一种基本算法,它的基本方法是:相邻两元素进行比较,如有需要则进行交换,每完成一次循环就将最小元素排在最后(如从大到小排序),下一次循环是将其他的数进行类似操作?如将N 个数按从大到小排序,Turbo C语言程序函数 -Bubble Act to sort the data is a basic algorithm, which is the basic method : two adjacent elements, if required for the exchange, each completed a minimum cycle will be the last element (for example, on average ranking), the next cycle is the number of other similar operations such as N on average number sequencing by, Turbo C Programming Language Functions
- 2022-01-26 18:16:12下载
- 积分:1
-
DCWriter电子病历编辑器应用开发文档(.NET开发)
都昌电子病历编辑器.net接口、com接口说明文档(Duchang Electronic Medical Record Editor. Net Interface and com Interface Description Document)
- 2020-06-22 21:20:01下载
- 积分:1
-
快速更改屏幕分辨率
一个简单小程序,基于MFC,可以快速更改显示分辨率,只要显卡支持的都可以
用起来比较简单实用,可以从下拉框中选特定的分辨率模式,也可以自定义输入
- 2022-04-09 13:10:23下载
- 积分:1
-
MSTAR MST776 SOURCE CODE FIRMWARE
MSTAR芯片MST776源代码固件驱动七英寸
- 2022-06-02 18:20:15下载
- 积分:1
-
yuandaima
文件磁盘完整提取 插上磁盘直接获取 可以获得磁盘符 (Extract file disk full)
- 2013-06-09 17:46:24下载
- 积分:1
-
mBot程序集
mbot,scratch程序案例,可以用来学习mbot控制。(Mbot, scratch program case, can be used to learn mBot control.)
- 2020-06-25 17:00:01下载
- 积分:1
-
C++ tcp_client
#include
#include
void main()
{
WORD wVersionRequested;
WSADATA wsaData;
int err;
wVersionRequested = MAKEWORD( 2, 2 );
err = WSAStartup( wVersionRequested, &wsaData );
if ( err != 0 ) {
/* Tell the user that we could not find a usable */
/* WinSock DLL. */
return;
}
/* Confirm that the WinSock DLL supports 2.2.*/
/* Note that if the DLL supports versions greater */
/* than 2.2 in addition to 2.2, it will still return */
/* 2.2 in wVersion since that is the version we */
/* requested. */
if ( LOBYTE(
- 2022-07-21 00:36:24下载
- 积分:1
-
ClockOcx
clock组件(clock components)
- 2009-01-05 11:06:39下载
- 积分:1
-
jiayoua_modbusm
说明: arj欺骗代码,c语言,以可改变网卡接收模式,获取所有经过的数据包(arj cheat code, c language, in order to change the network card can receive mode, after obtaining all the data packets)
- 2010-04-11 14:47:51下载
- 积分:1
-
FUZZY_PID_temp_control
针对被控对象存在的大惯性、纯滞后的特点,采用了模糊控制方式的控制策略,设计了一种高精度温度控制算法,并以STC89C52单片机为核心, 以及测温元件、转换电路等构成闭环温度控制系统。(object against the great inertia, pure hysteresis characteristics, fuzzy control the control strategy, design a high-precision temperature control algorithm, and STC89C52 microcontroller core, and the temperature components, conversion circuits comprise a closed-loop temperature control system.)
- 2020-11-20 15:29:37下载
- 积分:1