登录
首页 » 电子书 » programming essence

programming essence

于 2022-07-07 发布 文件大小:170.98 kB
0 133
下载积分: 2 下载次数: 1

代码说明:

编程精粹 ─── Microsoft编写优质无错C程序秘诀-programming essence-------------------- Microsoft prepared quality no mistake C program secret

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

发表评论

0 个回复

  • book covers, published in two volumes. Bentaoshu on Microsoft Visual C 6.0 basis...
    本书内容分上、下两册出版。本套书是关于Microsoft Visual C++ 6.0基础类库(MFC)完整的参考手册。全面性和权威性是本书最大的特点。MFC库按照应用的功能划分为根类,MFC应用结构类,窗口、对话和控件类,绘画和打印类,简单的数据类型类,数组、列表和映射类,文件和数据库类,Internet和网络类,OLE类,调试和异常类等类。而其中的每一分类都是应用编程或其中某个方面的重要课题。本书按字母次序排列了MFC全部的类,并详细介绍了每一个类的成员,包括成员函数和数据成员,以及类之间的关系,如派生等。对于典型的用法,本书在用常规方法解释之余,还附加了精炼的代码示例,可供读者揣摩、研究。-4-book covers, published in two volumes. Bentaoshu on Microsoft Visual C 6.0 basis Class (MFC) comprehensive reference hands register. Comprehensive and authoritative book is the greatest characteristics. MFC according to the application of functional roots category, MFC Application category structure, windows, dialogue and control classes, painting and print category, simple data type category, arrays, class lists and maps, documents and database category, Internet and network categories, OLE category, debugging and unusually for such category. And the classification is applied for each program or some aspect of an important topic. The book arranged in alphabetical order of all of the MFC
    2022-04-20 21:57:18下载
    积分:1
  • 新编win32api,比较详细的描述了win32中的API,编程时方便使用
    新编win32api,比较详细的描述了win32中的API,编程时方便使用-A New win32api, a more detailed description of the win32 in the API, easy to use programming
    2023-03-14 19:00:04下载
    积分:1
  • 一个不错的比较,推荐!
    一个不错的比较,推荐!-a good comparison, the recommended!
    2022-03-23 05:39:29下载
    积分:1
  • Internet IIS 技术讲座
    Internet IIS 技术讲座-Internet IIS technical seminars
    2022-01-28 06:27:42下载
    积分:1
  • Rose是瑞理软件工程公司的产品,是学习软件工程的必备工具
    Rose是瑞理软件工程公司的产品,是学习软件工程的必备工具-Rose, Jimmy Swiss software engineering company"s products, is studying software engineering tool for
    2022-03-12 21:02:21下载
    积分:1
  • WindowsServer2003 diskless terminal network to form guide
    WindowsServer2003无盘终端网组建指南-WindowsServer2003 diskless terminal network to form guide
    2023-07-23 18:50:02下载
    积分:1
  • Windows API参考大全完美般,是目前收集API函数数量最多,最全的一部....
    Windows API参考大全完美般,是目前收集API函数数量最多,最全的一部.-Windows API Reference perfect as it is currently collecting the largest number of API functions, the most of a whole.
    2022-01-28 10:29:04下载
    积分:1
  • 这是一个开放的
    这是一个对QGIS开源说明的文档,有助于地理信息系统人在上面开发实现-This is an open-source description document QGIS help people in geographic information systems development to achieve the above
    2022-02-13 16:35:35下载
    积分:1
  • 时钟闪烁移动
    #include"reg51.h" sbit SET_K    = P1^0; //设置 sbit PLUS_K   = P1^1;//左移加1 sbit SHIFT_K  = P1^2;//左移 sbit CHANGE_K = P1^3;//切换 年、月、日 bit SecFlag = 0;         bit FlashFlag = 0; unsigned int Counter = 0; unsigned char Led0,Led1,Led2,Led3,Led4; unsigned char Shift; code unsigned char LedSeg[10] = {0x3f,0x06,0x5B,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f}; void Time0() interrupt 1 // 0: EX0 1:Time0 2: EX1 3: Time1,4:serial     中断 {  static unsigned int IntCnt;  TH0 = 0xfc;  TL0 = 0x66;    if(++IntCnt > 1000)  {   IntCnt = 0;   SecFlag = 1;   }  switch(++Counter%5)     //显示功能   {    case 0:   
    2022-03-02 21:20:39下载
    积分:1
  • C语言程序集,各种经典算法。包含:随机数发生,信号处理的滤波算法...
    C语言程序子集,各种经典算法。包含:随机数发生,信号处理的滤波算法-The function of C language, we can find agrith in the book.
    2022-07-14 19:31:59下载
    积分:1
  • 696518资源总数
  • 106222会员总数
  • 14今日下载