资源列表
Convert
- Convert is a xls convert inch to mm and cm
HSV
- HSV color model senses colors like a human eye....so the color based segmentation is easy while using HSV color model-HSV color model senses colors like a human eye....so the color based segmentation is easy while using HSV color model...
TSP-C
- 这是关于基础模型——旅行商问题经典解法C语言编程-This is about the base model- the classic traveling salesman problem solution of C language programming
example14
- 题目:将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5。 程序分析:对n进行分解质因数,应先找到一个最小的质数k,然后按下述步骤完成: (1)如果这个质数恰等于n,则说明分解质因数的过程已经结束,打印出即可。 (2)如果n<>k,但n能被k整除,则应打印出k的值,并用n除以k的商,作为新的正整数你n, 重复执行第一步。 (3)如果n不能被k整除,则用k+1作为k的值,重复执行第一步。-Topic: the prime factors o
Queue
- C语言写的队列相关函数。可以直接更改加入自己的源程序。或者为参考-C language to write queue related functions. You can be changed directly added to their source. Or reference
nn2
- this is neural network for vb
matlab
- denoise and wacelet analysis of signals
Staff-Information-Management-System
- 职工信息管理系统: 职工信息包括职工号、姓名、性别、年龄、学历、工资、住址、电话等(职工号不重复)。试设计一职工信息管理系统,使之能提供以下功能: 系统以菜单方式工作; 职工信息录入功能(职工信息用文件保存) 输入; 职工信息浏览功能 -输出; 查询和排序功能 算法 按工资查询 按学历查询 职工信息删除、修改等-Employee information including employee number, name, sex, age, education
SinaTabbedPaneUI
- 实现jtabbedpanel背景选项卡的设置-Achieve jtabbedpanel background Settings TAB
ocr
- ocr sample for vb.net tool
About-C-void-main-()
- 关于c语言的void main(),或许有人对此有争议,专为新人解惑-About c void main (), maybe someone is controversial, designed for the couple to reassure
example2
- 企业发放的奖金根据利润提成。利润(I)低于或等于10万元时,奖金可提10 ;利润高 于10万元,低于20万元时,低于10万元的部分按10 提成,高于10万元的部分,可可提 成7.5 ;20万到40万之间时,高于20万元的部分,可提成5 ;40万到60万之间时高于 40万元的部分,可提成3 ;60万到100万之间时,高于60万元的部分,可提成1.5 ,高于 100万元时,超过100万元的部分按1 提成,从键盘输入当月利润I,求应发放奖金总数?-Bonuses