登录
首页 » 界面开发 » 这是一个简单的记事本程序,可以让你从简单的程序开始了解变成的思想和流程...

这是一个简单的记事本程序,可以让你从简单的程序开始了解变成的思想和流程...

于 2022-06-30 发布 文件大小:18.04 kB
0 195
下载积分: 2 下载次数: 1

代码说明:

这是一个简单的记事本程序,可以让你从简单的程序开始了解变成的思想和流程-This is a simple Notepad program that lets you begin to understand simple procedure into a flow of ideas and

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

发表评论

0 个回复

  • 城市切换
    资源描述城市切换源代码,两件事都放假额我放假了; 了快速的反击了减肥离开佛挡杀佛立刻就离开对方立刻让开幕式独立开发离开的借口会计分录快疯了当时的快乐法兰克福。
    2022-08-11 09:07:06下载
    积分:1
  • 定时关机程序
    该程序模仿windows风格,实现的带有托盘的定时关机、重启、注销程序,虽然比较简单,对于VC初学者来说,还是比较有帮助,可以看看程序托盘的编程方法,和系统启动的实现过程。同时,也提供了计时器的详细实现过程和系统时间的处理函数,这些对于初学者可能有些收获。
    2022-04-27 12:35:50下载
    积分:1
  • err
    ResBorn 是一种高效方便的多语言引擎,它的工作模式如下: 1.导出字符串: 枚举指定PE文件(可以是当前进程的EXE文件)中的所有资源,把其中语言相关的字符串(对话框、菜单、字符表)导出为 LNG 格式的语言字符串列表(UNICODE带BOM的文本文件),用户可以使用任何文本编辑器编辑它。 2. 导入字符串:枚举指定PE文件(可以是当前进程的EXE文件,有自动退出更新机制)中的所有资源,根据1中所述的LNG文件,把特定的字符串更改结果回写到资源中,完成一个多语言版本的重构工作。 其中,步骤一可省略,开发者可以提供原始的语言文件。步骤二仅在切换语言时调用,正常运行时不需要耗费任何的性能损失(根本不用干活),和MUI方式一样。 简而言之,ResBorn 是一个 Win32 PE 资源专用解析引擎! 更进一步地,你可以根本不用考虑多语言引擎,因为 ResBorn 本身提供了一个使用 ResBorn Engine 的工具(名字就叫 ResBorn),可以认为是一个专用资源汉化工具(或者英化?等)。使用 ResBorn 工具,可以INI格式的语言字符列表,修改后回写到EXE/DLL文件中,即可得到一个新语言版本的程序。(理论上针对任何PE有效,不需要在程序中做什么工作,即,对任何第三方程序可用)-err
    2022-01-26 04:07:31下载
    积分:1
  • 基于VQ的说话人识别程序 分为训练和识别两个步骤 具体请见程序...
    基于VQ的说话人识别程序 分为训练和识别两个步骤 具体请见程序-VQ-based speaker recognition process is divided into training and to identify the specific two-step procedure, see
    2022-01-31 07:30:44下载
    积分:1
  • Facial feature tracking system using single camera
    使用单摄像机的面部特征跟踪系统-泰国朱拉隆功大学科学系
    2022-08-19 16:25:06下载
    积分:1
  • 该程序是基于一个VFW的采集和相关图像处理程序,除了提供了VFW采集相关的设计技术核心外,重点提供了整体程序的设计,提供了SkinWin类和Collapsi...
    该程序是基于一个VFW的采集和相关图像处理程序,除了提供了VFW采集相关的设计技术核心外,重点提供了整体程序的界面设计,提供了SkinWin类和CollapsiblePanel类的使用,本人认为它们是一般程序框架设计的经典搭配:)界面还不是很漂亮,期待懂美工的同志能提出修改意见:)-the program is based on a VFW related to the acquisition and image processing procedures, in addition to the VFW Acquisition related design technology core, it focused on the whole process of interface design, providing SkinWin CollapsiblePanel category and type of use, I think they are general procedural framework for the design of the classic match : ) interface is not very pretty, and looks forward to understand artists comrades can come up with amendments :)
    2022-04-11 07:53:10下载
    积分:1
  • HTML5的OA系统WINDOWS8风格
    HTML5开发的OA系统界面,适合做OA开发界面,WINDOWS8风格
    2022-03-18 03:02:45下载
    积分:1
  • 很多时候,你想在你定制对话框显示的颜色。也许是单向的…
    Quite often, you want to customize the colors shown in your dialogs. Maybe a unique, original look is required (and you don t want to go all the way into skinning) perhaps a red background seems suitable for critical error messages if you ve developed a complex dialog, parts of which serve as drop targets, you might want to emphasize those: or, in a form with required fields, you might want a different color for them. -Quite often, you want to customize the colors shown in your dialogs. Maybe a unique, original look is required (and you don t want to go all the way into skinning) perhaps a red background seems suitable for critical error messages if you ve developed a complex dialog, parts of which serve as drop targets, you might want to emphasize those: or, in a form with required fields, you might want a different color for them.
    2022-04-19 03:05:04下载
    积分:1
  • 埃及王子模拟器
    埃及王子模拟器 -Prince of Egypt simulator Haha
    2022-02-07 19:40:37下载
    积分:1
  • 1. 经典IPC问题的分析报告 根据课本所提供的几个实例或自己查找到的IPC实例,写出具体的模型的设计思想,写出相应的伪代码,并针对于伪码写出具体的设计思路,每...
    1. 经典IPC问题的分析报告 根据课本所提供的几个实例或自己查找到的IPC实例,写出具体的模型的设计思想,写出相应的伪代码,并针对于伪码写出具体的设计思路,每个信号量的设置含义及目的,并对于设计的每行伪码给出详细地解释,对其可能被中断情况给与分析。(如有可能,可以利用多线程编程对某个算法具体实现)-1. IPC classic analysis of the textbooks in accordance with the provision of several examples or to find their own examples of the IPC, write specific model of the design ideas, write the corresponding pseudo-code and address to write pseudo-code specific design ideas, each set of signal meaning and purpose and design for every trip PN code is explained in detail, which may be given in case of interruption analysis. (If possible, can take advantage of multithreaded programming algorithm for a specific realization)
    2023-01-23 05:45:03下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载