搜索资源列表
voronoi
- voronoi算法实现平面上的点生成对平面的分割线,使用时先用鼠标在界面上任意点一些点delau按钮即可,本程离在CBuilder5上编译通过.-threshold algorithm plane formation on the point of view of dividing lines, the first use interface with the mouse in arbitrary point on some point
角谷猜想
- 日本一位中学生发现一个奇妙的“定理”,请角谷教授证明 ,而教授*为力,于是产生角谷猜想。猜想的内容是:任给一 个自然数,若为偶数除以2,若为奇数则乘3加1,得到一个新的 自然数后按照上面的法则继续演算,若干次后得到的结果必然为 1。请编程验证。 *问题分析与算法设计 本题是一个沿未获得一般证明的猜想,但屡试不爽,可以用 程序验证。 题目中给出的处理过程很清楚,算法不需特
File-operator
- 自己写的一个文件操作的程序,包括文件分割,合并,压缩,加密。-himself wrote a paper operating procedures, including document merging and dividing, compression and encryption.
6502asm
- 6502汇编 算术运算库.rar 8bit乘以8bit.asm 8bit除以8bit.asm 16bit乘以16bit.asm-6502 compilation for arithmetic operations. Rar 8bit.asm 8bit 8bit multiply by dividing 8 bit.asm 16bit multiply 16bit.asm
oxeye
- 使用java技术写的一个图像处理框架,实现了目录树,分割窗格,任务栏图标等技术-use of a written fr a mework of image processing to achieve a directory tree, dividing pane, the task bar icon etc.
leap20
- 输入:以十进制的形式读入要判断的年份,从键盘取得的一个十进制数转换为二进制数存入BX寄存器中,再将BX中的内容保存在变量year中。 判断:首先将year中的内容首先除以4,不能被4整除,则一定不是闰年,能被4整除的,需再将year中的内容除以100,不能被100整除的,则一定是闰年,能被100整除的,需再将year中的内容除以400,能被400整除的,则是闰年,不能被400整除的,则不是闰年。 输出:经判断后,是闰年的输出
SJJG_BIT
- 常用数据结构演示:1、链表管理;2、二叉树;3、背包问题;4、力的实现;5、表达式计算;6、分水问题。-commonly used data structures exercise : 1, Chain management; 2, the binary tree; 3, knapsack problem; 4, the force achieved; 5. formulas; 6, the dividing issues.
TheMathordofMultitaskInMatlab
- 以多任务分布Matlab的计算(3)-划分一个参数序列到多任务中 Example: Dividing a Parameter Sweep into Tasks
LCD-T6963C
- 网上虽有有大量的LCD驱动源码,但符合自己使用的不多,次篇非我原作,但经过我修改。-online although a large number of LCD driver source code, but in line with its own use of small, sub-dividing the world the original articles, but I have to amend.
高级计算器 V1.0
- 系统支持的数学函数:PI ! ^ % SQR SQRT INT/TRUNC ROUND ABS FRAC SIN COS TAN ARCSIN ARCCOS ARCTAN LN LOG2 LOG10PI:圆周率。Exp!:计算Exp(表达式)的介乘。Exp1^Exp2:计算Exp1的Exp2次方。Exp1%Exp2:计算Exp1除以Exp2后的余数。Sqr(Exp):计算Exp的平方。Sqrt(Exp):计算Exp的平方根。Int(Ex
词法分析器(wendang)
- /*本程序用于词法分析:从DOS界面输入一行的C语句,并以#号结尾(注意必须以这个为结束标志,否则出错),要求输出对应的单词的种类码和该类中的 内码。其中,关键字种类为1,分界符种类为2,算术运算符、关系运算符、常数、标识符分别为3、4、5、6。-/* this procedure uses in the lexical analysis: Inputs a line of C sentence from the DOS contact
模拟固定分区存储管理的分配与回收
- 模拟固定分区存储管理的分配与回收。固定分区就是把内存区固定地划分为若干个大小不等的区域。分区一旦划分结束,在整个执行过程中每个分区的长度和内存的总分区个数将保持不变。当用户进程提出内存分配要求时,找到满足要求的分区分给它,进程执行完后,回收进程和它占有的资源-Simulation regular distribution and recovery which stores management of dividing into area
LCD-T6963C
- 网上虽有有大量的LCD驱动源码,但符合自己使用的不多,次篇非我原作,但经过我修改。-online although a large number of LCD driver source code, but in line with its own use of small, sub-dividing the world the original articles, but I have to amend.
高级计算器 V1.0
- 系统支持的数学函数:PI ! ^ % SQR SQRT INT/TRUNC ROUND ABS FRAC SIN COS TAN ARCSIN ARCCOS ARCTAN LN LOG2 LOG10PI:圆周率。Exp!:计算Exp(表达式)的介乘。Exp1^Exp2:计算Exp1的Exp2次方。Exp1%Exp2:计算Exp1除以Exp2后的余数。Sqr(Exp):计算Exp的平方。Sqrt(Exp):计算Exp的平方根。Int(Ex
词法分析器(wendang)
- /*本程序用于词法分析:从DOS界面输入一行的C语句,并以#号结尾(注意必须以这个为结束标志,否则出错),要求输出对应的单词的种类码和该类中的 内码。其中,关键字种类为1,分界符种类为2,算术运算符、关系运算符、常数、标识符分别为3、4、5、6。-/* this procedure uses in the lexical analysis: Inputs a line of C sentence from the DOS contact
93317464water
- 图像处理小程序基于分水线方法的图像分割方法-Applet image processing methods based on the dividing line of the image segmentation method
Surveyonhumaneyesdetectioninimages
- 对在已知人脸区域中检测人眼的方法进行综述, 将其分为常光源下的人眼检测和特种光源的人眼检测 两大类。较为全面地综述了当前国内外相关眼睛检测以及定位技术, 分析了各种方法的优缺点, 探讨了当前困 扰人眼检测技术的难点以及人眼检测技术的发展趋势。-This paper supplied a survey of the eyes detection in the area of the known face images by div
dividing-an-odd-number-
- Verilog语言实现奇数分频1比1;简单易实现。-Verilog realize dividing an odd number 1-1 Simple easy to realize.
dividing-body-part
- dividing human silhouette into 6 parts and calculate its centroid.
Odd-Frequence-Dividing-Circuit
- 一种奇数分频电路的设计方法,采用verilog HDL描述。修改代码中参数可以进行任意奇数分频,包含了设计文档和源代码。-A design of odd frequence dividing circuit is presented, which is described by verilog HDL。Change the parameter in code, one can get any odd numbers of frequen