登录
首页 » Windows开发 » vc项目开发全程实录 的源代码,书上的第二个例子都有哦

vc项目开发全程实录 的源代码,书上的第二个例子都有哦

于 2022-06-01 发布 文件大小:1.48 MB
0 101
下载积分: 2 下载次数: 1

代码说明:

vc项目开发全程实录 的源代码,书上的第二个例子都有哦-Record vc project development throughout the source code, books, examples of both Oh ...

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

发表评论


0 个回复

  • Windows Mobile 下MAPI_关于邮件和短消息的技术支持都可以用这个
    Windows Mobile 下MAPI_关于邮件和短消息的技术支持都可以用这个-Windows Mobile under MAPI_ mail and short message on the technical support can use this
    2022-07-27 03:41:57下载
    积分:1
  • fstream使用实例,包含各种可能的使用方法,值得参考
    fstream使用实例,包含各种可能的使用方法,值得参考-example of fstream use
    2022-02-28 10:06:10下载
    积分:1
  • 动态链接库准备过程。静态库与动态库…
    动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译器名字改编技术对动态链接库输出函数的影响,extern "C"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-Dynamic link library preparation process. Static library and dynamic library distinction, and call procedures in the static library and dynamic link library when the distinction. How to use tool to view a dynamic link library function of the output, Depends tools, C++ Compiler technology to adapt the name of a dynamic link library function of the impact of the output, extern
    2022-01-31 13:40:04下载
    积分:1
  • Description: 对整型有序关键码序列进行折半查找,待排序序列以数组存储。如果找到待查记录,返回找到的位置下标,并删除该关键码记录;如果没找到待查记...
    Description: 对整型有序关键码序列进行折半查找,待排序序列以数组存储。如果找到待查记录,返回找到的位置下标,并删除该关键码记录;如果没找到待查记录,返回0,并将待查记录插入到适当位置,即该查找属于动态查找。输出查找过程中每一轮的low,mid,high 值,以及与给定值相比较的关键码值,并输出最后找到的位置,及变化后的数组。 注意:该数组为整型,数组中关键码存储位置为r[1]~r[n],r[0]留作它用,且关键码个数大于4. Input Format: 第一行输入数组中记录个数n 第二行输入n个有序的整型关键码,以空格隔开 接下来输入三个待查关键码,每个关键码占一行 Output format: 对于每个关键码,分别输出: 找到给定值之前的每一轮的low,mid,high及相比较的待查找序列中的关键码,以空格隔开 接下来一行输出查找到的位置 接下来一行输出变化后的待查找序列 -Description: The key codes for integers ordered sequence of binary search until the sorting sequence to an array of storage. If you find a complete set of records, returns to find the location of the next standard, and delete the key code is recorded if not find a complete set of records, returns 0, and a complete set of records inserted into the appropriate location, that is, the search was part of search. Find out the process for each one of the low, mid, high value, as well as compared to the value given the key code value and output of the last to find the locat
    2023-05-15 19:40:03下载
    积分:1
  • Part V, so that characters can pass through objects in the background so that it...
    第五部分,使人物可以穿过背景中的物体,使其运动看起来更加真实-Part V, so that characters can pass through objects in the background so that it looks more real movement
    2022-12-02 06:55:03下载
    积分:1
  • 一个C++存储类
    一个C++存储类-a Class C storage
    2022-03-15 05:06:19下载
    积分:1
  • pop协议源文件
    pop协议开发源文件-pop source development agreement
    2022-07-18 01:46:11下载
    积分:1
  • 对于在网页中,为了让链接时网页效果更加漂亮,而对鼠标的用法的介绍...
    对于在网页开发中,为了让链接时网页效果更加漂亮,而对鼠标的用法的介绍-For website development, web site link in order to effect more beautiful, while the introduction of the use of mouse
    2022-02-22 10:03:13下载
    积分:1
  • 电机控制--通过安川伺服控制电机
    #include "DIALOG.h" #include "ButtonUse.h" #include "led.h" #include "beep.h" //////////////////////////////////////////////////////////////////////////////////   //±¾³ÌÐòÖ»¹©Ñ§Ï°Ê¹Óã¬Î´¾­×÷ÕßÐí¿É£¬²»µÃÓÃÓÚÆäËüÈκÎÓÃ; //ALIENTEK STM32F103Õ½½¢¿ª·¢°å //STemWin BUTTONʹÓà //ÕýµãÔ­×Ó@ALIENTEK //¼¼ÊõÂÛ̳:www.openedv.com //´´½¨ÈÕÆÚ:2015/4/10 //°æ±¾£ºV1.0 //°æȨËùÓУ¬µÁ°æ±Ø¾¿¡£ //Copyright(C) ¹ãÖÝÊÐÐÇÒíµç×ӿƼ¼ÓÐÏÞ¹«Ë¾ 2014-2024 //All rights reserved    ////////////////////////////////////////////////////////////////////////////////// #define ID_FRAMEWIN_0 (GUI_ID_USER + 0x00) #define ID_BUTTON_0 (GUI_ID_USER + 0x01) #define ID_BUTTON_1 (GUI_ID_USER + 0x02) #define ID_BUTTON_2 (GUI_ID_USER + 0x03) #define ID_BUTTON_3 (GUI_ID_USER + 0x04) //¶Ô»°¿ò×ÊÔ´±í
    2022-03-24 05:49:03下载
    积分:1
  • 华源ASP语音聊天室
    资源描述需要注册DLL组件,才可以正常运行,想提高ASP技术的童鞋可以看看
    2023-05-30 17:30:04下载
    积分:1
  • 696518资源总数
  • 104554会员总数
  • 21今日下载