代码搜索:Generating
找到约 2,801 项符合「Generating」的源代码
代码结果 2,801
www.eeworm.com/read/175176/9556415
pas commondm.pas
unit CommonDM;
{
Common constants for generating XML from the movie-watchers database.
Copyright
www.eeworm.com/read/175176/9556454
pas commondm.pas
unit CommonDM;
{
Common constants for generating XML from the movie-watchers database.
Copyright
www.eeworm.com/read/175176/9556529
pas commonxml.pas
unit CommonXML;
{
Common constants and database references
for generating XML from the movie-watchers database.
Copyright
www.eeworm.com/read/175176/9556554
pas commonxml.pas
unit CommonXML;
{
Common constants and database references
for generating XML from the movie-watchers database.
Copyright
www.eeworm.com/read/175176/9556701
pas commonxml.pas
unit CommonXML;
{
Common constants and database references
for generating XML from the movie-watchers database.
Copyright
www.eeworm.com/read/366065/9833811
readme
This directory contains unsupported tools used to build parts of Tcl
for distribution.
uniParse.tcl -- Script for converting the Unicode character database
into a compact table stored in generic/tc
www.eeworm.com/read/167806/9951928
asm configdai.asm
#include
#include
// This function will setup the SRU Registers
.section /pm seg_pmco ;
.global InitSRU ;
InitSRU :
// Enable pull-up resistors on unused DAI pins
r0
www.eeworm.com/read/163494/10157029
readme
See ../README for details on e3
This e3c does support WS key bindings only,
based on e3 version 0.6 .
(For comparation purposes this file is still included
as e3.asm_base_for_e3c , former labeled a
www.eeworm.com/read/160403/10535295
log coregen.log
# Xilinx CORE Generator 6.2.03i
# User = Chao.SEU
Initializing default project...
Loading plug-ins...
All runtime messages will be recorded in F:\FPGA_LMS3\coregen.log
# lockprojectprops=false
#
www.eeworm.com/read/419264/10878072
m crc_code.m
function C = CRC_code(M,n,G)
%CRC code (n,k) function,每k个bit编成nbit。
%Input:
% M:(1,x*k) input data
% n:
% G:generating polynomial.(1,n-k+1)
%Output:
% C:(1,n) coded data;
len1=length(G