-
通过建立双进程实现的进程保护功能,用VB实现。
通过建立双进程实现的进程保护功能,用VB实现。-VB to achieve dual-process protection
- 2022-07-07 06:14:51下载
- 积分:1
-
This the VB6 code for Dot Matrix in VB6,
This the VB6 code for Dot Matrix in VB6,-This is the VB6 code for Dot Matrix in VB6,
- 2022-01-26 00:53:32下载
- 积分:1
-
Introduction in the PDA device through infrared to receive documents in the PDA...
介绍在PDA设备上,通过红外来接收文件,在PDA设备上的源码-Introduction in the PDA device through infrared to receive documents in the PDA device source
- 2023-04-30 15:55:03下载
- 积分:1
-
C #程序
- 2022-05-18 05:14:32下载
- 积分:1
-
C++开发测试程序
C++开发测试程序-erwrddddddddddddddddddddddddddddddddddddddddddddddddddd
- 2022-07-27 20:39:39下载
- 积分:1
-
card sales system worthy of study!
卡销售系统值得研究一下!! !!
-card sales system worthy of study!
- 2022-05-30 17:29:23下载
- 积分:1
-
自动完成的复合框的实现在AutoCompleteCombo.cpp和AutoCompleteCombo.h两个文件中,用户可以把这两个文件引入自己的工程中,删除...
自动完成的复合框的实现在AutoCompleteCombo.cpp和AutoCompleteCombo.h两个文件中,用户可以把这两个文件引入自己的工程中,删除"工程名.clw"文件后退出,再次进入工程系统会提示找不到"工程名.clw"文件,选择"“是(Yes)"重新创建一个,接下来在弹出的对话框里选择"Add all"就可以在新工程中使用CAutoCompleteCombo这个类了(注意引入头文件),我在示例对话框中创建了一个CAutoCompleteCombo类型的变量"m_combo",在对话框的"nInitDialog()"函数中添加了以下语句: // TODO: Add extra initialization here m_combo.AddString("America") m_combo.AddString("British") m_combo.AddString("China") m_combo.AddString("Dalian") m_combo.AddString("England") m_combo.AddString("France") 这样,用户在输入这些字符的头几个字符(不区分大小写)就可以看到自动完成的效果了.-automatic composite frame to complete the realization of the AutoCompleteCombo.cpp and AutoCompleteCombo.h two documents, the user can introduce these two documents of the project, delete the "project name. Clw documents "to withdraw, once again entered the system is not able to find" who works. Clw "document choose "" (Yes), "a re-creation of, the next in the pop-up dialog box you select" Add all "on the new projects CA
- 2023-01-19 02:05:04下载
- 积分:1
-
Mouse playing small games, as have the number of rats, mice mobile pace. The tot...
打老鼠的小游戏,随着老鼠产生的次数,老鼠的移动速度越来越快。总数为120个,并有评价-Mouse playing small games, as have the number of rats, mice mobile pace. The total number of 120, as well as evaluation of
- 2022-03-18 16:08:16下载
- 积分:1
-
Sincronizador de arquivos locais
Sincronizador de arquivos locais
- 2022-09-20 12:05:03下载
- 积分:1
-
输入一个自然数N(2≤N≤9),要求输出如下的螺旋矩阵,即边长为N*N,元素取值为1至N*N,1在左上角,呈顺时针方向依次放置各元素。
N=3时,相应...
输入一个自然数N(2≤N≤9),要求输出如下的螺旋矩阵,即边长为N*N,元素取值为1至N*N,1在左上角,呈顺时针方向依次放置各元素。
N=3时,相应的矩阵中每个数字位置如下图所示:
1 2 3
8 9 4
7 6 5-Enter a natural number N (2 ≤ N ≤ 9), the requirements are as follows spiral output matrix, that is, edge length of N* N, the element values for the 1 to N* N, 1 in the upper left corner, showing a clockwise direction in order to place the various elements . N = 3, the corresponding figures for the location of each matrix as follows: 123,894,765
- 2023-07-10 21:40:03下载
- 积分:1