-
w_ipp-sample-cPP_p_5.1.006
ipp-sample-c++,错误快速检测代码,可以迅速定位程序错误,另外杜绝缓冲区溢出,提供X86 CPU的函数库(ipp-sample-c++, fast error detection code, you can quickly locate bugs, the other to prevent buffer overflow, the library provides X86 CPU)
- 2011-10-07 20:01:16下载
- 积分:1
-
320240-touch-program
320240触摸绘图程序,查询方式和中断方式两种测试例程(320240 touch drawing program, query way and interrupt way two test routines)
- 2020-08-14 11:18:25下载
- 积分:1
-
基于C#的skyline二次开发案例
基于C#语言的skyline二次开发实例(Examples of Development of Skyline Based on C#)
- 2020-06-24 08:20:02下载
- 积分:1
-
extracting-eges
MATLAB中边缘提取的几种方法,以及他们优缺点的比较!(MATLAB edge extraction in several ways, and their comparative advantages and disadvantages!)
- 2014-08-19 11:04:56下载
- 积分:1
-
kev
这是一个开机自启的控制台应用程序,实在没什么东西拿的出手,但是想看看别人的东西,所以就把这个上载了。大家感兴趣的话可以找我帮忙把他可视化(This is a boot from Kai console application, there really is something to take the shot, but would like to see other people' s stuff, so put this uploaded. We are interested in, then you can ask me for help visualize him)
- 2013-12-30 14:17:57下载
- 积分:1
-
flasha_sio1
25F040 C PROGRAM,25F040 C PROGRAM,25F040 C PROGRAM(USEFUL 25F040 C PROGRAM,25F040 C PROGRAM,25F040 C PROGRAM,25F040 C PROGRAM,25F040 C PROGRAM)
- 2015-06-09 00:36:21下载
- 积分:1
-
IAR
IAR入门的学习资料,里面详细讲解了工程配置等问题(IAR entry of the learning materials, which explain in detail such issues as the project configuration)
- 2010-09-25 18:02:17下载
- 积分:1
-
MDTS 101407
ea开发macd,指标,实现背离,基于mt4平台,欢迎下载使用(MT4 platform intelligent trading index strategy, MACD basic indicators deviate from the single)
- 2017-07-27 16:19:29下载
- 积分:1
-
这是为DiffieHellman键切换功能的使用
这是为了使用按键切换功能
- 2023-02-21 01:55: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