-
使用查表发实现公历转换为农历
文件说明
luanrday.h 头文件,声明了公历到农历转换的函数
luanrday.cpp 实现文件,实现...
使用查表发实现公历转换为农历
文件说明
luanrday.h 头文件,声明了公历到农历转换的函数
luanrday.cpp 实现文件,实现了公历到农历的转换函数
chdate.cpp 例子程序,使用luanrday实现功能:使用汉字显示当前农历日期.-Made the realization of the use of look-up table is converted to the Lunar calendar luanrday.h document describes the first document, a statement of the lunar calendar conversion function to file luanrday.cpp achieved lunar calendar conversion function to chdate.cpp example, the use of the realization of luanrday features: Displays the current use of Chinese Lunar New Year dates.
- 2022-03-06 03:19:01下载
- 积分:1
-
VC6中的一些常用方法,掌握了会在程序开发中起到事半功倍的作用
VC6中的一些常用方法,掌握了会在程序开发中起到事半功倍的作用-VC6 some of the commonly used method, is in control of development in the effort to play the role of
- 2022-02-19 22:39:55下载
- 积分:1
-
Bug Free is a very good tool for defect management. I hope you like.
Bug Free是一款非常好的缺陷管理工具。希望大家喜欢。-Bug Free is a very good tool for defect management. I hope you like.
- 2022-06-30 07:54:13下载
- 积分:1
-
itextsharp文档处理开源类库,很好用的文档处理开源类库
itextsharp文档处理开源类库,很好用的文档处理开源类库-itextsharpitextsharpitextsharpitextsharpitextsharpitextsharpitextsharpitextsharp
- 2023-01-01 18:25:03下载
- 积分: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
-
一个简单的单文档画图示例
一个简单的单文档画图示例-a simple single document drawing examples
- 2022-04-29 19:09:13下载
- 积分:1
-
排序算法,包括了直接插入排序,冒泡排序,快速排序
排序算法,包括了直接插入排序,冒泡排序,快速排序-Sorting algorithm, including a direct insertion sort, bubble sort, quick sort, etc.
- 2022-01-23 10:50:07下载
- 积分:1
-
自己做的基于PPC2003的GPS信号接收程序,可设置GPS端口和速率,可实时显示接收的GPS数据。...
自己做的基于PPC2003的GPS信号接收程序,可设置GPS端口和速率,可实时显示接收的GPS数据。-Make their own based on the GPS signal reception PPC2003 procedures, to set the GPS port and speed, can receive real-time display of GPS data.
- 2022-04-23 01:34:16下载
- 积分:1
-
This code describes how to create instance from object in the run time in c#
This code describes how to create instance from object in the run time in c#
- 2023-07-14 21:05:02下载
- 积分:1
-
人工神经faceeditapp算法编写的VC,它还不完善。世界。
用VC编写的人工神经faceeditapp算法,还不尽完美!欢迎下载指导!-Artifical nerve faceeditapp arithmetic programed with VC,it is not perfect yet.Welcome to download and guide.
- 2023-07-17 22:40:02下载
- 积分:1