-
C# Unity 依赖注入例子
C# Unity 依赖注入例子
- 2015-06-10下载
- 积分:1
-
2012software-test
软件设计师的资料,2012上半年非常有用。(Software designers, is very useful in the first half of 2012,Software designers, is very useful in the first half of 2012)
- 2012-12-30 15:10:50下载
- 积分:1
-
ZB220GDNZ_PSR
ZB220GDNZ_PSR测控装置的IEC61850配置的icd文件(ZB220GDNZ_PSR of IEC61850)
- 2014-01-03 14:32:59下载
- 积分:1
-
VCPP2010
vc++权威开发指南代码
好用实惠下载吧(
vc++ Development Guide authoritative code
Download it handy affordable)
- 2014-03-22 00:27:49下载
- 积分:1
-
E RWQ E QRE Q
QE E E E E1233 2D萨达
- 2022-05-31 21:52:43下载
- 积分:1
-
R软件(fcm代码的)packages
能在R上安装的含有fcm代码的R包。清测有用。
- 2022-05-17 01:27:10下载
- 积分:1
-
tongxunlu
C#开发的通讯录系统,内容较全,实现功能较多。负责维护数据库的信息,具备了比较完善的数据库维护功能。数据库的备份以及连接数据库的文件在原码文件中,运行前请注意设置(C# developers address book system, than the whole, to achieve more functional. Responsible for maintaining the database, with the database maintenance functions. Backup of the database as well as connect to the database file in the file of the original code, note that the setup before running)
- 2012-12-23 18:05:23下载
- 积分:1
-
fastISM
生成室内冲击响应的方法,使用的是image方法,matlab(Room impulse response method of generating)
- 2010-07-19 23:52:05下载
- 积分: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
-
GPS
GPS网平差,适合测绘工程同学,亲测可用。(GPS network adjustment for surveying and mapping engineering students, pro-test available)
- 2016-12-18 00:54:06下载
- 积分:1