-
database-CVI5
Labview/cvi与数据库进行数据交换的例子。(Labview/cvi example with the database data exchange.)
- 2014-02-23 20:46:46下载
- 积分:1
-
bayer2rgb-master
说明: bayer图像测试,位图转换,yuv,rgb(Bayer image test, bitmap conversion, yuv, RGB)
- 2020-12-12 12:09:19下载
- 积分:1
-
program
Graphics Program using c & c++ Programming
- 2013-10-07 15:08:30下载
- 积分:1
-
图书管理
图书管理
- 2015-12-30下载
- 积分:1
-
Butterfly+Particle+System
一个模拟蝴蝶飞行的Unity 插件,效果还不错,里面有Demo显示(A Unity plug-in that simulates flying butterflies)
- 2018-04-28 09:59:24下载
- 积分:1
-
dianji
超再生遥控-遥控步进电机正反转AB的程序(Superregeneration Remote- remote control stepper motor program AB)
- 2013-07-23 20:00:21下载
- 积分:1
-
usb msd
为编程 stm32f4xx 源代码成为 usb 大容量存储设备。
- 2022-03-24 15:57:17下载
- 积分:1
-
MIMO代码
产生Stripmap SAR的回波,MIMO系统就是利用多天线来抑制信道衰落。根据收发两端天线数量,相对于普通的SISO系统,通常多径要引起衰落,因而被视为有害因素.
- 2023-04-16 20:50:02下载
- 积分:1
-
DevComponents.DotNetBar2-14.0
DotNetBar是一款性价比很强的界面控件,带有56个Windows Form 控件的工具箱,使开发人员可以轻而易举地创建出专业美观的Windows Form应用程序用户界面,控件全部采用C#编写,引入了全部Office 2007 style Ribbon控件、Office 2003 office2010 样式、支持windows7,Windows XP主题等。(DotNetBar is a very cost-effective interface control, with 56 Windows Form controls toolbox, so that developers can easily create a professional and beautiful Windows Form application user interface, all the controls are written using C#, the introduction of all Office 2007 style Ribbon controls, Office 2003 Office2010 sample Type, support windows7, Windows XP theme and so on.)
- 2018-07-05 09:51:19下载
- 积分:1
-
C# 获取本地打印服务器后台文件的路径
Visual C# MyWinWPF.rar,核心代码分享如下:
private void button1_Click(object sender, RoutedEventArgs e)
{//获取本地打印服务器后台文件的路径
var MyPrintServer = new System.Printing.LocalPrintServer();
string MyInfo = "本地打印服务器后台文件的路径是:" + MyPrintServer.DefaultSpoolDirectory;
MessageBox.Show(MyInfo, "信息提示", MessageBoxButton.OK);
}
- 2022-01-23 11:13:33下载
- 积分:1