-
080815103956
说明: mfc写的利用MSXML操作XML的例子,以及添加,修改,删除等。(mfc write XML using MSXML operation example, as well as add, modify, delete and so on.)
- 2008-09-13 12:09:06下载
- 积分:1
-
Gabor滤波器C++实现
本代码可以实现对一张图像的Gabor滤波,并输出结果,需要配置opencv库,
- 2023-01-26 00:35:04下载
- 积分:1
-
CC
说明: his file contains a summary of what you will find in each of the files that
make up your CC application.
- 2008-03-27 22:21:53下载
- 积分:1
-
parallel
并行程序,并行离散化算法实现,粗糙集数据挖掘程序(Parallel programming, parallel discrete algorithms, rough set data mining program)
- 2009-12-09 10:14:59下载
- 积分:1
-
基于对话框创建浮动工具栏
基于对话框,添加工具栏资源,设置工具栏的背景图像,可以在对话框中的任何位置移动工具栏,也可关闭工具栏。
- 2022-03-03 14:08:19下载
- 积分:1
-
c# socket 通讯 测试工具源码下载
c# socket 通讯 测试工具源码下载
- 2014-06-15下载
- 积分:1
-
l3vpn管理代码
主要针对ipran数通产品系列L3VPN管理代码调用,绑定接口,vrf增删,打印一些调试bug函数,主要L3层业务提供入口管理代码,针对芯片不同需要增加sdk接口预留接口使用,模块的版本还是挺不错的
- 2022-03-22 22:26:26下载
- 积分:1
-
ad7705br
说明: 这是应用于MSP430F249系列单片机产品的中断应用程序,请大家参考使用就是了,有问题找我好了(MSP430F249 MCU products disruption to the application procedures, please refer to the use of mind, I have to find a good)
- 2006-03-28 13:45:19下载
- 积分:1
-
banker_work
在C环境下,通过链表模拟银行家算法,可自定义资源量和资源数,以及进程数,实现判定避免死锁的分配。(In the C environment, through the list bankers algorithm simulation, can be custom resource amount and the number of resources, as well as the number of processes, determine the deadlock avoidance allocation.)
- 2013-12-24 17:17:41下载
- 积分:1
-
一段c语言编写的代码
package com.example.net_ftp;
import java.io.IOException;
//import com.example.net_ftp.ContinueFTP.DownloadStatus;
import android.os.Bundle;
import android.os.Environment;
import android.os.Handler;
import android.os.Looper;
import android.os.Message;
import android.app.Activity;
import android.view.Menu;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
import android.widget.TextView;
public class MainActivity extends Activity {
private Button connectbut = null;
private Button uploadbut = null;
private Button downloadbut = null;
private Button disconnectbut = null;
private TextView connecttext = null;
private TextView uploadtext =
- 2022-12-27 16:05:04下载
- 积分:1