-
FirstISAPI
这是一个实现ISAPI的程序
实现了用户输入,并回显的功能(ISAPI realize this is a procedure for the realization of the user input, and echo the function of)
- 2008-04-10 10:59:02下载
- 积分:1
-
KL26_LLS_TSI
Kinetis KL26 low power mode example, wake up by TSI interrupt. CW 10.x project
- 2014-10-09 16:17:23下载
- 积分:1
-
C# WPF 功能打印的示例
C# WPF 功能打印的示例,加载内容后,可在本程序中直接打印出XAML文档。
private void button2_Click(object sender, RoutedEventArgs e)
{//打印文件
PrintDialog MyDialog = new PrintDialog();
if ((MyDialog.ShowDialog() == true))
{
MyDialog.PrintVisual(this.richTextBox1 as Visual, "我的XAML打印文档");
}
}
private void button3_Click(object sender, RoutedEventArgs e)
{//保存文件
string MyFileName = "MyFile.XAML";
TextRange MyTextRange;
System.IO.FileStream MyStream;
MyTextRange = new TextRange(this.richTextBox1.Document.ContentStart, this.richTextBox1.Document.ContentEnd);
MyStream = new System.IO.FileStream(MyFileName, System.IO.FileMode.Create);
MyTextRange.Save(MyStream, DataFormats.XamlPackage);
MyStream.Close();
}
- 2022-01-23 10:57:00下载
- 积分:1
-
OLED_TEST
OLED使用驱动,基于MSP430 单片机(OLED driver for MSP430 Family )
- 2014-09-11 12:58:38下载
- 积分:1
-
STM8S_温度检测+LCD例程 STVD工程
STM8S103/STM8S105/STM8S903系列代码,本代码实现驱动LCD液晶屏功能,并对温度进行检测和显示,STVD完整工程。
- 2022-10-30 19:30:03下载
- 积分:1
-
dc0792
标准的电源插口尺寸图,很难找的,没有封装可以自己根据尺寸画。(Standard power socket size chart, it is difficult to find, no package can draw their own according to size.)
- 2010-09-11 10:39:15下载
- 积分:1
-
bianyi-homework
编译原理词法分析和语法分析代码. 实验作业. C语言编写.(Compiler theory lexical analysis and parsing code. Lab assignments. C language.)
- 2013-07-10 16:35:57下载
- 积分:1
-
sessaohip
An IOS sample Program
- 2014-01-16 10:52:37下载
- 积分:1
-
Sonoff-Tasmota-development
说明: Sonoff-Tasmota ESP8266 源码文件(Sonoff-Tasmota ESP8266)
- 2020-06-17 16:40:02下载
- 积分:1
-
passing-l-array-to-a-function
如何将多维数组传递给一个函数,附实例说明,得出结果(passing a two-dimensioanl array to a function)
- 2013-03-01 00:48:35下载
- 积分:1