-
数据结构关于二叉树的课件,有些是书上没有的,自己补充的...
数据结构关于二叉树的课件,有些是书上没有的,自己补充的-On the binary tree data structure of the courseware, books and some are not, add their own
- 2022-08-07 22:42:44下载
- 积分:1
-
深度学习工具包
包含深度学习各种模型,可以随意组合
- 2022-04-23 02:53:24下载
- 积分:1
-
即时聊天软件
应用背景这是一个用C++编写的,基于UDP的远程聊天软件,支持单人私聊,多人群聊,以及服务器广播等基本功能,可供相关方面的初学者参考学习使用。关键技术
本程序以C++为编程语言,用MFC为框架,cs网络架构,udp套接字,压缩包内分为客户端和服务端两个程序,vc6编译通过。
- 2022-01-20 23:26:56下载
- 积分:1
-
此文件包含用visual c++编译的程序代码,绝对可用CH03.
此文件包含用visual c++编译的程序代码,绝对可用CH03.-This file contains the use of visual c++ compiled code, can be used absolutely CH03.
- 2022-03-20 09:21:25下载
- 积分: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
-
Jabber IM服务器源码,开放源代码开发
jabber的源码,开源IM的服务器开发-jabber source, open source IM server development
- 2023-05-19 19:00:03下载
- 积分:1
-
使用ccolordialog选择客户区颜色及字体
使用ccolordialog选择客户区颜色及字体-use ccolordialog District customers choose colors and fonts
- 2022-07-19 07:19:34下载
- 积分:1
-
像某窗口发送文本....本版本为易语言版
像某窗口发送文本....本版本为易语言版-For example, one window to send a text .... this version of Yi language version ....
- 2022-03-13 19:01:00下载
- 积分:1
-
整数数字
整数数字-英文转换器
输入整数数字正负皆可,转换成相应的英文
例如:输入123, 返回 one hundred twenty thr-Integer number of- English converter input integer number of positive and negative can be, converted into the corresponding English example: enter 123, the return of one hundred twenty thr
- 2022-01-24 17:40:37下载
- 积分:1
-
学生成绩管理系统
功能齐全的学生成绩管理系统,可以输入成绩,计算总分和平均分,按成绩降序查看,按名字升序查看,按学号升序查看,根据学号进行查找,统计分析成绩,列出成绩,将成绩写入txt文件,读取txt文件信息。
统计分析
- 2022-11-13 09:45:03下载
- 积分:1