-
Pie chart control, achieved a 2D, 3D effects, very good, very strong
饼图控件,实现了2D,3D效果,很好,很强大-Pie chart control, achieved a 2D, 3D effects, very good, very strong
- 2022-08-08 19:28:49下载
- 积分:1
-
Vc中关于Word的编程(表格)
Vc中关于Word的编程(表格)-Vc on the Word of programming (Forms)
- 2023-07-15 11:00:04下载
- 积分:1
-
仅仅是一个带进度条的简单对话框
仅仅是一个带进度条的简单对话框-A Dialog which contains progress bar
- 2022-02-24 22:30:09下载
- 积分:1
-
CalcSys介绍一个用Delphi6.0编写的复杂的计算器写法,Delphi6.0下编译通过。...
CalcSys介绍一个用Delphi6.0编写的复杂的计算器写法,Delphi6.0下编译通过。-CalcSys presented with a prepared Delphi6.0 the complex calculators written, Delphi6.0 under compile.
- 2022-03-21 18:53:59下载
- 积分:1
-
interface development, belonging to extract immediate, Oral detailed description...
界面开发,属于即时提取,口头详细描述;使用简单,使用方便。
- 2022-03-03 01:07:31下载
- 积分:1
-
高校学生学籍管理系统,具有系统管理,数据,查找,窗口,工具等模块,每个模块均具有丰富的功能,便于操作....
高校学生学籍管理系统,具有系统管理,数据,查找,窗口,工具等模块,每个模块均具有丰富的功能,便于操作.-college student record management system, with systems management, information search, windows, tools and other modules, each module has extensive functional, easy to operate.
- 2022-01-26 07:57:35下载
- 积分:1
-
一个仿Windows XP的VC源码,可以做出自己的决定,这是描述。
一个仿XP窗口的VC++源码,可以自行修改,内有说明.-a fake windows XP VC source, can make its own decisions, which is described.
- 2022-03-31 08:41:10下载
- 积分: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
-
动态添加控件,你要什么类型的控件,添加就可以了.
动态添加控件,你要什么类型的控件,添加就可以了.-add, you have to what types of controls, add on it.
- 2022-03-15 08:00:49下载
- 积分:1
-
MiNiGUI按键图片与背景图片
/* ** $Id: bmpbkgnd.c 759 2009-09-21 05:22:47Z dongjunjie $**** Listing 5.2**** bmpbkgnd.c: Sample program for MiniGUI Programming Guide** Create a dialog box filling background with bitmap.**** Copyright (C) 2003 ~ 2007 Feynman Software.**** License: GPL*/#include"include.h"/*************************************///打开GPIO 口的返回值int fd;//等待重新发送标志int pir_send = 0;int lock = 1;int wait = 0;int wait_flag = 3;extern int human_flag;extern int timing;extern int human;extern int light;extern int prompt;/*************************************/#ifdef _LANG_ZHCN#include "bmpbkgnd_res_cn.h"#elif defined _LANG_ZHTW#include "bmpbkgnd_res_tw.h"#else#include "bmpbkgnd_res_en.
- 2022-02-04 05:45:32下载
- 积分:1