登录
首页 » Windows开发 » 深入浅出MFC源代码,侯老师的作品帮助了无数的程序员.

深入浅出MFC源代码,侯老师的作品帮助了无数的程序员.

于 2022-11-08 发布 文件大小:1.01 MB
0 205
下载积分: 2 下载次数: 1

代码说明:

深入浅出MFC源代码,侯老师的作品帮助了无数的程序员.-In layman

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

发表评论

0 个回复

  • 对带宽进行测量的软件,精度高,时间快是其特点.
    对带宽进行测量的软件,精度高,时间快是其特点.-Bandwidth measurement software, high precision, the time is characterized by fast.
    2023-05-15 00:45:02下载
    积分:1
  • 程序来放大和缩小屏幕,左键放大,右键去动物园…
    是一个能放大局部图形的程序,点左键是缩小,右键是放大!-Program to Zoomout/Zoomin the screen, left button to zoomin, right button to zoomout.
    2023-01-21 11:45:04下载
    积分:1
  • 2D 魔方源代码
    新增功能:花式魔方,在菜单中FigureCube可以使魔方旋转成多种花式。共有45中花式,参考了www.Rubiker.cn中的花式魔方公式。每点击一次菜单,就会显示一种花式,45中花式循环显示。由于可能在整理时把花式公式弄错,所以可能出现并不美观的图案,这些会在可能存在的后续版本中更正。 1 > 尚未实现类似于2D版本的抄写功能。可以在2D中抄写,然后在本版本中打开。
    2022-01-25 14:41:41下载
    积分:1
  • 路威机器人语音控制
    路威智能机器人的语音控制程序,通过添加脚本可以实现与路威机器人的加单对话和简单命令执行,例如:我问,现在的主席是谁?rovio答:是习主席
    2022-12-09 17:30:03下载
    积分:1
  • 查看接入主机的HID设备,并显示序列号,断口信息
    查看接入主机的HID设备,并显示序列号,断口信息-See HID device host access SetupDiGetDeviceInterfaceDetail(hDevInfo,&strtInterfaceData,NULL,0,&strSzie,NULL)
    2022-03-01 02:07:54下载
    积分:1
  • 1.在内存中辟一个虚拟磁盘空间作为文件存储器,在其上实现一个简单的单用户文件系统。在退出这个简单的文件系统时,应将该虚拟文件系统保存到磁盘上,以便下次可以再将...
    1.在内存中开辟一个虚拟磁盘空间作为文件存储器,在其上实现一个简单的单用户文件系统。在退出这个简单的文件系统时,应将该虚拟文件系统保存到磁盘上,以便下次可以再将它恢复到内存的虚拟磁盘空间中。 2.文件存储空间的分配可采用显式链接分配或其他的办法。 3.空闲空间的管理可选择位示图或其他的办法。如果采用位示图来管理文件存储空间,并采用显示链接分配方式,那么可以将位示图合并到FAT表中。 4.文件目录结构采用多级目录结构。为了简单起见,可以不使用索引结点,其中的每个目录项应包含文件名、物理地址、长度等.-1.making a virtual diskete memory as file storyge,in this district it can implement a simple single user file system .when quit this simple file system ,it shoud save the virtual file system to diskete,then it can be resumed to virtual diskete district in the memory.3.we can choose location hint map to manage the idle space or orther means.if we choose locationhint map to manage file saving space,and adopt show linking distribution mode,we can combine location hint map into FAT table.4.file directory confiuration adopts multilevel directory confiuration.to simplify,it doesn t use index dot,evrery term shoud include file name,physical dress and lenght.
    2022-07-20 06:41:57下载
    积分:1
  • test.exe三汇板的测试程序,支持shcti5.0.1.0版
    三汇板测试规程测试.exe,支持ShCti5.0.1.0版本
    2022-09-14 14:50:03下载
    积分:1
  • s3c2410 RTC测试程序,有一定参考价值!
    s3c2410 RTC测试程序,有一定参考价值!-err
    2022-02-06 18:38:31下载
    积分:1
  • 这是透明窗口的实现,实现了窗口的透明,可以根据用户的要求,调整窗口的透明度...
    这是透明窗口的实现,实现了窗口的透明,可以根据用户的要求,调整窗口的透明度-This is a transparent window for the realization of a transparent window may be based on the user
    2022-08-17 22:37:36下载
    积分:1
  • 给定的字母表A 由26 个小 写英文字母组成A={a,b,…,z}。该字母表产生的升序字符串是指字符串中字母按照从左到 右出现的次序与字母在字母表中出现...
    给定的字母表A 由26 个小 写英文字母组成A={a,b,…,z}。该字母表产生的升序字符串是指字符串中字母按照从左到 右出现的次序与字母在字母表中出现的次序相同,且每个字符最多出现1 次。例如, a,b,ab,bc,xyz 等字符串都是升序字符串。现在对字母表A 产生的所有长度不超过6 的升序 字符串按照字典序排列并编码如下。 1 2 … 26 27 28 … a b … z ab ac … 对于任意长度不超过6 的升序字符串,迅速计算出它在上述字典中的编码。 -Given the alphabet A by the 26 lowercase letters of the alphabet composed of A = (a, b, ..., z). Generated by the alphabet ascending string refers to the letter string in accordance with the order from left to right appears in the alphabet and letters appearing in the same order, and each character appears a maximum of 1 times. For example, a, b, ab, bc, xyz, etc. are ascending string string. Alphabet A have now all the length of not more than 6 strings of ascending order in accordance with the dictionary and coding sequence is as follows. 1 2 ... 26 27 28 ... ab ... z ab ac ... for any length of not more than 6 strings of ascending quickly calculate it in the dictionary encoding.
    2023-06-07 02:40:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载