资源列表
求具有abcd=(ab+cd)2性质的四位数
- 3025这个数具有一种独特的性质:将它平分为二段,即30和25,使之相加后求平方,即(30+25)2,恰好等于3025本身。请求出具有这样性质的全部四位数。 *题目分析与算法设计 具有这种性质的四位数没有分布规律,可以采用穷举法,对所有四位数进行判断,从而筛选出符合这种性质的四位数。具体算法实现,可任取一个四位数,将其截为两部分,前两位为a,后两位为b,然后套用公式计算并判断。 -3025, the figure has a unique character : it divide
VB_kalman
- vb语言实现的卡尔曼滤波源程序 (没有测试,输出部分要配合相应的过程)-vb language Kalman filtering source (no test, the output corresponding to tie part of the process)
Gdbhcx(C)
- 简易哥德巴赫猜想(任何一个大于6的偶数可以分解成两个素数,可以利用枚举法,先把偶数可以分解的所有奇数对列出,再判断是否为素数,直到验证成功为止)-summary Goldbach conjecture (any one of the even greater than 6 can be decomposed into two prime numbers. can enumeration method, the decomposition can even first of all to the
CycleObject
- 循环对象中的Java对象-recycling target of Java objects
求N个数的和
- 输如N个数输出这N个数的和,并利用函数调用。
DBHelper
- /********************************* * 类名:DBHelper * 功能描述:提供基本数据访问功能 * ******************************/-/********************************** Class name: DBHelper* Function descr iption: to provide basic data access functions*********************
Burg_AR
- 求AR模型系数的burg算法,比较简明易懂,适合初学者-Order AR model coefficients burg algorithm, compared and easily understandable for beginners
excelExport
- 对excel的导出 使用npoi实现,超过单个sheet的行数限定,自动分页插入下一sheet-Export of excel using npoi achieve more than a single sheet limit the number of rows, insert the next sheet automatic pagination
Particles
- 一个粒子类,效果非常不错。可以参考一下。-a particle code, it s very cool.
Learn-to-use-a-variety-of-bit-
- 学习使用各种按位与&,或丨,取反~,异或^等的代码-Learn to use a variety of bit-
Service100
- 创建一个Windows服务程序例子,简单明了。-windows service program demo
