-
内含多种经典数据结构的实现和注释,其中包括二叉树,哈夫曼树,键树,Trie树,有向图,无向图的实现以及各种排序算法。...
内含多种经典数据结构的实现和注释,其中包括二叉树,哈夫曼树,键树,Trie树,有向图,无向图的实现以及各种排序算法。-Containing a variety of classic data structures and the realization of the Notes, including the tree, Huffman tree, key tree, Trie tree, directed graph, undirected graph, as well as realize the sorting algorithm.
- 2022-04-10 01:46:46下载
- 积分:1
-
应用程序二进制convertdemo
wbxml convertdemo application
- 2023-06-14 02:25:02下载
- 积分:1
-
基于导向滤波的图像插值
这是一个简单的利用导向滤波进行图像插值的matlab代码。在这个项目中,原图经过导向滤波后所得的图像通过设计的算法与原图插值结合,可以使得图像插值放大后的效果较好,速度很快。
- 2022-05-23 13:34:26下载
- 积分:1
-
bmp of the tools to achieve
bmp工具条的实现-bmp of the tools to achieve
- 2022-07-21 16:04:16下载
- 积分:1
-
a small component of the usage, vc 6.0 compiler environment through testing
一个小控件的用法,在vc++6.0环境下编译测试通过-a small component of the usage, vc 6.0 compiler environment through testing
- 2022-09-26 08:10:03下载
- 积分:1
-
Factor
factor[简明英汉词典]
[ˈ fæ ktə ]
n. 1 因素, 要素 2 〈数〉因子, 因数...
Factor
factor[简明英汉词典]
[ˈ fæ ktə ]
n. 1 因素, 要素 2 〈数〉因子, 因数
词条指正 - Google 搜索
-Factor
factor[简明英汉词典]
[ˈ fæ ktə ]
n. 1 因素, 要素 2 〈数〉因子, 因数
词条指正- Google 搜索
- 2022-02-05 09:29:28下载
- 积分: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
-
C-mex files for MATLAB encounter the following problem when compiling
them with WATCOM 11.0: All access-functions to files (fprintf, fscanf)
cannot handle double variables, only integer and strings are read or
written correctly. The file convert.c contains two functions: You may
read a double-variable as a string from the file and convert it to a
double (function string2double) and you may convert a double to a string
(function double2string) and write it to a file (see main() in
convert.c).
The file conditio.dat is an example of numbers read by convert.c. The
conv.exe was compiled on a Windows95-system.
The files were tested for MATLAB 5.2 and WATCOM 11.0a
result of "ver" is: MATLAB Version 5.2.1.1420 on PCWIN-C-mex files for MATLAB encounter the following problem when compiling them with WATCOM 11.0: All access-functions to files (fprintf, fscanf) cannot handle double variables, only integer and strings are read or written correctly. The file convert.c c
- 2022-06-01 01:50:17下载
- 积分:1
-
利用mutex object编写的多线程运用程序, 可以直接运行,可以手动改变线程优先级, 很直观。...
利用mutex object编写的多线程运用程序, 可以直接运行,可以手动改变线程优先级, 很直观。-use Mutex object prepared by the multi-threaded application procedures can be run directly can manually change the thread priority, very intuitive.
- 2022-02-25 01:49:29下载
- 积分:1
-
鼠标左键反应程序 MFC
鼠标左键反应程序 MFC-left mouse button response procedures MFC
- 2023-01-29 23:10:04下载
- 积分:1