资源列表
josephus
- 约瑟夫环运作如下:1、一群人围在一起坐成环状(如:N)2、从某个编号开始报数(如:K)3、数到某个数(如:M)的时候,此人出列,下一个人重新报数4、一直循环,直到所有人出列,约瑟夫环结束-Josephus is the application of a mathematical problem: Given n individuals (with numbers 1,2,3 ... n, respectively) sitting around a round table. From the n
Clock
- C++ 时钟类的实现,闹钟功能。程序可以自动获取系统时间,也可用户自己设置时间。闹钟通过蜂鸣实现,-Achieve C++ clock class, alarm clock function. Program can automatically obtain the system time, the user can also set up their own time. Achieved by beep alarm,
cygl
- 该系统以餐饮业务为基础,突出前台管理,从专业角度出发,提供科学有效的管理模式。点菜收银管理可实现点菜、结账、清台。进货管理可记录商品入库情况。-The system is based catering business, highlighting the front desk management, from a professional point of view, to provide scientific and effective management. Cash Management
wlpsglxt
- 基本信息管理主要包括:商品信息维护、往来单位信息维护、员工信息维护和仓库信息维护。 操作员“mrkj”和密码“111”-Basic information management include: product information maintained between units of information maintenance, employee information maintenance and warehouse information maintenance. Opera
3_S_hw_sort
- 用txt文件输入输出字符串,实现三种排序方式,双向冒泡,快速排序,选择排序-Txt file input output string to achieve three sorting methods, bidirectional bubble, quick sort, selection sort
TreeGenerate
- 利用opencv对特征向量或者原子生成四叉树,并存储。树的分叉采用K近邻算法-Using opencv generated and stored quadtree
dec_to_bin_oct_hex
- 输入十进制整数,转换为二进制、八进制、十六进制数-Enter a decimal integer, converted to binary, octal, hexadecimal number
zhongzhilivbo
- 学习opencv的图像处理 中值滤波 简单的c++代码 适合初学者-opencv median filtering
PhoneBooks
- VC++6.0使用list实现简单的电话簿功能(增加,删除,检索。统计,清空),涉及到list链表模板类的使用,输入输出的格式化,及命令格式的结构编程等知识-VC++6.0 achieve a simple phonebook using list functions (add, delete, retrieve statistical, empty), involves the use of a template class list list, formatted input and out
sms4
- 关于信息安全类算法sms4的源程序,附带实验报告说明-About Information Security class algorithm sms4 source, with the experimental report shows
RadixSort
- 数据结构中的基数排序,这里是通过二维数组实现,简单易懂-Data structure radix sort, here is achieved through a two-dimensional array, easy to understand
2008
- 北航2008复试上机。 1.素数 输入一个整数,要求输出所有从1到这个整数之间个位为1的素数,如果没有则输出-1(30分) 2.旋转矩阵 任意输入两个9阶以下矩阵,要求判断第二个是否是第一个的旋转矩阵,如果是,输出旋转角度(0、90、180、270),如果不是,输出-1。 要求先输入矩阵阶数,然后输入两个矩阵,每行两个数之间可以用任意个空格分隔。行之间用回车分隔,两个矩阵间用任意的回车分隔。(60分) 3.字符串匹配 从string.in
