-
我编的一个vb写的管理系统
我编的一个vb写的管理系统-I wrote a vb Management System
- 2022-06-14 11:54:33下载
- 积分:1
-
Add button graphic example
添加图形按钮的例子-Add button graphic example
- 2022-02-21 10:42:08下载
- 积分: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
-
查看接入主机的USB设备,并显示序列号,断口信息
查看接入主机的USB设备,并显示序列号,断口信息-See USB device host access
SetupDiGetDeviceInterfaceDetail(hDevInfo,&strtInterfaceData,NULL,0,&strSzie,NULL)
- 2022-02-01 11:46:30下载
- 积分:1
-
identifying resources applications software source code
查找资源的应用软件源码-identifying resources applications software source code
- 2022-03-18 18:19:31下载
- 积分:1
-
有四个程序是编译原理的内容,都有说明.两个是和数据库有关的C的小程序,程序有注释.还有一个是并发程序,有注释....
有四个程序是编译原理的内容,都有说明.两个是和数据库有关的C的小程序,程序有注释.还有一个是并发程序,有注释.-procedures are four principle is to compile the contents have been described. Two of the database and the C minor procedures, the procedures Notes. There is a complicated procedures, it notes.
- 2022-07-25 08:46:18下载
- 积分:1
-
风险投资编写的日历和即时表
vc编写日历和即时钟表-vc prepared calendar and instant watches
- 2022-01-28 13:50:22下载
- 积分:1
-
排序程序冒泡排序、 unsort、 部分排序
#define PARTIALLYSORTED_30 3
#define PARTIALLYSORTED_50 4
#define PARTIALLYSORTED_70 5
#define RANDOMIZE_QSORT 1
#define MERGE_SORT 2
#define SELECTION_SORT 3
#define BUBBLE_SORT 4
/ *---随机化快速排序---* /
int random_partition (int * arr、 int 开始,int 结束) ;
void random_quick_sort (int * arr、 int 开始,int 结束) ;
/*----------------------------------------------*/
/*-----------Merge Sort--------------------------*/
空的分区 (int arr [],int 低,int 高) ;
void 归并 (int arr [],int 低,年年高 int int) ;
/*------------------------------------------------*/
/ *---选择排序---* /
void sort_select (int n) ;
int; maxind(int m)
void swap1 (int * x int * y);
/*------------------------------------------------*/
/*-----------------Bubble sort--------------------*/
void recursive_bubble (int * 数组、 int 的大小) ;
/*-----------------------------
- 2022-07-02 17:33:19下载
- 积分:1
-
实现了一个简单的个人事务助理的工具,主要介绍了VC数据库方面的编程,并且介绍了CFormView视图类的使用,CTabCtrl控件的使用,高级标签控件类的实现,...
实现了一个简单的个人事务助理的工具,主要介绍了VC数据库方面的编程,并且介绍了CFormView视图类的使用,CTabCtrl控件的使用,高级标签控件类的实现,建立ODBC数据源的建立,利用数据集访问数据库操作结果等。-achieve a simple personal assistant tool, introduced the VC database programming, and introduced the category CFormView View the use CTabCtrl control the use, control labeling senior category and that the realization of the establishment of ODBC data sources to create, access data set access to the database operating results .
- 2022-04-10 01:29:29下载
- 积分:1
-
VCnet编程实例源代码之菜单/工具栏/状态栏,希望对大家有帮助
VCnet编程实例源代码之菜单/工具栏/状态栏,希望对大家有帮助-VCnet programming source code examples of menu/tool bar/status bar, in the hope that everyone has to help
- 2023-05-12 22:55:02下载
- 积分:1