代码搜索结果
找到约 10,000 项符合
G 的代码
cntr_g29.tdf
--lpm_counter DEVICE_FAMILY="Cyclone" lpm_modulus=0 lpm_width=12 aclr clk_en(vcc) clock cnt_en q sclr
--VERSION_BEGIN 5.0 cbx_cycloneii 2004:12:20:14:28:52:SJ cbx_lpm_add_sub 2005:04:12:13:30:42:SJ c
codec_g729.c
/*
* FILE..: codec_g729.c
* AUTHOR: David Rowe
*
* This program is free software, distributed under the terms of
* the GNU General Public License Version 2. See the LICENSE file
* at the top of
zhao9g.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="E:\ZYE1801D\myprogram\zhao9g\"
ProjectType=Executable
CPUFamily=TMS320C54XX
Tool="Co
zhao9g.map
******************************************************************************
TMS320C54x COFF Linker PC Version 3.83
*******************************************************
zhao9g.cmd
vectors.obj
zhao9g.obj
-o zhao9g.out
-m zhao9g.map
-estart
MEMORY
{
PAGE 0:
EPROM:org=0090H len=0F70H
VECS: org=0080H len=0010H
PAGE 1:
SPRAM:org=1000H len=1000H
DARA
zhao9g.asm
****************************************
* |被除数|>=|除数|,商为整数 *
* 计算0.66/(-0.33)的值 *
****************************************
.title "zhao9g.asm"
.mmregs
STACK .usect "STACK",10H
.
10g_set.sql
DECLARE
distinct_authors strings_nt := strings_nt ();
PROCEDURE bpl (val IN BOOLEAN, str IN VARCHAR2)
IS
BEGIN
IF val
THEN
DBMS_OUTPUT.put_line (str || '-T
10g_compare.sql
DECLARE
TYPE clientele IS TABLE OF VARCHAR2 (64);
group1 clientele := clientele ('Customer 1', 'Customer 2');
group2 clientele := clientele ('Customer 1', 'Customer 3', NULL);
gr