代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/214131/15112865
txt @psc_readme_6819_3.txt
Title: Advanced Encryption Standard
Description: Implement the advanced encryption standard (AES) in C. Includes certification test from FIPS.
This file came from Planet-Source-Code.com...the home m
www.eeworm.com/read/212209/15163500
cpp poemview.cpp
// PoemView.cpp : 实现文件
//
#include "stdafx.h"
#include "SDIMulViewB.h"
#include "PoemView.h"
#include "SDIMulViewBDoc.h"
// CPoemView
IMPLEMENT_DYNCREATE(CPoemView, CView)
CPoemView:
www.eeworm.com/read/211966/15169294
c itimer.c
/*
* linux/kernel/itimer.c
*
* Copyright (C) 1992 Darren Senn
*/
/* These are all the functions necessary to implement itimers */
#include
#include
#include
www.eeworm.com/read/6656/96954
vb classes.vb
Imports System
Imports System.Data
Imports System.Data.SqlClient
Imports System.Data.SqlTypes
Imports Nozama.General
Namespace Nozama.DataAccess
Public Class Classes
Implement
www.eeworm.com/read/14530/383090
m goertzel_algo.m
function Goertzel_array = goertzel_algo (sig_array,K,Num_of_samples);
%
%
% Function to implement Goertzel's algorithm
%
% Author: Pranam Janney Date: 15/05/04 Time: 1
www.eeworm.com/read/18412/786551
ptf flowlabtc.ptf
[ch_fifo]
Generate Post-Map Static Timing=false
Generate Post-Place & Route Static Timing=true
Implement Design=true
Map=false
Place & Route=false
Synthesize=true
www.eeworm.com/read/18412/786724
ptf flowlabtc.ptf
[ch_fifo]
Generate Post-Map Static Timing=false
Generate Post-Place & Route Static Timing=true
Implement Design=true
Map=false
Place & Route=false
Synthesize=true
www.eeworm.com/read/18491/791457
ptf tba_2470.ptf
[tba_2472]
Design Entry Utilities=false
Fit=true
Generate Programming File=false
Implement Design=true
Synthesize=false
User Constraints=true
[ttb2470.ucf]
User Constraints=true
www.eeworm.com/read/18528/793134
ptf pn_gen_ver_211.ptf
[iq_pn_gen]
Place & Route=false
Implement Design=true
Map=true
Generate Post-Map Static Timing=true
[pn_gen_srl_test.tf]
ModelSim Simulator=true
www.eeworm.com/read/491676/1188428
java deleteexamineeactionform.java
package org.mmxbb.exam.business.examinee;
import org.apache.struts.action.*;
import javax.servlet.http.*;
import java.io.*;
public class DeleteExamineeActionForm
extends ActionForm
implement