登录
首页 » c++ » MFC下通过ADO访问数据库,支持图片保存,用DataGrid关联显示。

MFC下通过ADO访问数据库,支持图片保存,用DataGrid关联显示。

于 2022-05-17 发布 文件大小:14.27 MB
0 75
下载积分: 2 下载次数: 1

代码说明:

MFC下通过ADO访问ACCESS数据库,支持图片保存,支持图片的获取显示,同时用DataGrid关联数据库表的显示。

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

发表评论

0 个回复

  • sap5
    SAP5源代码有助于研究生学习和工作人员工作(SAP5 source code)
    2014-11-08 12:46:53下载
    积分:1
  • matlab-command
    matlab命令,方便初级使用者查询命令(matlab command to facilitate the initial user query command)
    2011-06-20 16:43:42下载
    积分:1
  • FreeRTOS实时内核_实用指南
    说明:  FreeRTOS实时内核_实用指南 原版本英文的中文翻译版本(FreeRTOS translated to chinese)
    2020-06-15 22:30:02下载
    积分:1
  • C#提取某个目录下Word文档,并分析统计文档页数实例代码
    C#提取目录中的Word文档,有提取、统计页数功能
    2013-01-21下载
    积分:1
  • Viterbi_Tst
    这是用itpp库编写的卷积码的解码程序。由于用C++库和Intel的MKL库,所以速度飞快。同样的仿真点数, Matlab2012下用了15分半钟,而这个程序仿真只用了半分钟,相当于是matlab速度的30多倍。(This is itpp prepared for the convolutional code decoding process. Because with C++ libraries and Intel' s MKL library, so fast. The same simulation points under Matlab2012 spent 15 and a half minutes, and this program simulation with only half a minute, the equivalent of 30 times the speed of matlab.)
    2014-01-08 14:41:50下载
    积分:1
  • 网络编程编写客户端与服务端的成语词典
    网络编程编写客户端与服务端的成语词典,内含SQL list数据库(Write idiom dictionary of client and server by network programming, including SQL list database)
    2020-06-25 04:20:02下载
    积分:1
  • Car-rental-system
    简单汽车租赁系统 大学C++开发实习参考(Car rental system)
    2014-10-22 21:48:32下载
    积分:1
  • ESP8266_RTOS_SDK-3.1
    说明:  ESP8266 web及MQTT开发包,能够快速实现功能,减少开发时间(ESP8266 web and MQTT development kit can realize functions quickly and reduce development time)
    2020-06-22 22:00:02下载
    积分:1
  • 触摸屏
    void gui_fill_circle(u16 x0,u16 y0,u16 r,u16 color) {   u32 i; u32 imax = ((u32)r*707)/1000+1; u32 sqmax = (u32)r*(u32)r+(u32)r/2; u32 x=r; gui_draw_hline(x0-r,y0,2*r,color); for (i=1;isqmax)// draw lines from outside   {   if (x>imax)  { gui_draw_hline (x0-i+1,y0+x,2*(i-1),color); gui_draw_hline (x0-i+1,y0-x,2*(i-1),color); } x--; } // draw lines from inside (center)   gui_draw_hline(x0-x,y0+i,2*x,color); gui_draw_hline(x0-x,y0-i,2*x,color); } }   //两个数之差的绝对值  //x1,x2:需取差值的两个数 //返回值:|x1-x2| u16 my_abs(u16 x1,u16 x2) {   if(x1>x2)return x1-x2; else return x2-x1; }   //画一条粗线 //(x1,y1),(x2,y2):线条的起始坐标 //size:线条的粗细程度 //color:线条的颜色 void lcd_draw
    2022-08-08 02:20:29下载
    积分:1
  • cimage_pixel_access_opt
    將bitmap存取速度加快,減少記憶體存取所占用的時間,以方便做影像的演算法(Faster access to the bitmap to reduce the occupied memory access time in order to facilitate the algorithm to do image)
    2009-10-14 18:11:20下载
    积分:1
  • 696518资源总数
  • 105554会员总数
  • 2今日下载