-
完全实现快速排序又称分区交换排序法 在待排序文件中任取一个元素(例如第一个元素),以该元素为标准,将所有元素分为二部分:所有小于该元素的集合,所有大于等于该元素...
完全实现快速排序又称分区交换排序法 在待排序文件中任取一个元素(例如第一个元素),以该元素为标准,将所有元素分为二部分:所有小于该元素的集合,所有大于等于该元素的集合。 将该元素放在二部分中间 利用递归原理,分别对每部分进行排序-Fast sort algrithms
- 2022-04-30 00:53:20下载
- 积分:1
-
C language bit manipulation application example, a brief description of how to o...
C语言位操作应用举例,简要说明在C语言中如何操作字节中的位-C language bit manipulation application example, a brief description of how to operate in the C language byte in bits
- 2022-01-24 16:12:19下载
- 积分:1
-
一个实现下雪功能的源程序
一个实现下雪功能的源程序-achieve a function of the source snow
- 2023-06-04 14:40:02下载
- 积分:1
-
HR人力资源修改版.Intraweb本程序采用Delphi7的IntraWeb编写!系Hubdog原创原来使用了BetterADODataSet控件,改成Ado...
HR人力资源修改版.Intraweb本程序采用Delphi7的IntraWeb编写!系Hubdog原创原来使用了BetterADODataSet控件,改成AdoDataSet并注释了原来使用CodeSite的部分代码及单元Doc目录下是针对本源码的教程:IntraWeb开发指南Delphi园地2003.10.20调式通过-HRHumanResoure(ModificationEdition).InTraweb This Programme is programmed by Delphi7!The originaldesigner is Hubdog .It use BetterADODataSet (UserControl) originally,now change into AdoDataSet,and write comment to parts of CodeSite and UnitDoc index(the tutorial of this programme IntraWeb Delphi Developing Guide Zone).2003.10.20 this programme go through the debug
- 2022-02-06 03:17:25下载
- 积分:1
-
ice 通讯库的演示例子代码,学习ice开发的人可以很好了解下,ice和ace两个都是很好的网络程序开发工具库,方向架构不一样。...
ice 通讯库的演示例子代码,学习ice开发的人可以很好了解下,ice和ace两个都是很好的网络程序开发工具库,方向架构不一样。-ice communication library code demo example, study the development of ice can be a very good understanding of people, ice and ace are both good network program development tool library, not the same as the direction of architecture.
- 2022-07-25 04:06:27下载
- 积分:1
-
这个程序用labview模拟温度信号并且显示出来,程序简洁高效
这个程序用labview模拟温度信号并且显示出来,程序简洁高效-This procedure using LabVIEW and analog temperature signal is displayed, the program simple and efficient
- 2022-02-01 06:51:09下载
- 积分:1
-
关于UDP在IOCP架构里面的服务器<->客户端的源码示例
关于IOCP里面UDP发送和接受数据的示例,可以多个客户端同时启用,里面的封装可以直接拿来用,并且没有什么bug,如果在操作中遇到什么bug了请先判定bug的出处,UDP数据包做了日志管理,可以到生成的xml文件中查看日志。
- 2022-02-03 10:13:05下载
- 积分:1
-
WPF实现的挖雷游戏,使用最新的winfx sdk
是wpf 开发很好的例子...
WPF实现的挖雷游戏,使用最新的winfx sdk
是wpf 开发很好的例子-WPF to achieve the mine digging game, the use of the latest WinFX sdk WPF development is a good example
- 2022-08-13 20:03:56下载
- 积分:1
-
BP神经网络
该代码为基于双隐含层BP神经网络的预测,内部包含数据和源代码,同时能够输出预测误差。
- 2023-07-23 05:25:03下载
- 积分:1
-
an example paint app in c#
C#中的简单油漆应用示例;https://www.dropbox.com/s/kv3ozkocp4nxzlf/WindowsFormsApplication19.rar
- 2022-10-15 16:30:03下载
- 积分:1