资源列表
sql-searchtable
- 判断一个已知表名的表是否在数据库存在的方法,-Determine the form of a known whether the table exists in the database approach,
coulor
- 着色问题,解决c++中的着色问题-Coloring problem, solution c++ in the coloring problem ....
hexto
- 用汇编写的输入16进制数转换成2进制数的程序,考虑周到-Written in assembler input 16 hexadecimal conversion process into two binary numbers, thoughtful
Countdowntimerprogram
- 倒数计时器程序,汇编语言程序,简单易懂,正确无误-Countdown timer program
2
- 简单的二次曲线源代码,对学生初学者有借鉴意义-Simple quadratic curve source code, meaning students learn beginners
jiecheng
- 实现N的阶乘的一段小程序,仅供初学者参考,本程序限于8以内,超过则溢出-Factorial N, achieved a small program, only for reference for beginners, this program limited to 8 or less, than the overflow
LED0
- 改变移相角度,数码管显示-Change the phase angle, digital display
Keypad
- Matrix Keyboard example
32bit Multiplication
- 两个文件,32位的乘法/除法运算,除法运算相对复杂一些-Two files.The 32bit multiplication/Division.Division operation is relatively complex.
Random-simulation
- 随机场模拟,这个程序适用于地震动的随机合成,虽然很简单,却很具有实际意义-Random simulation
jiazaoquzao
- 基于Matlab视频采集信号,编写程序实现一个视频信号处理功能,例如视频去噪算法。-Based on the Matlab video signal acquisition, the preparation process to achieve a video signal processing functions, such as video de-noising algorithm.
enclosing
- 本程序主要用于求解小圆覆盖大圆问题,本问题中小圆之间不可能无缝拼接,必须相互重叠拼接形成网格,不同的重叠方式覆盖面积的效率差异很大,朱里奇在其著作《基站与无线技术》中已经证明蜂窝状正六边形网格覆盖效率最大。因而本文求解过程中优先选择正六边形网格法求解。若正六边形网格不能恰好完整覆盖目标,此时,需要先采用圆周覆盖法将大圆圆周完整覆盖,再对大圆中心区域填补的方法,填补时优先采用正六边形网格。本求解方法适合于R/r>2情况下,对于R/r<2情况下早有学者证明并给出了最佳方案,本程序中直接引