-
二分搜索算法
实现二分查找的递归与非递归实现二分查找思想:1、数组从小到大排序;2、查找的key每次和中间数比较,如果key小于mid查找mid左侧的数组部分;如果key大于mid,则查找mid右侧的数组部分;如果相等,则直接返回mid。输入:排序数组-array,数组大小-aSize,查找值-key返回:返回数组中的相应位置,否则返回-1
- 2021-05-06下载
- 积分:1
-
把货币从小写到大写转换,符合银行标准,已封装为一个类,可直接引用。...
把货币从小写到大写转换,符合银行标准,已封装为一个类,可直接引用。-wrote that the money from capital conversion, the banks standards, Packaging for a class, can be directly invoked.
- 2023-06-27 17:25:02下载
- 积分:1
-
XPT2046-DRIVER
XPT2046 四线触摸屏控制芯片,优化、代码规范注释清晰。共同分享。(XPT2046 4 LINE touch screen controller driver code。)
- 2013-12-18 08:23:16下载
- 积分:1
-
c语言进行哈弗曼经典程序
哈弗曼经典程序,利用c语言进行哈弗曼数设计。是数据结构的经典程序,思路清晰,直观了当,适合初学者进行学习模仿,进行编程。
- 2022-01-27 12:46:59下载
- 积分:1
-
C-and-CPP-Tips
C和C++程序员面试秘笈,解析C/C++面试题的书,可以帮助求职者更好地准备面试(C and C++ programmer interview tips, analytical C/C++ face questions of the book, can help candidates better prepare for interview)
- 2015-08-24 11:32:17下载
- 积分:1
-
kw-model
原始K-w湍流模型源程序,用于参考编写自己的CFD代码(CFD code of k-w turbulent model, used writting your own cfd code)
- 2021-01-02 15:08:57下载
- 积分:1
-
完整的四人网络麻将游戏
实现了一个完整的四人网络麻将游戏,该程序集服务器与客户端功能与一体。本章主要介绍了非对等的网络服务功能的建立,传输信息的序列化,建立虚拟的三维空间,绘制图形和显示位图,在内存中创建位图和绘制图形等。(achieve a complete network of four mahjong games, the procedures set server and client functions and integration. This chapter introduces the non-reciprocal network services established, the sequence of transmission of information, the establishment of a virtual three-dimensional space, drawing and display bitmap in memory to create bitmap graphics and mapping.)
- 2005-06-20 16:32:22下载
- 积分:1
-
817825
使用ccolordialog选择客户区颜色及字体,不错的选择()
- 2017-11-11 09:46:13下载
- 积分:1
-
vectors_quantification
矢量量化程序,采用C语言实现,希望对这方面学习的同学有所帮助(vectors quantification,a very good program)
- 2010-05-19 16:23:28下载
- 积分:1
-
driverdev6asp_src
一个windows显示驱动的好程序,对学习驱动开发很有好处(a windows driver of the program is to study the development of a very good driver)
- 2021-01-04 10:18:55下载
- 积分:1