-
c_programming_code_to_delete_IE_history
c编程实现删除IE历史记录代码c programming code to delete IE history(c programming code to delete IE history)
- 2010-08-18 09:45:52下载
- 积分:1
-
cPP-simulation-of
用c++程序对于大学物理中的光的干涉与衍射等实验进行模拟(University Physics with c++ program for the optical interference and diffraction experiments to simulate)
- 2013-10-13 14:51:10下载
- 积分:1
-
laba5_graphics
qt, lab
graphics
c/c++
- 2017-12-06 05:23:17下载
- 积分:1
-
LS_inner
说明: 此程序可用于DSP28335为主芯片对开关磁阻电机PWM,CCC调速控制(This program can be used for DSP28335 as the main chip to control the PWM and CCC speed regulation of switched reluctance motor)
- 2020-12-08 21:11:30下载
- 积分: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
-
液晶屏幕显示程序
这是给大家的一个关于液晶屏的参考程序,用的单片机为80c51,各个引脚的定义不同,给大家作参考
- 2023-08-05 00:55:03下载
- 积分:1
-
GasStation
该加油站管理系统,通过前台软件对后台数据库进行操作(The gas station management system, through the front of the back-end database software to operate)
- 2010-01-24 02:17:39下载
- 积分:1
-
Vector-quantization
(1)理解矢量量化的基本原理。
(2)掌握矢量量化器设计的LBG方法。
(3)运用LBG方法获取语音短时平均能量码书((1) to understand the basic principles of vector quantization.
(2) master the vector quantizer design LBG method.
(3) Using the LBG method to obtain the speech short time average energy code book)
- 2017-03-23 11:35:15下载
- 积分:1
-
radar_trans_of_airplane
pdf文档,机载雷达坐标系变换相关内容,介绍了机载雷达坐标系下的探测目标位置表达方式(pdf document,introduce the coordinates translates method of the airplane between the target)
- 2015-02-10 22:20:21下载
- 积分:1
-
kthread_create
该函数创建,但并不启动线程,创建完后要通过wake_up_process启动(This function creates, but does not start the thread, create after start through wake_up_process)
- 2011-05-01 19:36:52下载
- 积分:1