登录
首页 » VC » C 串行端口

C 串行端口

于 2022-02-06 发布 文件大小:8.90 kB
0 102
下载积分: 2 下载次数: 1

代码说明:

C 串行端口

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

发表评论

0 个回复

  • On-chip-Spiral-Inductors
    LC VCO 片上电感很好的设计参考资料,其使用asitic详细的分析了电感的感值 寄生电阻 寄生电容以及硅基衬底的涡流对电感的影响(LC VCO chip inductors good design reference, its use asitic detailed analysis of the value of the parasitic inductance of the sense resistor parasitic capacitance and inductance of the silicon substrate eddy current effects on)
    2013-11-02 02:47:38下载
    积分:1
  • mfcrumen
    讲述Visual C+ +/MFC开发的基本知识,文档/视结构,窗体控件的使用和一些基本的网络开发知识。同时指出一些在开发中容易犯的错误和一些注意事项。本教程主要侧重于讲解MFC中各个类的使用和函数功能,同时在重要内容上都带有例程。 整个教程分为六章 (on Visual C/MFC development of the basic knowledge, documentation/visual structure, Form controls on the use and some basic knowledge of network development. Some also pointed out the development of easily made mistakes and some attention to the matter. The Guide focuses mainly on the MFC in all categories of functional use and function, while important elements are somewhat routine. Guide is divided into six chapters throughout the)
    2007-06-13 16:06:20下载
    积分:1
  • 南开一百题答案
    这个是南开大学上机100题的题目和答案,对学习c语言的人有很大的帮助(Nankai University is the 100 on the plane and that the questions and answers, to learn the language c there is a great help)
    2020-06-26 09:40:02下载
    积分:1
  • tcstudy
    刚好U没放源码,找到留有的C 语言学习电子书( C)
    2012-04-07 19:46:07下载
    积分:1
  • VC++ 6.0 定时关机
    VC++ 6.0 定时关机,设置时间,自动关机,时间以分钟计,在确定使用本功能前,请确保保存当前工作,系统将于设定的时间到达后自动关机。
    2022-02-04 23:31:44下载
    积分:1
  • C
    说明:  c语言程序设计———————谭浩强第三版(c)
    2010-12-01 13:41:34下载
    积分:1
  • VC++ 多文档程序实现为新建的文档设置显示字体
    VC++ 多文档程序实现为新建的文档设置显示字体,m_str="多文档应用程序实例!";//输出文本   CFontDialog dlg;//字体对话框   dlg.GetCurrentFont(&m_lf);   if(dlg.DoModal()==IDOK)//显示对话框   dlg.GetCurrentFont(&m_lf);//获取用户设置的字体信息   return TRUE;   CString str=pDoc->m_str;//获取输出文本   LOGFONT lf=pDoc->m_lf;//获取字体结构   CFont *pFont=new CFont;   pFont->CreateFontIndirect(&lf);//创建字体   CFont *poldFont=pDC->SelectObject(pFont);//载入DC   pDC->TextOut(40,40,str);//输出文本   pDC->SelectObject(poldFont);//恢复字体
    2022-12-19 01:50:03下载
    积分:1
  • Text
    实现VC++文本编程,适合初学者使用。。。。。(Implementation of VC++ text programming)
    2018-05-13 21:15:01下载
    积分:1
  • VC++ 表格式简历打印的实现
    本源码演示在VC++中打印简历模板,是一个采用表格设计的简历界面,VC++将按设计的模式打印出来,就像使用Word打印一样的功能。   以下代码可作为参考:   //获取位图所有数据   m_bitdata = m_pRecord->GetFields()->GetItem((long)9)->GetChunk(m_factsize);   HBITMAP m_hmap ;   if (m_bitdata.vt==VT_ARRAY |VT_UI1)   {    //定义一个数据缓冲区    m_bitbuffer = new char[m_factsize];    //将m_buffer指向m_bitdata    SafeArrayAccessData(m_bitdata.parray,(void**)&m_buffer);    //复制位图数据到m_bitbuffer;    memcpy(m_bitbuffer,m_buffer,m_factsize);    SafeArrayUnaccessData(m_bitdata.parray);    void* m_factbitdata ; //实际的位图数据    //temp指向位图信息头    temp = m_bitbuffer+sizeof(BITMAPFILEHEADER);    BITMAPINFOHEADER * m_bitheader = (BITMAPINFOHEADER*)temp;    //获取位图信息,它包括位图信息头和调色板    BITMAPINFO* m_bitinfo = (BITMAPINFO*)temp;    //获取位图的实际数据    m_factbitdata = (void*)(m_buffer+((LPBITMAPFILEHEADER)m_bitbuffer)->bfOffBits);    CClientDC m_dc(this);    //创建位图    hbitmap = CreateDIBitmap(m_dc.m_hDC,m_bitheader,CBM_INIT,m_factbitdata,m_bitinfo,DIB_RGB_COLORS);    delete [] m_bitbuffer;   }
    2022-07-02 18:31:16下载
    积分:1
  • 排班
    说明:  应用此程序,可对文件进行排班。(With this program, files can be scheduled.)
    2020-06-17 13:20:01下载
    积分:1
  • 696518资源总数
  • 105958会员总数
  • 18今日下载