-
简单的计算器功能实现,用了多态,继承等特性,是学习的好例子。...
简单的计算器功能实现,用了多态,继承等特性,是学习的好例子。-Realize a simple calculator function with a multi-state, inheritance, etc., is a good example of learning.
- 2022-05-15 05:05:54下载
- 积分:1
-
VB做的代理。源代码精简。很容易理解。
这个用VB做的代理服务器.源代码精简.很容易看懂.-the VB do proxy. Source code streamlining. Very easy to understand.
- 2022-02-02 02:05:27下载
- 积分:1
-
电话计费方式详细
详细的电话计费方法
- 2022-08-13 20:19:15下载
- 积分:1
-
发送邮件系统
发送邮件系统 -Send e-mail system
- 2022-03-22 23:50:46下载
- 积分:1
-
排序程序冒泡排序、 unsort、 部分排序
#define PARTIALLYSORTED_30 3
#define PARTIALLYSORTED_50 4
#define PARTIALLYSORTED_70 5
#define RANDOMIZE_QSORT 1
#define MERGE_SORT 2
#define SELECTION_SORT 3
#define BUBBLE_SORT 4
/ *---随机化快速排序---* /
int random_partition (int * arr、 int 开始,int 结束) ;
void random_quick_sort (int * arr、 int 开始,int 结束) ;
/*----------------------------------------------*/
/*-----------Merge Sort--------------------------*/
空的分区 (int arr [],int 低,int 高) ;
void 归并 (int arr [],int 低,年年高 int int) ;
/*------------------------------------------------*/
/ *---选择排序---* /
void sort_select (int n) ;
int; maxind(int m)
void swap1 (int * x int * y);
/*------------------------------------------------*/
/*-----------------Bubble sort--------------------*/
void recursive_bubble (int * 数组、 int 的大小) ;
/*-----------------------------
- 2022-07-02 17:33:19下载
- 积分:1
-
人体追踪 驱动串口
基于nite2的人体追踪,通过nite获得人体编号,然后获取对应骨骼坐标,再转换成世界坐标,并设定再一定范围内,电机不动,否则向对应的方向运动,从而实现对人体的跟随功能。
- 2022-08-24 07:04:20下载
- 积分:1
-
计算公式已经实现了很多,但对中国的支持。
计算表达式的实现已经有很多了,但是支持含有中文变量名的表达式计算的功能代码我没有找到,因此我抽取一个计算器程序计算表达式的源码,作了一些修改,使之支持含有中文变量名的表达式。-calculation formula has been the realization of a lot, But Chinese support for the variable name contains the expression of functional calculation code, I did not find, So I take a calculated expression calculator source code, made some changes, so that it supports variable names containing the Chinese expression.
- 2022-02-28 17:46:06下载
- 积分:1
-
本程序是关于注册方面的编程,其中一位会随电脑时间的变化而不断变化...
本程序是关于注册方面的编程,其中一位会随电脑时间的变化而不断变化-procedures on the registration of the program, which will be a computer with the time changes and continue to change
- 2022-01-22 05:13:20下载
- 积分:1
-
排队购买车票,一次最多购买4张,区分相邻作为,没有相邻时,允许随意购买单张...
排队购买车票,一次最多购买4张,区分相邻作为,没有相邻时,允许随意购买单张-Wait in line to buy tickets, purchase a maximum of four, to distinguish between adjacent, as there is no adjacent to, the permit can buy leaflets
- 2022-05-13 02:45:45下载
- 积分:1
-
经典C源程序90例.rar
经典C源程序90例.rar
经典C源程序90例.rar
经典C源程序90例.rar-Classic C source of 90 cases. Rar
- 2022-03-19 08:45:04下载
- 积分:1