搜索资源列表
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
- 計算八位元有多少個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 reg Done, EA, EB, LB -Calcula
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 Calculate the number of eight yuan 1 m
VB6 Curve
- 用VB实现绘制曲线图,并生成BMP图像,可以自行修改Bitcount。(Using VB to draw curves and generate BMP images, the Bitcount can be modified by itself.)