代码搜索结果
找到约 10,000 项符合
8 的代码
charlib8_8.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
charlib8_8.vhd
--/*****************************************************************************
-- * 源文件: charlib8_8.vhd
-- * 模块: 8*8点字符库
-- * 版权:
-- * Copyright(C) 北京联华众科科技有限公司
-- * www.lianhua-zho
zifu8_8.h
#ifndef _zifu_h_
#define _zifu_h_
/*--------宋体 大小12 8*8 ---------*/
unsigned char code zifu[ ] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, /*" "=00H*/
app8_8.java
// app8_8, “类变量”的使用
class CCircle // 定义类CCircle
{
private static int num=0; // 设置num为“类变量”
private static double pi=3.14; // 设置pi为“类变量”
private double radius;
public C
8x8.txt
8*8位的fifo数据缓冲器的vhdl源程序
编了个8*8位的fifo数据缓冲器的vhdl源程序,是经过quartusII4.2编译成功的程序。。希望能跟各位交流
library ieee;
use ieee.std_logic_1164.all;
entity fifo is
generic( w: integer :=8; k: integer :=8 );
port (cl
ex8_8.m
num=10; den=[conv([1,1],[1,2]),0]; T=0.5;
[A,B,C,D]=tf2ss(num,den);
[a1,b1,c1,d1]=bilin(A,B,C,D,1,'Tustin',T);
[eig(A) eig(a1)]
[a2,b2,c2,d2]=bilin(a1,b1,c1,d1,-1,'Tustin',T)
ch8_8.txt
void heapsort(JD r[],int n)
{ int i;
JD x;
for(i=n/2;i>=1;i--)
sift(r,i,n);
for(i=n;i>=2;i--)
{ x=r[1];
r[1]=r[i];
r[i]=x;
sift(r,1,i-1);
}
}
font8_8.h
/****************************************************************************************
* 文 件 名:FONT8_8.H
* 功 能:8*8 ASCII码字体显示函数。(头文件)
* 备 注:使用GUI_SetColor()函数设置前景颜色及背景色。
*****************
font8_8.c
/****************************************************************************************
* 文 件 名:FONT8_8.C
* 功 能:8*8 ASCII码字体及显示函数。
* 备 注:使用GUI_SetColor()函数设置前景颜色及背景色。
*********************