搜索资源列表
ClearRegAuto
- 其功能是清除U盘在注册表的信息,是一个控制台类型的程序。-its function is to remove U-information in the registry is a console types of procedures.
deleteminelem
- 删除最小节点,相同的最小节点也能删除,在C++中用数据结构进行实现-Remove the smallest node, the same minimum node can also delete the C++ data structures used to achieve
selfremov
- 文件自删除代码,文件名改为*.bat,运行结束后即会自删除。-Remove the code from the file, the file name to*. bat, after the end of operation will be self-deleted.
prio
- 优先队列是0个或多个元素的集合,每个元素都有一个优先权或值,对优先队列执行的操作有1) 查找 2) 插入一个新元素 3) 删除.在最小优先队列(min priorityq u e u e)中,查找操作用来搜索优先权最小的元素,删除操作用来删除该元素 对于最大优先队列(max priority queue),查找操作用来搜索优先权最大的元素,删除操作用来删除该元素.优先权队列中的元素可以有相同的优先权,查找与删除操作可根据任意优先权进行. -Priority queue is 0 or mor
read-txt-file
- 基于控制台的程序__从txt按行读取,并且取出每行滴各个参数-Console-based program __ line read, and remove each row to drop the various parameters from txt
shanchuqiantao
- 实现删除嵌套的注释。每次从键盘上读取三行字符串。若发现存在嵌套的情况,即在注释内又存在的/*或*/,就把这/*或*/删除,注释外的部分保留。/与*优先级是左结合,即当前出现/*/时,优先删除/*。-Achieve delete nested comments. Each read three lines of string from the keyboard. If it is found of the presence of nested, the comment /* or* /, put
stop
- 英文文档去除停用词remove stop words-remove stop words for english documents
test1
- 编制一个源程序的输入过程,从键盘、文件或文本框输入若干行语句,依次存入输入缓冲区(字符型数据);然后编制一个预处理子程序,去掉输入串中的回车符、换行符和跳格符等编辑性文字;把多个空白符合并为一个;去掉注释-Preparation of a source input from keyboard, file or text box, enter a number of rows statement sequentially stored in the input buffer (character
3
- A text file f. Remove all lines of the file standing next to the same words.
Filter
- 这是一个去极值滑动窗口数字滤波器算法,在ADC采样的时候可以用这个算法去除脉冲干扰。-This is digital filter algorithm which removes extreme value,and it works just like a sliding window, we can use this algorithm to remove glitches in ADC sampling。
Post-Office
- 算法设计与分析中邮局选址问题。 select(int[] array, int begin, int end, int middle)将n个输入元素划分成n/5个组,每组5个 元素,只可能有一个组不是5个元素。用任意一种排序算法,将每组中的元素排好序,并取出每组的中 位数,共n/5个。找出这n/5个元素的中位数。如果n/5是偶数,就找它的2个中位数中较大的一个。 以这个元素作为划分基准。在调用时,只需要将middle参数传入array.length/2就能找到整个数组中的
GH0ST3.75
- Gh0st3.75源码,去除通许头,采用内存加载方式,*好做-Gh0st3.75 source, remove Tongxu head, using the memory loading, free to kill better to do
getword
- 鼠标一点可以取得单词,很方便实用!可以应用该功能复制粘贴删除单词等功能!-Mouse that can get the word, it is convenient and practical! This feature can be applied to remove the word copy and paste function!
CPP-Matrix
- 代码基于《用C++语言编写数学常用算法》/陈必红著。源码中定义了多种矩阵初始化函数,可以讲数组,文本文件等直接转换为矩阵。除了常用的矩阵运算分解等操作,增加了常用的矩阵点乘,叉乘,矩阵块移除等常用操作,在源文件中有详细注释。-Code based on the " write mathematical language commonly used algorithm C++" /Chen Hung forward. Defined in a variety of matrix s
binarytree
- 实现二叉树的构建、插入元素、删除元素、遍历的基本功能。-Binary tree is constructed, insert elements, remove elements, the basic functions of traversal.
employee-record-system
- Mini Project in C Employee Record System. This is a very simple mini project in C Employee Record System. In this project, you can manage employee records – add, list, modify and delete records. Understanding this project will help you learn how
gaoxiaogongzhiguanlisystem
- C++课设 高校工资管理系统 基本功能 1、能够输入教师的课时、行政人员的加班费后计算,根据公式计算每位职工的工资 2、能够查询每个职工的某个月的工资 3、能够存储12个月的每个职工的工资,并查询 4、能够增加或者删除某个职工 5 、能够统计所有职工的年收入-C++ class- the university salary management system The basic function 1, can enter the teacher s cl
DoubleLinkList
- this is a data structure problem in my curse. is an implementation of doubly linked list with can remove the last node. (can remove one by one the last position of list)-this is a data structure problem in my curse. is an implementation of doubly lin
KthNodeFromEnd
- o(n)时间内删除链表中倒数第K个节点,效率非常高-Remove the list reciprocal within o (n) time of the first node K, the efficiency is very high
salary-Manage
- 工资管理系统,可输入,查询员工的员工号、姓名、性别、出生日期、岗位工资、补贴总额、代扣总额。可统计员工最高工资,最低工资,平均工资。 I:输入员工工资信息 O:输出员工工资信息 T:输出员工工资统计信息 S:按要求排序后输出员工工资信息 F:按员工号查找并输出其工资信息 D:按员工号查找并删除其工资信息 Q:退出系统-Salary management system, can input, query the employee number, name, se
