-
详细讲述了 ADC 及 DAC的处理方法与原理
详细讲述了 ADC 及 DAC的处理方法与原理-A detailed account of the ADC and DAC principles of the treatment methods and
- 2022-05-14 19:10:34下载
- 积分:1
-
jquery速查手册,一张简图包含了所有jquery最常用的函数简介.
jquery速查手册,一张简图包含了所有jquery最常用的函数简介.-jquery cheatsheet,a snap diagram include all usual function info.
- 2022-05-05 16:02:54下载
- 积分:1
-
全功能汉字取模工具是广州信先行电子科技有限公司(www.xxxmcu.com)专门为汉字显示设计的工作者设计的,提供最流行的16x16、24x24汉字点阵自动转...
全功能汉字取模工具是广州信先行电子科技有限公司(www.xxxmcu.com)专门为汉字显示设计的工作者设计的,提供最流行的16x16、24x24汉字点阵自动转换功能,24x24点阵还提供多种字体的转换(支持仿宋、黑体、楷体、宋体),而且能自动转换为横向、竖向的字模数组。极大提高了显示设计者的工作效率。-Full-featured character mod tool is the letter first, Guangzhou Electronic Technology Co., Ltd. (www.xxxmcu.com) display designed specifically for the Chinese workers designed to provide the most popular 16x16, 24x24 dot matrix characters automatic conversion feature, 24x24 dot matrix is also offers a variety of font conversion (supports italics, bold, italics, Arial), but also automatically converted to horizontal, vertical array of the matrix. Greatly improved the efficiency of display designers.
- 2022-05-08 20:02:14下载
- 积分:1
-
gprs开发使用程序,wince上的gprs应用程序。使用串口通信来控制gprs模块。源程序还包含pdu编码和解码示例及详细说明...
gprs开发使用程序,wince上的gprs应用程序。使用串口通信来控制gprs模块。源程序还包含pdu编码和解码示例及详细说明-gprs development procedures, wince on gprs applications. Serial communication to control the use of gprs module. Source also includes examples of PDU encoding and decoding and a detailed description
- 2022-02-05 05:52:38下载
- 积分:1
-
一个简单的发送短信的例子,发送对象为10086,免费,可以放心发...
一个简单的发送短信的例子,发送对象为10086,免费,可以放心发-A simple example of sending messages, sending targeted at 10086, free, you can rest assured that hair
- 2022-11-22 00:25:02下载
- 积分:1
-
用 c# 制作自己的浏览器
这是 c# 项目,为您打造类似 IE 的 web 浏览器。你可以重新生成或开发它,这像一个专业的开发人员的源代码。但这不是对我来说足够。会发生这么多的选项添加
欢迎来到我的世界,codeforge.com逗留曲调与我们...太谢谢你了......
- 2022-09-09 21:15:08下载
- 积分:1
-
ARPPlayer_By_PiggyXP
ARPPlayer_By_PiggyXP
- 2022-01-24 13:34:29下载
- 积分:1
-
Visual C++ 6.0应用编程150例
Visual C++ 6.0应用编程150例-Visual C 6.0 Application Programming 150 cases
- 2022-08-20 05:05:45下载
- 积分: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
-
利用现在流行的Ajax技术无刷新动态!一个简单的源…
利用现在流行的AJAX技术无动态刷新!一个简单的在线聊天室源码。代码比较简单,适合初学AJAX人群!-Now the popular use of AJAX technology without dynamic refresh! A simple source of online chat rooms. Code is relatively simple, suitable for beginner AJAX crowd!
- 2023-02-16 04:55:04下载
- 积分:1