-
omap_uwire
linux下的驱动程序,驱动程序被誉为“ 硬件的灵魂”、“硬件的主宰”、和“硬件和系统之间的桥梁”等。(Under Linux drivers, driver is known as "the hardware of the soul", "the master of hardware," and "the bridge between the hardware and system", etc.)
- 2012-05-04 15:55:18下载
- 积分:1
-
这是一本对Delphi开发描述非常全面的书籍!
这是一本对Delphi开发描述非常全面的书籍!-This is one pairs of Delphi developed a very comprehensive description of the book!
- 2022-09-26 19:30:03下载
- 积分:1
-
XPO Kullanimi
使用系统 ;
使用 System.Collections ;
使用 System.Collections.Generic ;
使用 System.ComponentModel ;
使用 System.Data ;
使用 System.Drawing ;
使用 System.Text ;
使用 System.Windows.Forms ;
使用 System.IO ;
使用 System.Diagnostics ;
使用 System.Linq ;
使用 System.Linq.Expressions ;
使用 DevExpress.Xpo ;
使用的儿子 ;
命名空间的儿子
{
公共部分类 Form2: 窗体
{
XpoLogWriter 日志 ;
公共 Form2()
{
InitializeComponent() ;
日志 = 新 XpoLogWriter(textBox1) ;
System.Diagnostics.Trace.Listeners.Add(log) ;
}
私人 void Form2_Load EventArgs e 对象发件人)
{
/ / 这条线需要显示初始查询产生的 XPO
/ / 当它连接到数据库以检索对象
/ / 第一次后启动的应用程序
//Customer cust = XpoDefault.Session.FindObject < 客户 > (空) ;
}
私人 void btnClear_Click EventArgs e 对象发件人)
{
textBox1.Text ="";
}
私人 void btnSelectWhere_Click Ev
- 2022-09-29 15:45:03下载
- 积分:1
-
UDF实现边界源项加载
fluent中使用UDF代码,实现边界源相的加载(UDF implementation of source phase boundary loading)
- 2018-04-10 11:53:38下载
- 积分:1
-
绘制曲线
EQ均衡器曲线, SigmaStudio 各种滤波算法实现如全通,高通,低通,带通,EQ等等(EQ equalizer curve, Sigma Studio filtering algorithms such as all-pass, high-pass, low-pass, band-pass, EQ and so on)
- 2020-12-01 21:29:26下载
- 积分:1
-
STM32数字示波器电路原理图
说明: 基于stm32的数字示波器,采用单片机内置的AD对输入信号进行采集。将采集到的信号使用LCD画点显示(The digital oscilloscope based on STM32 uses the built-in ad of MCU to collect the input signal. The collected signals are displayed by LCD dot drawing)
- 2021-01-15 12:23:28下载
- 积分:1
-
mylex
实现输入正则表达式的词法分析程序,自己添加输入文本(Input regular expressions lexical analysis procedures, to add their own input text)
- 2007-12-20 12:54:28下载
- 积分:1
-
unicet-and-netdraw-explanation
unicet和netdraw使用手册,能够较好的学习这两种软件,用于网络绘图(unicet, and netdraw use the manual, better able to learn both software for network drawing)
- 2012-11-29 15:55:25下载
- 积分:1
-
OpenCV--dll
OpenCV必备的dll文件,反正c:/window/system32文件下即可(OpenCV necessary dll file)
- 2015-06-09 22:36:32下载
- 积分:1
-
jisuanqi
计算器,可进行四则运算,并且有符号位,退格,以及小数点。(Calculator, can be carried out in four operations, and the sign bit, backspace, and decimal point.)
- 2013-11-11 12:51:12下载
- 积分:1