资源列表
串拷贝
- 两个简单的字符串拷贝的程序-two simple string copy procedures
youyige
- 本程序是一个简单的C++程序,用于完成简单的复数加减运算-This procedure is a simple C++ procedures for the completion of simple addition and subtraction of complex computing
daskld
- 展颇为有趣,C语言是借助UNIX操作系统的翅膀而起飞的,UNIX操作系统也由于C而得以快速移植落地生根,两者相辅相承,成就了软件史上-exhibition rather interesting, C language is the use of the UNIX operating system wings and take off. UNIX and C due to the rapid transplant roots, the two complement each other achie
gf2dec
- This code converts a Galois Field array created usin GF(2^m) for a given primitive polynomial into a decimal array that can be used within typical .m file coding. -This code converts a Galois Field array cre ated usin GF (2 ^ m) for a given primiti
main
- files and tables how to do it simple code
matlab
- 关于灰色预测的matlab代码。无语法错误,可以运行-On gray prediction matlab code that can run up and no grammatical errors
idcardcheck
- PowerBuilder 9.0开发判断输入的身份证号码是否有效,以防止人员输入错误,是一个独立的函数-idcard check
binary-search
- 给定一组含有n个整数的有序数列A={a1,a2,...,an},接下来有k个数{b1,b2,...,bk},查询每个 bi是否在之前给定的数列A中出现,出现输出y,否则输出n。 -Given n integers+ k integers, search if each of the k integers exist in the n integers, if it does, output y , if not output n
flange
- 基于autolisp二次开发的法兰盘程序-Based autolisp secondary development program flange
test1
- 2016研究生数模竞赛第一题程序超完整详细源代码,-2016 Graduate Mathematical Modeling Contest first question program
case9
- IEEE300节点系统的matpower格式数据文件,解压后即可使用-IEEE9-ieee9.node matpower format data files in the system, after decompression can be used
White-Patch
- White-Patch算法需要图片中有纯白或着近似白色的部分,且这个部分不能太小,该算法认为白色物体表面能够对入射光线进行全反射,因此红、绿、蓝三个基本颜色通道的最大值应该是白色像素点,可以被认为是图片的光照颜色[6]。 White-Patch 算法的基本思想是,首先遍历整幅图片中每个像素点关于红、绿、蓝三个基本颜色分量的值并从高到低排序,求取R、G、B三分量的累加概率,记概率大于百分之九十五的像素点作为“参考白”,将其设置为255,根据“参考白”对其他像素点进行相应地调整。 -Whit