-
WAV压缩成MP3格式
将Wav格式压缩成Mp3-to Wav compressed into MP3 format
- 2022-10-27 11:20:04下载
- 积分:1
-
新编Windows API参考大全
新编Windows API参考大全-New Windows API reference Daquan
- 2022-07-02 05:03:30下载
- 积分:1
-
主要是关于一些windows消息编程是技巧
主要是关于一些windows消息编程是技巧-mainly about some windows message programing skills
- 2022-03-15 06:53:27下载
- 积分:1
-
Paint on a split windows with color
用颜色在分体式窗户上作画
- 2022-02-04 02:18:06下载
- 积分:1
-
简单的物理引擎OpenGL程序
Simple Physics Engine OpenGL Program
- 2022-03-03 12:41:13下载
- 积分:1
-
使用RAPI API,将PC上的文件传输通过ActiveSync在移动的…
使用Rapi API,将pc上的文件通过ActiveSync传输到手机上。链接rapi.lib文件需要使用。
- 2022-06-11 16:42:58下载
- 积分:1
-
VBA合并两个Excel表的数据到目标表
"" 从src1.name和src2.age按ID获取数据,然后将数据设置为dst
Sub hebing()
Dim dstRowNo As Long
Dim src1RowNo As Long
Dim src2RowNo As Long
With ActiveWorkbook
dstRowNo = 1
Do While .Sheets("dst").Cells(dstRowNo, 1).Text ""
dstID = .Sheets("dst").Cells(dstRowNo, 1).Text
src1RowNo = 1
Do While .Sheets("src1").Cells(src1RowNo, 1).Text ""
src1ID = .Sheets("src1").Cells(src1RowNo, 1).Text
If dstID = src1ID Then
- 2022-02-04 08:02:48下载
- 积分:1
-
信息查看器,可以完整的查看windows的各项系统信息。
信息查看器,可以完整的查看windows的各项系统信息。-Get system informations of windows
- 2022-03-28 22:31:07下载
- 积分:1
-
用windows系统API获取bios信息
通过GetSystemFirmwareTable function这个方法读取到SMBIOS里面的内容,是个不错的例子,分享下啦~~
- 2022-02-07 10:52:49下载
- 积分:1
-
array.h: 安全数组 linkedlist.h: 普通表 dclinkedlist: 双向循环链表 hashtable.h: 哈希表 binstree.h...
array.h: 安全数组 linkedlist.h: 普通表 dclinkedlist: 双向循环链表 hashtable.h: 哈希表 binstree.h: 二叉搜索树 avltree.h: AVL 树 如果要存储集合(元素不可重复)并快速查找,最佳的是 binstree.h(二叉搜索树)。 如果要存储二维或更高维的表格,最佳的是 hashtable.h(哈系表)。AVL 树的插入成本非常高(删除函数也没有实现),但 AVL 的搜索效率极高,所以适用于在程序开始前初始化程-NOTE:
array.h :secure array,linkedlist.h:common table,
dclinkedlist:dual cycle linkedlist,
hashtable.h:hash table
binstree.h:binary search tree,
avltree.h: AVL tree,
if you want to store set(elements no repeating) and to lookup it swiftly,best is binstree.h(binary search tree).if you want to store two dimensions s or more dimensions s table,best hashtable.h(hash table).the cost of AVL tree s insertion is very high(delete function is not completed),but effiency of AVL tree s search is very high,so it is the same with initialize programme before beginning programme.
- 2022-08-16 05:08:19下载
- 积分:1