登录
首页 » Windows开发 » 子窗口编程的例子

子窗口编程的例子

于 2023-06-12 发布 文件大小:62.67 kB
0 177
下载积分: 2 下载次数: 1

代码说明:

子窗口编程的例子-Programming examples of sub-window

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

发表评论

0 个回复

  • 密码算法c语言源代码
    密码算法c语言源代码-Cipher c language source code
    2022-07-27 08:59:03下载
    积分:1
  • American Option Pricing in Variance Gamma using Finite Difference
    American Option Pricing in Variance Gamma using Finite Difference
    2022-09-24 05:50:03下载
    积分:1
  • 采用邻接矩阵表示无向图,完成图的创建、图的深度优先遍历、图的广度优先遍历操作。其中图的顶点信息是字符型,图中顶点序号按字符顺序排列。本输入样例中所用的图如下所示...
    采用邻接矩阵表示无向图,完成图的创建、图的深度优先遍历、图的广度优先遍历操作。其中图的顶点信息是字符型,图中顶点序号按字符顺序排列。本输入样例中所用的图如下所示: Input Format: 第一行输入两个值,第一个是图中顶点的个数,第二个是图中边的条数 第二行输入各顶点的信息,即输入每个顶点字符 第三行开始输入每条边,每条边的形式为两个顶点的序号,中间以空格隔开,输入完一条边换行 Output format: 首先输出图的顶点信息,输出完毕换行 接着输出图的邻接矩阵,假如图中有n个顶点,则输出形式为n行n列的邻接矩阵,输出完毕换行 接下来一行输出从图的第一个顶点开始进行深度优先遍历的序列,中间以空格隔开,输出完毕换行 最后一行输出从图的第一个顶点开始进行广度优先遍历的序列,中间以空格隔开,输出完毕换行 -Using an undirected graph adjacency matrix representation to complete the map creation, graph depth-first traversal, graph breadth-first traversal operation. In which vertex information is character, the graph vertex number by characters in order. The input sample used in the diagram are as follows: Input Format: The first line of input two values, the first one is the number of graph vertices, the second one is the number of graph edges Second row, enter information in each vertex, that enter each vertex character Start typing in the third line of each side, each side in the form of two vertices
    2022-01-26 03:32:41下载
    积分:1
  • 本代码在vc环境下实现了贪吃蛇的功能,涉及动态菜单、多线程定时器、双缓冲技术重绘等技术,思路比较清晰。望能帮助初学者!...
    本代码在vc环境下实现了贪吃蛇的功能,涉及动态菜单、多线程定时器、双缓冲技术重绘等技术,思路比较清晰。望能帮助初学者!-The code in vc environment realize the function of the Snake, involving the dynamic menu, multi-threaded timer, double buffering technology redraw techniques, ideas clearer. Hope can help beginners!
    2022-02-03 05:14:12下载
    积分:1
  • Loc1.0 the software version. Purpose : Major private document browser toolbar, p...
    本软件为Loc1.0版。 目的: 主要对私人文档的浏览工具,其私人文档只能用该软件才能正确浏览。 使用: 请将该软件的LocSee文件夹以及内部文件拷贝到A:磁盘根目录下, 切勿更改路径,否则后果自负。 软件使用前,请先运行LocReg.exe对程序进行注册。 MyDoc.exe为主程序,他可以将文本文件转化为Loc文档(即加密文档) 注册后,点击Loc文档将直接调入该程序。 作用: 如果将该程序拷贝到其他磁盘运行,该程序将不仅不能正常运行,而且 会自动销毁。同时会删除当前目录下的所有Loc文档。 本软件暂时免费,仅供学习讨论,若要更加完善,加强加密保护,请与本人 联系。 联系电话:0745-2383298 Email:langel197881@yahoo.com.cn 个人网站: langel.ruin.cn-Loc1.0 the software version. Purpose : Major private document browser toolbar, private documents can only use the software to ensure the proper browser. Use : Please software LocSee this folder and copy of the internal document A : disk root directory, the path not to change, otherwise bear the consequences themselves. The use of the software before running post LocReg.exe right registration procedures. MyDoc.exe mainly procedures, he can be transformed into text files for Loc documents (that is, encrypted files) After registration, click Loc document will be directly transferred to the program. Role : If this program copied to oth
    2022-01-25 17:27:55下载
    积分:1
  • 单纯形法c++编程,可用于线性规划问题的研究解决优化问题
    单纯形法c++编程,可用于线性规划问题的研究解决优化问题-Simplex Method c programming, linear programming can be used to study and solve the problem of optimization problem
    2023-01-12 00:05:04下载
    积分:1
  • 一个计算n!的小程序,包括源代码 还有生辰的可执行文件
    一个计算n!的小程序,包括源代码 还有生辰的可执行文件-jisuan n! de xiaochenxu
    2022-08-08 13:17:48下载
    积分:1
  • VB的几种常用算法,本人感觉很不错的,所以在此与大家分享一下。...
    VB的几种常用算法,本人感觉很不错的,所以在此与大家分享一下。-Several commonly used algorithm for VB, I feel very good, so share this with you.
    2022-05-29 22:24:09下载
    积分:1
  • VisualC++应用技巧与常见问题你问我答 为初学者提供,希望对大家有帮助! 分三部分传...
    VisualC++应用技巧与常见问题你问我答 为初学者提供,希望对大家有帮助! 分三部分传-VisualC++ Application techniques and frequently asked questions you ask me to provide A for beginners, and they hope to have everyone help! Communication is divided into three parts
    2022-05-10 21:50:14下载
    积分:1
  • C/C++ Utility Daquan programmers a very good book is worth the watch, please lo...
    《C/C++程序员实用大全》一本很好的书很值得看的,请大家看看,还有配套的源代码- C/C++ Utility Daquan programmers a very good book is worth the watch, please look at the U.S., there are matching the source code
    2022-05-15 10:09:42下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载