登录
首页 » C# » 大附件上传

大附件上传

于 2022-04-12 发布 文件大小:93.23 kB
0 36
下载积分: 2 下载次数: 1

代码说明:

C#大附件上传控件实例

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • C# ile paint yapımı
    2022-01-24 12:32:56下载
    积分:1
  • 职工信息管理系统
    用C++语言编写得职工信息管理系统(C language in the preparation of management information systems workers)
    2005-01-14 19:17:35下载
    积分:1
  • MATLAB
    Matlab设计实例30例精解,里面有详细的讲解过程和源代码以编程用到的数据(Matlab examples of refined solution design 30 cases, there are detailed to explain the process and source code used to program data)
    2016-01-10 17:04:05下载
    积分:1
  • hog
    使用C++计算图像的梯度直方图,提取图像的梯度特征,用于后期的应用(Using C++ to calculate the image gradient histogram, extract the image gradient feature for late applications)
    2012-04-10 10:57:34下载
    积分:1
  • C++采用高斯消元法求取矩阵的逆
    基于高斯消元法 求取矩阵的逆,可以改写成子程序
    2022-06-11 13:02:44下载
    积分:1
  • stm32 ADC多通路采样
    stm32 ADC多通路采样 #include "adc.h" #define ADC1_DR_Address    ((uint32_t)0x4001244C) __IO uint16_t ADCConvertedValue[2];   void Adc_Init(void)  {   GPIO_InitTypeDef GPIO_InitStrue; ADC_InitTypeDef ADC_InitStrue; DMA_InitTypeDef DMA_InitStructure;   RCC_AHBPeriphClockCmd(RCC_AHBPeriph_DMA1, ENABLE);//DMA时钟使能 RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOA|RCC_APB2Periph_ADC1,ENABLE);//GPIO、ADC1时钟使能   RCC_ADCCLKConfig(RCC_PCLK2_Div6);//ADC时钟6分频   GPIO_InitStrue.GPIO_Mode = GPIO_Mode_AIN; GPIO_InitStrue.GPIO_Pin = GPIO_Pin_1|GPIO_Pin_2; GPIO_InitStrue.GPIO_Speed = GPIO_Speed_50MHz; GPIO_Init(GPIOA,&GPIO_InitStrue);//PA1、PA2 I/O口配置     DMA_DeInit(DMA1_Channel1);//DMA通道1复位   DMA_InitStructure.DMA_PeripheralBaseAddr = ADC1_DR_Address;
    2023-05-09 20:05:03下载
    积分:1
  • BSpline
    本程序框架采用OpenGL+MFC SDI,其中B样条曲线曲面网格视图采用OpenGL绘制,基函数视图采用MFC GDI绘制。整个程序采用了MFC单文档、多视图类型。其中B样条相关的属性与操作都封装于BH_BSpline类。(This procedure used the framework OpenGL+ MFC SDI, one B-spline curves and surfaces using OpenGL view grid mapping, function-based view rendering using MFC GDI. MFC uses the whole process a single document, multi-view type. One B-spline associated with the operation of the properties are packaged in BH_BSpline category.)
    2009-04-22 10:44:25下载
    积分:1
  • Picture_recognition
    图像识别的小软件,识别率还算凑合吧,大家共同学习(Small image recognition software, the recognition rate still make it, we learn together )
    2011-06-20 10:27:31下载
    积分:1
  • pwm
    pwm 源程序代码 可以用于电源或是电机控制 经过修改(PWM source code can be used for power supply or a motor control modification)
    2013-04-06 11:56:33下载
    积分:1
  • ShowBitmap
    MFC显示BITMAP 图像 适合初学者学习 C++(Show BITMAP image suitable for beginners to learn)
    2014-05-11 02:00:59下载
    积分:1
  • 696518资源总数
  • 104224会员总数
  • 54今日下载