-
用vc开发的实例63
用vc开发的实例63-学生成绩管理系统,可以用来管理成绩的啊,是毕业设计-The actual example 63 developed by using vc tools-student achievement management system, it can be used to manage the achievement of student,and it is the good helper of graduation design.
- 2022-03-05 00:23:02下载
- 积分:1
-
视点改变的效果的程序
视点改变的效果的程序-Perspective The effect of the change in procedures
- 2023-04-23 22:50:03下载
- 积分:1
-
15PBc++作业
vc++如何实现飞信各位兄弟姐妹大家好,我想用vc++实现飞信客户端,跪求弄过飞信的朋友给点思路,如何弄好了,我一定把代码公布出来让大家分享!先谢谢各位了!!解决方案问一下移动是否公布协议,不公布就自己抓包玩玩 解决方案飞信协议是开放的自己到飞信找API 解决方案飞信是C#写的,用reflector反编译一下
- 2022-06-30 19:57:54下载
- 积分:1
-
一款通过串口调节Audio Decoder寄存器的工具,可以自动生成声音曲线。...
一款通过串口调节Audio Decoder寄存器的工具,可以自动生成声音曲线。-Adopted a regulation Audio Decoder serial register tool that automatically generates voice curve.
- 2022-06-19 06:54:32下载
- 积分:1
-
.写一个程序,能够读一行 string, 然后打出 最长的 那个 substring p (就是最长的小分句),并且那个小分句要求出现超过一次的。如果有超过1个...
.写一个程序,能够读一行 string, 然后打出 最长的 那个 substring p (就是最长的小分句),并且那个小分句要求出现超过一次的。如果有超过1个那样的substring, 只要打出那个字母顺序排后面的-. To write a program that can read his string, and then played the longest substring p (is the longest small clause), and request that a small clause appears more than once. If there is more than one kind of substring, as long as the shot was behind schedule in alphabetical order
- 2022-06-30 23:39:46下载
- 积分:1
-
Delphi implementation using Windows domain authentication code. Using ADSI to op...
使用Delphi实现Windows域认证的代码.使用ADSI进行操作-Delphi implementation using Windows domain authentication code. Using ADSI to operate
- 2022-06-18 09:38:58下载
- 积分:1
-
mp3编码器,把wav等格式文件转换为mp3
mp3编码器,把wav等格式文件转换为mp3-mp3 encoder,transfer*.wave to mp3
- 2022-06-26 15:06:17下载
- 积分:1
-
This is a time in my own study of small programs still feel quite up to the peop...
这是一个我在学习时自己做的小程序感觉还是比较行的大家过来帮我提一些意见吧-This is a time in my own study of small programs still feel quite up to the people to help me make some views on this
- 2022-08-24 23:38:14下载
- 积分: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
-
能够实现图像的纹理检测,可以直接调入一个图像然后得到纹理...
能够实现图像的纹理检测,可以直接调入一个图像然后得到纹理-to achieve the texture image detection, can be directly transferred to a texture image is then
- 2022-07-10 11:59:18下载
- 积分:1