-
这个是用vc+objectarx开发acdbtable物体acdbtablestyle
这个是用vc+objectarx开发AcDbTable 实体和AcDbTableStyle对象-This is vc+ Objectarx development AcDbTable entities and objects AcDbTableStyle
- 2022-02-07 11:25:52下载
- 积分:1
-
EPP编程源代码,在DOS环境下的读数,简单和容易的结论。
epp编程源代码,在DOS环境下的读数,简单易用,与大家分享。-EPP programming source code, the DOS environment readings, simple and easy to share with you.
- 2022-07-24 15:50:45下载
- 积分:1
-
一个简单的碟片出租管理系统,使用VB和ACCESS编写。
一个简单的碟片出租管理系统,使用VB和ACCESS编写。-a simple disc rental management system, using VB and Access prepared.
- 2022-03-18 17:23:00下载
- 积分:1
-
Proposed a new ultrasonic flaw Automatic Identification System. The system uses...
提出了一个新的超声缺陷自动识别系统。该系统采用小波包分解提取超声信号的特征,采用混沌遗传算法来消除冗余和不相关的特征,并采用支持向量机(SVM) 来对缺陷进行识别。-Proposed a new ultrasonic flaw Automatic Identification System. The system uses wavelet packet decomposition extract the characteristics of ultrasonic signals using chaos genetic algorithm to eliminate redundant and irrelevant features, and using support vector machine (SVM) to identify defects.
- 2022-11-06 00:15:08下载
- 积分:1
-
code Pro aspnet20 xml
code Pro aspnet20 xml
- 2022-02-14 14:15:21下载
- 积分:1
-
C# 清空回收站的源码实例
C# 清空回收站,这个功能不用多介绍了吧,你懂的,具体的实现请看以下代码:
const int SHERB_NOCONFIRMATION = 0x000001;//整型常量在API中表示删除时没有确认对话框
const int SHERB_NOPROGRESSUI = 0x000002;//在API中表示不显示删除进度条
const int SHERB_NOSOUND = 0x000004;//在API中表示删除完毕时不播放声音
[DllImportAttribute("shell32.dll")]//声明API函数
private static extern int SHEmptyRecycleBin(IntPtr handle, string root, int falgs);
private void button1_Click(object sender, EventArgs e)
{
//清空回收站
SHEmptyRecycleBin(this.Handle, "", SHERB_NOCONFIRMATION + SHERB_NOPROGRESSUI + SHERB_NOSOUND);
}
- 2022-12-15 14:50:03下载
- 积分:1
-
读取radarsar数据的MATLAB程序
读取radarsar数据的MATLAB程序-MATLAB program to read the data radarsar
- 2022-08-25 21:48:54下载
- 积分:1
-
在photogrammetry束模型
Bundel model in Photogrammetry
- 2023-03-20 04:35:04下载
- 积分:1
-
在数字信号处理中,实现双谱估计,间接法估计双谱。
在数字信号处理中,实现双谱估计,间接法估计双谱。-In digital signal processing, the realization of bispectrum is estimated that the indirect method estimated bispectrum.
- 2022-03-26 13:05:36下载
- 积分:1
-
关于sdram学习的方法和心得,属于菜鸟进阶型资料
关于sdram学习的方法和心得,属于菜鸟进阶型资料-About sdram learning methods and experiences, advanced type of information belongs to rookie
- 2022-12-06 02:25:03下载
- 积分:1