-
图象中间的窗口可以有小变大,中间的红心逐渐出现,并流下变化的痕迹.按照屏幕的提示,进行操作...
图象中间的窗口可以有小变大,中间的红心逐渐出现,并流下变化的痕迹.按照屏幕的提示,进行操作-windows in the middle of the image can resized,the red heart will appear slowly,and left the imprint of changing,follow the instruct and operate
- 2022-04-07 21:02:08下载
- 积分:1
-
将一个excel表中的数据导入到数据库中,在企业中非常普遍
将一个excel表中的数据导入到数据库中,在企业中非常普遍-Would be an excel table data into a database, is very common in the enterprise
- 2022-01-24 17:12:23下载
- 积分:1
-
用了TNMHTTP组件得到文本文件的正文然后以字符串形式分析格式将其中的信息分离,可以得到版本,下载地址,更新日期等信息,你可以自己增加更多,程序作相应的调整就
用了TNMHTTP组件得到文本文件的正文然后以字符串形式分析格式将其中的信息分离,可以得到版本,下载地址,更新日期等信息,你可以自己增加更多,程序作相应的调整就行了-TNMHTTP components used to be a text file with the text string then to the analysis of the format in which the information will be separate versions can be downloaded addresses, updated information, etc. You can add more, procedures adjusted accordingly on the line
- 2022-05-05 17:46:12下载
- 积分:1
-
winxp下麦克风静音操作
对windows xp下麦克风、主音量进行音量大小以及静音操作。因为xp下没有像win7可以直接静音的api,故而静音时智能调节麦克风音量最小。编译环境vs2008亲测
- 2023-04-22 13:15:04下载
- 积分:1
-
This example consists of two separate projects/applications eir_a for the role A...
This example consists of two separate projects/applications eir_a for the role A device and eir_b for the role B device and uses the Connection library.
* eir_a searches for devices and then displays the information on the devices found.
* eir_b makes the device visible and responds to Bluetooth 2.1 Extended Inquiry Response (EIR) requests.
This ReadMe is not intended to describe procedures that are covered in the xIDE user guide such as building projects in xIDE etc.
-This example consists of two separate projects/applications eir_a for the role A device and eir_b for the role B device and uses the Connection library.
* eir_a searches for devices and then displays the information on the devices found.
* eir_b makes the device visible and responds to Bluetooth 2.1 Extended Inquiry Response (EIR) requests.
This ReadMe is not intended to describe procedures that are covered in the xIDE user guide such as building projects in xIDE etc.
- 2022-12-05 01:00:03下载
- 积分:1
-
VC++ And DX9.0 开发的3D游戏(引擎加Demo)
C++加Dx开发3D游戏引擎,新手上手的好资源,来源于互联网。一个3D游戏引擎渲染部分所需的元素基本上都包括在内。纹理、模型加载、粒子、雾特效、脚本、数学库、碰撞检测、输入、声音、摄像机等等,新手不容错过的好东西。
- 2022-01-25 15:33:31下载
- 积分:1
-
设计一个集合类,用来处理整型数。并具有以下功能:
1.具有为集合增加元素的功能。
2.具有处理交集,并集功能,并用“+”表示并集,“*”表示交集。...
设计一个集合类,用来处理整型数。并具有以下功能:
1.具有为集合增加元素的功能。
2.具有处理交集,并集功能,并用“+”表示并集,“*”表示交集。
3.有用链表来存储集合的功能。
-To design a collection class to handle integer. And has the following features: 1. Has increased for the collection of functional elements. 2. Have to deal with intersection, and set functions, and "+" that they set, "*" that intersection. 3. A useful list of functions to store the collection.
- 2023-04-10 02:05:04下载
- 积分:1
-
这一代码发送电子邮件的附件很容易。
This 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
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 niControls->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")
- 2022-01-26 07:38:06下载
- 积分:1
-
- 2022-02-03 09:44:14下载
- 积分:1
-
讲讲自己学习RSA中的实践过程,已经对RSA熟悉的看家就不用在此浪费时间了。...
讲讲自己学习RSA中的实践过程,已经对RSA熟悉的看家就不用在此浪费时间了。-the study process of RSA.
- 2022-03-15 08:06:06下载
- 积分:1