搜索资源列表
MySample
- 1.读入位图文件(256色) 2.显示 3.显示为灰度图 4.保存为真彩位图(24位色,BitCount=24)-1. Read bitmap file (256-color) 2. Show 3. Four of the grayscale display. Preservation of color bitmap ( 24 colors, BitCount = 24)
MySample
- 1.读入位图文件(256色) 2.显示 3.显示为灰度图 4.保存为真彩位图(24位色,BitCount=24)-1. Read bitmap file (256-color) 2. Show 3. Four of the grayscale display. Preservation of color bitmap ( 24 colors, BitCount = 24)
PIC_Hi-Tech_C_bitcount_example
- microchip Pic bitcount code
bitcount
- it will count the bit
TreeView
- 基于对话框的位图变换,包括二值化,旋转,bmp转jpg,24位转8位-based on dialog of MFC,binarize and rotate and bmp to jpg and bitcount 24 to 8
bitcount
- 計算八位元有多少個1 module bitcount (Clock, Resetn, LA, s, Data, B, Done) input Clock, Resetn, LA, s input [7:0] Data output [2:0] B output Done wire [7:0] A wire z reg [1:0] Y, y reg [2:0] B
bits
- CMU CSAPP LAB1 位级操作 其中bitcount函数用到了较为简便的分治思想-CMU CSAPP LAB1 bit-level operations which bitcount function uses a relatively simple Divide and Conquer
bitcount
- 計算八位元有多少個1module bitcount (Clock, Resetn, LA, s, Data, B, Done) input Clock, Resetn, LA, s input [7:0] Data output [2:0] B output Done wire [7:0] A wire z reg [1:0] Y, y reg [2:0] B reg Done, EA, EB, LB Calculat
VB6 Curve
- 用VB实现绘制曲线图,并生成BMP图像,可以自行修改Bitcount。(Using VB to draw curves and generate BMP images, the Bitcount can be modified by itself.)