-
gen_mon
使用万德QuantApi (vba) 实现的自选股监控器, 纯vba实现, 目前支持自定义量比指标AAR(The use of QuantApi (VBA) to achieve the memtech zishuagu monitor, pure VBA implementation, the current support for custom ratio index AAR)
- 2018-02-25 21:07:41下载
- 积分:1
-
Serial Port Utility
说明: 这是一个windows下使用的串口小助手小程序(This is a small assistant program used under Windows.)
- 2019-06-24 11:53:37下载
- 积分:1
-
文件管理系统模拟,delphi实现。
文件管理系统模拟,delphi实现。-document management system simulation, delphi achieve.
- 2023-07-30 05:35:03下载
- 积分:1
-
输入集合个数及相应集合,指定子集和,然后回溯求解所有可能组合。...
输入集合个数及相应集合,指定子集和,然后回溯求解所有可能组合。-Enter the collection number and the corresponding collection and specify a subset, and then go back to solve all the possible combinations.
- 2022-02-12 07:01:03下载
- 积分:1
-
In order to obtain the required source files, please do not care. This is a simp...
为了得到需要的源文件,请大家不要在意。这是一个简单的vrml源文件。-In order to obtain the required source files, please do not care. This is a simple vrml source files.
- 2022-01-26 02:20:14下载
- 积分:1
-
计算机组成原理实验11,提供给学生在学校…
计算机组成原理试题11,提供给在校学生,或者考研需要者,希望能提供一些帮助-Principles of Computer Organization Test 11, made available to students at school, or study section for those who need it, hoping to provide some help
- 2022-10-25 16:10:03下载
- 积分:1
-
MT4多账户管理软件
说明: Trader Copy破解跟单软件,免费提供给大家使用,欢迎交流(Trader Copy crack documentary software, free of charge for everyone to use, welcome to exchange)
- 2020-07-10 16:28:56下载
- 积分:1
-
REGISTRY--simply-remove-WRITE-KEY
REGISTRAR is fully documented msdn.Il can do this without too many complications and requires only a couple of IID, some definitions to be used.
- 2013-02-19 15:25:57下载
- 积分: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
-
720_1
文曲星猜数字,给你六次机会猜数字,成功给出提示,是否继续猜数字(Wenquxing number guessing, give you six opportunities numberguess success prompting whether to continue numberguess)
- 2013-04-23 20:38:19下载
- 积分:1