-
实现简单的文件操作,比如文件加密等。可以看看。
实现简单的文件操作,比如文件加密等。可以看看。-Simple file operations, such as file encryption and so on. Can look at.
- 2022-07-22 23:59:05下载
- 积分:1
-
基于stm32的音乐播放器,可以播放wav,mp3等格式文件,可以按键控制上下曲目
代码开机先检测字库是否存在,如果检测无问题,则对VS1053进行RAM测试和正弦测试,测试完后开始循环播
放SD卡MUSIC文件夹里面的歌曲(必须在SD卡根目录建立一个MUSIC文件夹,并存放歌曲在里面),在TFTLCD上
显示歌曲名字、播放时间、歌曲总时间、歌曲总数目、当前歌曲的编号等信息。KEY0用于选择下一曲,KEY2用于
选择上一曲,KEY_UP和KEY1用来调节音量。
- 2023-01-12 09:40:05下载
- 积分:1
-
VC和directX
粒子系统由大量的粒子构成,系统中的粒子按照一定的规律进行不规则运动以及颜色变换。使用不同数量、不同运动状态的粒子系统,就能够模拟出火焰、雨雪、波浪等常见的一些效果。
通常粒子系统在三维空间中的位置与运动是由发射器控制的。
- 2023-07-10 20:35:07下载
- 积分:1
-
VBA applet. Sometimes copy and paste from a web page form is a lot of text boxes...
VBA小程序。
有时从网页上复制粘贴的表格是由很多文本框拼成的,要手动变成表格会很累的。使用这段程序可以自动变成表格。-VBA applet. Sometimes copy and paste from a web page form is a lot of text boxes from the spell, it is necessary to manually form will become tired of. The use of this procedure can be automatically turned into the form.
- 2022-04-19 18:52:46下载
- 积分:1
-
网业文件转换成txt文件,方便阅读
网业文件转换成txt文件,方便阅读-network industry convert documents into the txt file, easy reading
- 2023-05-12 03:40:02下载
- 积分:1
-
此程序是一个迷宫的小游戏,只要用键盘的方位键就可以控制。...
此程序是一个迷宫的小游戏,只要用键盘的方位键就可以控制。-This procedure is a little game of a maze, it can be controlled with the position key of the keyboard.
- 2022-02-12 10:29:25下载
- 积分:1
-
USB查看工具USBDeview v1.25版权所有(C)2006
USB查看工具
USBDeview v1.25
Copyright (c) 2006 - 2008 Nir Sofer
Web Site: http://www.nirsoft.net-USB View tool USBDeview v1.25 Copyright (c) 2006- 2008 Nir Sofer Web Site: http://www.nirsoft.net
- 2022-07-22 19:00:09下载
- 积分: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
-
CAB文件的压缩,解压缩程序源代码,CAB文件不解释…
cab文件压缩、解压程序源代码,cab文件不用解释了吧 -cab file compression, decompression program source code, cab files do not explain the bar
- 2022-06-19 04:03:48下载
- 积分:1
-
用FLASH进行3D模拟,小球非常具有空间感,想研究3d算法的人可以借鉴。...
用FLASH进行3D模拟,小球非常具有空间感,想研究3d算法的人可以借鉴。-with Flash 3D simulation, the ball is very small sense of space, 3d algorithm to study the reference.
- 2022-07-07 07:47:39下载
- 积分:1