登录
首页 » 界面开发 » testtestetstet

testtestetstet

于 2022-01-26 发布 文件大小:8.51 kB
0 117
下载积分: 2 下载次数: 1

代码说明:

测试法DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD测试法DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD

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

发表评论

0 个回复

  • Examples of the application of Formview on Dialog
    Dialog上应用Formview的例子- Examples of the application of Formview on Dialog
    2022-01-27 13:41:55下载
    积分:1
  • 这是一个类似机器鱼的游戏,模拟鱼的游动,自适应地改变方向
    这是一个类似机器鱼的游戏,模拟鱼的游动,自适应地改变方向-This is a machine similar to the game fish, the fish swimming simulation, adaptive to change direction
    2022-02-15 22:04:55下载
    积分:1
  • AppFace supports three skin loading from the disk loading, loading resources fro...
    AppFace 支持三种皮肤加载方式,从磁盘文件加载,从资源加载,从内存加载。下面我就说说如何从资源加载URF皮肤文件:   首先,要确保你下载了AppFace for VC 开发包,我们要用到其中的三个文件: "appface.h", "appface.dll" ,"gtclassic.urf" 。   接着,创建一个 VC 可执行文件工程, MDI/SDI/DIALOG/WIN32 类型的都可以,我以创建一个DIALOG 工程 ResSkin 进行说明 。将"appface.h" 拷贝到该工程目录下,将"Appface.dll"拷贝到该工程的输出目录下,例如:"debug",将"gtclassic.urf"拷贝到资源所在目录下 。在VC 的项目管理器中进入资源管理项,在右键菜单中选择"Import",将"gtclassic.urf"添加进工程,资源类型设定为: "MYRESTYPE",资源ID设定为"IDR_MY_URF"。注意:资源ID 前面一定要加双引号 -AppFace supports three skin loading from the disk loading, loading resources from the memory load. Now, I would talk about how to load resources from the URF skin document : first, to ensure that you downloaded AppFace for VC development kits, we have to use th ree documents : "appface.h", "appface.dll", "gtclassic.urf." Next, create an executable file VC, MDI/SDI/DIALOG/WIN32 types of can, I would like to create a DIALOG project ResSkin explanation. "Appface.h" copy to the project directory, "Appface.dll"
    2022-03-05 03:56:05下载
    积分:1
  • 我最初、的作品,索然简单,但是,是我的、努力所得!大家一起分享!...
    我最初、的作品,索然简单,但是,是我的、努力所得!大家一起分享!-Initially, the work, dull simple, but that is because of my efforts from! To share with everyone!
    2022-03-09 11:15:34下载
    积分:1
  • 简化Win32 API错误异常处理
    Simplified Exception Handling For Win32 API Errors
    2022-08-02 19:34:28下载
    积分:1
  • 先验 GUI
    提供了一个图形用户界面和扫描文档中的文本的文件,找到和 频繁地知道从 GUI 设置的项目。
    2023-08-11 14:35:03下载
    积分:1
  • 简易计算器
    应用背景编译原理课程作业,完成了一个简单的计算器,应用C#编程语言,可实现基础的加减乘除运算,简单实用,可以进行改进,学习交流。关键技术应用了C#语言,应用到运算表达式的先后顺序准则,栈的使用,得到了很好的实现,C#语言比较容易上手,对于这种基础的小程序,便于实现。
    2023-03-13 14:00:03下载
    积分:1
  • C#实现的HOOK鼠标和键盘源码
    全局的Hook,可以获取MouseMove,MouseClick,MouseDown Up,DoubClick. 滚轮,Press,键盘的KeyPress,keyDown,KeyUp
    2023-02-14 18:25:04下载
    积分:1
  • application PAINT coded in c++ using library graphics.h
    application PAINT coded in c++ using library graphics.h
    2022-02-15 12:07:03下载
    积分:1
  • 选择排序是一种比较优化的排序,它定义的k意义在于表示一次循环后找到的最小(大)值的位置,然后让第i个(第几次循环就是第几个)植交换,这样在第一轮循环中就把最小(...
    选择排序是一种比较优化的排序,它定义的k意义在于表示一次循环后找到的最小(大)值的位置,然后让第i个(第几次循环就是第几个)植交换,这样在第一轮循环中就把最小(大)的值换到了最前面,如果只用i,j 的话,就没有办法找出待排序数据中的最值了 比较排序也叫冒泡排序,就是把相邻的数据比较交换,因为其把小的数字从后面往前慢慢移动,感觉象水泡上升一样,所以叫冒泡排序法. 如过你还没理解,留言~-SELECTION SORT is a more optimal sequencing, its definition of k significance lies in a circle said they find the smallest (large) value of the location, i then allow the first (the first cycle was the first several several) plant exchange, this cycle in the first round put the smallest (CUHK) for the value of the front, if only i, j, then there is no way to identify sequencing data to be the most value compared sequencing is also called Bubble Sort. adjacent is to the comparison of data exchange, because of their small numbers from the back slowly moving forward, Soak up feeling like the same, so called Bubble Sort law. No off if you understand that message ~
    2022-12-28 03:55:04下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载