搜索资源列表
hellowin_aaa
- 显示十六进制数据文件,文件格式为txt,可以显示十六进制以及十进制。-indicate hexadecimal data files, the file format of txt, show hexadecimal and decimal.
DIP
- 需要matlab7.0或更高版本以及matlab图像处理工具箱。 1) 文件菜单 • 程序可处理具有不同宽高的灰度图像,显示区域多余的部分以白色填补; 注意:在做哈达马和沃氏变换时图像的尺寸先按2的幂次截断,在按最大的边长补成方形; • 重载可以重新载入最近一次通过“文件——〉打开”打开的图像,这时将对重新载入的图像进行处理; • 对于彩色图像,可以显示但如果想要使程序能正确处理,必须将其先转换成灰度图像,使用“文件——〉RGB转换成灰度图”;
四位十进制数字频率计2
- 数字电路设计——四位十进制数字频率计-digital circuit design -- four decimal digits Cymometer
TextureLBP
- LBP纹理特征提取算法。首先将检测窗口划分为16×16的小区域(cell),对于每个cell中的一个像素,将其环形邻域内的8个点(也可以是环形邻域多个点,如图 3‑ 4. 应用LBP算法的三个邻域示例所示)进行顺时针或逆时针的比较,如果中心像素值比该邻点大,则将邻点赋值为1,否则赋值为0,这样每个点都会获得一个8位二进制数(通常转换为十进制数)。然后计算每个cell的直方图,即每个数字(假定是十进制数)出现的频率(也就是一个关于每一个像素点是否比邻域内点大的一个二进制序列进行统计),然
jinzhizhuanhuan
- 设计算法把一个十进制的整数转换为二至九进制之间的任一进制数输出-Design algorithm to convert a decimal integer between 2-9 binary output of either one decimal number
16to10
- 完成图像数据的十六进制与十进制之间的转化,方便进行图像的显示-The completion of image data between the hex and decimal conversion, to facilitate the display of the images
Gray
- 进行Gray码的图像变化,思想是进行位操作,首先将原始图先的每一位取出来, 然后将十进制转化位二进制,将其按位取出,进行变换,得到变换后图像的每一位的值,再进行组合即可-Gray code for the image change idea is to place operation, first the original plan to take out each and every first and then bit binary decimal conversion, be remo
ww
- C++编程设计一个算法求一个十进制数载二进制表示中的二进制数字的个数。-C++ programming design an algorithm for getting the binary representation of a decimal number containing the number of binary digits.
dongfanghong
- 功能要求: (1)将读入的整数,转换到16进制并输出;计算16进制下各位和的十进制值并输出; 将16进制数据按照位置进行翻转,获得新的16进制数据,然后转换成十进制值并输出。 (2)在基本要求达到后,进行创新设计,一个数字超过232-1的情况下,进行进制转换并翻转。 (3)将一个数字如12349将其转换为16进制为303DH,则数字16进制下和为十进制的19,(因为16进制的D为13,所以3+0+3+13=19);然后将这个16进制数字翻转为D303H,并在次转换为十进制输
jingnaicha
- 本程序用C语言在LSB上添加水印。最低有效位(LSB)是给这些单元值的一个二进制整数位位置,就是,决定是否这个数字是偶数或奇数。LSB有时候是指最右边的位,因为写较不重要的数字到右边位置符号的协定。它类似于一个十进制整数的最不重要的数字,它是在一个(最右边)位置的数字。-This program in C language to add a watermark on the LSB. The least significant bit (LSB) is a binary integer posi
hex2decadifferential-coefficient
- 在对电压做AD采样时,经常会遇到运放电路,而运放倍数的求解经常让人头疼,此程序就可轻松的求解运放倍数。程序中还包括了十六进制转十进制,绘制曲线,和对曲线求斜率的方法。-When we use the ADC to sample voltage,we often face the difficult amplifier and working out the parameter of amplifier is hard.Now the problem is solved by this progr
Multifunctional-digital-clock
- (1) 可实现基本时钟功能,十进制显示小时、分和秒位。 (2) 可调时,可预置时间。 (3) 可定时,定时时间到达发出提示(提示为声音或图像等均可)。 (4) 时钟12小时制和24小时制之间可调节自由转换。 (5) 实现秒表计时功能-(1) can achieve the basic clock function, decimal display hours, minutes and seconds bit.(2) adjustable, can be preset time.(
protel2004_CAD_Light
- 1、制作霓虹灯闪光花样控制器: 常用的两种类型高压霓虹灯闪光花样控制器常因凸轮磨损、铜板磨损或电机损坏而不能正常工作,还因其为低速电机机械传动不能调速,限制了它的灵活性。图中所示的霓虹灯发光花样控制电路具有寿命长,逻辑功能多,成本低(只有机械控制的40 ),结构简单等优点。 此电路能控制1、2、3、4个字霓虹灯依次点亮,即“图案展开”;4、3两个字依次熄灭,即“图案收回”;在第一个字亮的基础上,第1、2、3、4个字依次独立点亮一次,然后从头循环。 2、电路原理: IC5为时基集
QuadTree
- 利用四叉分割对空间空间数据进行编码,编码方案为四进制莫顿码或十进制莫顿码-Using quad split the space spatial data coding, coding scheme for quaternary the Morton code or decimal Morton code
LBP
- 用opencv实现LBP算法。通过一个3*3的模板在图像矩阵上滑动,用模板四周的八领域像素和中间的像素值比较,大于的为1,小于的为0,从左上角顺时针排列,然后转化为十进制放在模板中间的对应位置。-LBP algorithm with opencv. Through a 3* 3 matrix template image slide, with the template field of eight around the center pixel and the pixel value comp
Color-value-and-Display
- 颜色值确定显示。通过拖拉滚动条来改变RGB的颜色值;通过十进制输入R、G、B的到相应的颜色状态;输入#******十六进制RGB(C#.net)值,显示对应颜色。-Determine the display color values . Changed the RGB color value by dragging the scroll bar Through input decimal R, G, B to get the corresponding color
test1
- 将一张图片转换成一个十进制数组的形式-Insert a picture into a decimal array. . . .
3-3
- 输入一个十进制数字串(假定是无符号的),以四位十六进制的形式输出该串对应的值-Enter a decimal digit string (assumed to be unsigned) to four hexadecimal value corresponding to the output of the string
a102
- 利用压栈和出栈实现十进制到任意进制的转换。-Stack decimal to any hex conversion
decimal
- 十进制转其他进制,最高可为36进制,数字在十位数以下-The decimal turn other into system
