资源列表
[Windows编程] _Menu
说明:在 VC++ 编程中,尽管菜单不是以控件而是以资源的形式出现,但就其运行机制而言,还是比较类似于控件的。通过今天的例子,我们就了学习如何在应用程序中使用菜单。尽管菜单不能在对话框编辑器中可视化的进行设计,但 VC++ 同样提供了一个进行菜单可视化设计的菜单编辑器。利用菜单编辑器,可以方便的创建出各式各样复杂的多层菜单。-In VC++ programming, although the menu is not to control but in the form of resources, bu<qian> 在 2025-06-24 上传 | 大小:89kb | 下载:0
[多媒体编程] wave-basic-c
说明:高手(非本人)使用基本C语言写的产生三角函数波形、随机噪声波形等wave波形的代码,并自动保存。代码简练,也可以用C++编译。-Master (non-I) using the basic C language to write the generated trigonometric waveforms, random noise such as wave waveform code, and automatically saved. Concise code, you can also use<cy> 在 2025-06-24 上传 | 大小:1kb | 下载:0
[钩子与API截获] KeyboardHook
说明:全局键盘钩子,截取在任何窗口下的任意按键-Global keyboard hook to intercept the window at any arbitrary key<sbj> 在 2025-06-24 上传 | 大小:4kb | 下载:0
[其他小程序] homework_1
说明:已知两个单链表 A 和 B 分别表示两个集合,其元素递增排列。请编写程序求集合 A 和 B 的交集 C = A B,要求单链表C按其元素递增排列,并利用原表(即表A和表B)的结点空间存放表C。-A list of known and two single-B, respectively, two sets of its elements in ascending order. Please write a program seeking the intersection of se<ray> 在 2025-06-24 上传 | 大小:1kb | 下载:0
[其他小程序] homework
说明: 设二叉树的结点的数据场之值仅为一大写英文字母。其前序和中序的遍历结果(打印结点的数据场之值)分别保存在字符串数组 preorder[N] 及 inorder[N]之中,其中 N 为常数。请设计程序以标准形式存储保存该二叉树。-Based binary tree node data field of the value is only a capital letter. The pre-order traversal order and the results (the data field t<ray> 在 2025-06-24 上传 | 大小:1kb | 下载:0