-
PgmVolume
音频设备控制之扬声器单个应用程序音量控制,包括音量的获取与设置(Audio Device Controlled Speaker Single Application Volume Control, Including Volume Acquisition and Setting)
- 2019-04-11 10:22:02下载
- 积分:1
-
Priority
说明: 在Windows操作系统中,任务是有优先级的,本程序演示了不同的线程按照优先级来运行。(In the Windows operating system, the task is a priority, the program demonstrated a different thread to run in accordance with priority.)
- 2008-10-09 15:58:34下载
- 积分:1
-
在Microsoft 网 络 系 统 中,SMB(Server Message Block, 服 务 信 息 块) 协 议 是Windows for Workg...
在Microsoft 网 络 系 统 中,SMB(Server Message Block, 服 务 信 息 块) 协 议 是Windows for Workgroup(WfWg)、Windows 95、Windows NT 和LanManager 用 来 实 现 共 享 局 域 网 上 文 件 和 打 印 机 的 协 议。 对 于 利 用Linux 和Windows NT 构 建 的 局 域 网 来 说,Samba 就 是 为Linux 提 供 的SMB 客 户 程 序/ 服 务 器 程 序 的 软 件 包, 其 功 能 是 实 现Windows 和Linux 互 相 共 享 对 方 的 磁 盘 空 间 和 打 印 -in Microsoft network systems, SMB (Server Message Block, service information block) protocol for Windows Workgroup (WfWg), Windows 95, Windows NT and LanManager used for LAN file sharing and printer agreement. The use of Linux and Windows NT LAN Construction, Samba for Linux is provided by the SMB client/server software package, and its function is to achieve mutual Windows and Linux to share each other"s disk space and Print
- 2022-03-03 09:04:21下载
- 积分:1
-
Banks_Tran1792759122004
Software for Banking Purpose
- 2014-11-27 03:11:10下载
- 积分:1
-
hht_toolbox
hht工具箱包含各种hht源程序以及画图程序(hht tool cabinet contains various hhtsource programs and drawing programs.)
- 2018-05-21 14:12:48下载
- 积分:1
-
刹车系统测试
控制刹车系统循环,可以设置两个状态下的时间控制(Control brake system cycle)
- 2020-06-25 19:20:01下载
- 积分:1
-
象棋识别
说明: 工作是棋盘图像二值化和棋子识别。针对棋盘全局二值化存在的问题,提出了基于相邻像素灰度差阈值的棋盘图像二值化方法。(The work is to binarize the chessboard image and recognize the chessboard. Aiming at the problem of global binarization of chessboard, a method of binarization of chessboard image based on gray difference threshold of adjacent pixels is proposed.)
- 2021-02-05 13:39:58下载
- 积分:1
-
SendToCS
This is a COde to Send Emails with attachement very easily.
You ca use it as an executable, or in you .Net project.
Create you Form, create a Button and Enjoy.
System::Void MyForm::SendOrder_Click(System::Object^ sender, System::EventArgs^ e)
{
List<String^>
Items
String
^Filename
Filename = IO::Path::Combine(System::Environment::GetEnvironmentVariable("TEMP"),
String::Concat("FCSSystem", IO::Path::GetRandomFileName(), ".txt"))
Items.Add(Convert::ToString(DateTime::Now))
for(int ni=0 ni<OrderPanel->Controls->Count ni++)
{
Items.Add(String::Concat(OrderPanel->Controls[ni]->Controls[0]->Name,"Q",
((NumericUpDown^)OrderPanel->Controls[ni]->Controls[1])->Value))
}
IO::File::WriteAllLines(Filename, Items.ToArray())
SendFileTo::MAPI mapi
mapi.AddRecipientTo("sst@fcssystem.com")
mapi.AddAttachment(Filename)
mapi.SendMailPopup("FCS System Order", "Please Write Your Data Here")
}
- 2009-09-23 00:38:52下载
- 积分:1
-
RSI Divergence
MT4平台的背离指标,会有声音报警提示。非常好用(MT4 platform deviation indicators, there will be sound alarm prompts. Very useful)
- 2020-06-22 17:20:02下载
- 积分:1
-
tongxunlu
通讯录MFC,通过Access建立数据库,ODBC接口访问数据库,Visual C++ 6.0开发环境实现添加、删除、查看、全部查看、退出等内容。(Mail list MFC, establish the database through Access, ODBC database access interface, Visual C++ 6 development environment to achieve add, delete, view, view all, exit and other content.
)
- 2014-06-30 18:53:22下载
- 积分:1