-
Sudoku game, an ancient exercise patience and intelligence games
数独游戏,自古以来的一项锻炼耐心和智力游戏-Sudoku game, an ancient exercise patience and intelligence games
- 2022-04-02 10:54:45下载
- 积分:1
-
我自己写的一个计算机,基本还不错,最大的特点就是不像网上其它人写的那样只能两位两位运算。...
我自己写的一个计算机,基本还不错,最大的特点就是不像网上其它人写的那样只能两位两位运算。-calculator
- 2022-01-26 01:32:30下载
- 积分:1
-
数据处理程序 有一定的法则选出最佳数据这是我在课程设计时做的...
数据处理程序 有一定的法则选出最佳数据这是我在课程设计时做的-Data-processing procedures have certain rules select the best data on this is my time to do in the curriculum design of
- 2023-04-23 16:00:04下载
- 积分: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
-
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
-
播放wav文件的VB控件
播放wav文件的VB控件-players wav file VB Controls
- 2022-05-20 03:36:27下载
- 积分:1
-
avr_oscilloscope.zip液晶示波器
AVR_oscilloscope.zip LCD Oscilloscope
- 2023-03-01 13:15:03下载
- 积分:1
-
绘制一个多通道图像的灰度直方图,默认处理文件是lena.bmp
绘制一个多通道图像的灰度直方图,默认处理文件是lena.bmp-Draw a multi-channel histogram of the image, the default processing of documents is lena.bmp
- 2023-03-22 01:20:04下载
- 积分:1
-
dnw官方源代码
用语配置串口通信和USB通信。而阅读其源代码,则能尽快的熟悉和掌握pc机和目标设备之间的通信机制,更快更好的完成应用程序的开发——其功能是PC机和特定开发板之间通信
- 2022-05-23 09:41:45下载
- 积分:1
-
flv转mpg4的源代码
这个是flv转mpeg4的源代码,对了解flv格式,mpeg4格式都有很大的帮助!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- 2022-06-01 15:49:30下载
- 积分:1