-
FTP文件传输程序,需要的朋友可以下载,本人测试过,程序能正常运行...
FTP文件传输程序,需要的朋友可以下载,本人测试过,程序能正常运行-FTP file transfer program, the needs of friends can download, I tested the program to resume normal operation
- 2022-01-21 01:44:46下载
- 积分:1
-
To achieve the basic functions of a binary tree, including the pre
实现二叉树的基本功能,包括前序遍历,中序遍历,后序遍历,层次遍历-To achieve the basic functions of a binary tree, including the pre-order traversal, inorder traversal, postorder, level traversal
- 2022-01-25 17:25:30下载
- 积分:1
-
计算器程序
这是一个简单的基于c++的计算器程序。可以实现基本的操作,有开方,平方,清屏后退等功能,很适合初学者用来学习MFC的基本控件的操作
- 2023-01-16 17:50:03下载
- 积分:1
-
chipbank芯邦的USB芯片的制作的U盘格式化软件。支持芯邦的所有USB主控芯片,同时对海力士、三星等Flash都能够支持。...
chipbank芯邦的USB芯片的制作的U盘格式化软件。支持芯邦的所有USB主控芯片,同时对海力士、三星等Flash都能够支持。-Chipsbrand chipbank the USB chips produced by U disk formatting software. Chipsbrand support all USB control chip, while Hynix, Samsung will support Flash and so on.
- 2022-03-18 10:17:42下载
- 积分:1
-
C# 清空回收站的源码实例
C# 清空回收站,这个功能不用多介绍了吧,你懂的,具体的实现请看以下代码:
const int SHERB_NOCONFIRMATION = 0x000001;//整型常量在API中表示删除时没有确认对话框
const int SHERB_NOPROGRESSUI = 0x000002;//在API中表示不显示删除进度条
const int SHERB_NOSOUND = 0x000004;//在API中表示删除完毕时不播放声音
[DllImportAttribute("shell32.dll")]//声明API函数
private static extern int SHEmptyRecycleBin(IntPtr handle, string root, int falgs);
private void button1_Click(object sender, EventArgs e)
{
//清空回收站
SHEmptyRecycleBin(this.Handle, "", SHERB_NOCONFIRMATION + SHERB_NOPROGRESSUI + SHERB_NOSOUND);
}
- 2022-12-15 14:50:03下载
- 积分:1
-
vc游戏,一个很好玩的游戏源码,希望对大家有用。
vc游戏,一个很好玩的游戏源码,希望对大家有用。-vc game, a very fun game source code, we hope that the right useful.
- 2022-05-15 06:49:01下载
- 积分:1
-
一个翻棋子的小游戏,当把所有的棋子翻成同色后游戏结束。...
一个翻棋子的小游戏,当把所有的棋子翻成同色后游戏结束。-A doubled pawn of the game, when all the chess pieces into the same color after the Game is over.
- 2022-05-26 23:13:55下载
- 积分:1
-
with vc and mixed into Matlab example, in other circumstances combined organizat...
这是一个用vc和matlab混合变成的例子,在两者环境下结合编成是很好的思路,有很大的应用前景,希望对大家有所帮助-with vc and mixed into Matlab example, in other circumstances combined organization is a good idea, a great prospect, we hope to help
- 2023-08-31 20:50:03下载
- 积分:1
-
Delphi DBGrid以动态模糊方式调取数据
让Delphi DBGrid以动态模糊方式调取数据,作者:黄雄波 丘陵,源码名称:lunwen1.exe;lunwen1.dpr。在Delphi的DBGrid中利用动态模糊查询实现数据快速输入,在产品编号字段中,以大写字母形式输入产品编号(如输入GM),便可完成动态模糊检索。实现这一功能,可很好的让DBGrid更人性化,更易用,对软件体验的提升也有帮助。
- 2023-05-28 04:30:03下载
- 积分:1
-
Delphi开发的SQL查询插件源代码
Delphi开发的一款基于ODBC的SQL查询插件源代码,自动读取BDE中的数据库别名进行连接,测试时请确认数据库已经通过ODBC连接上。界面使用有控件,若一时找不到控件,可以用Delphi自带的标准控件替换。
- 2022-12-01 22:30:03下载
- 积分:1