代码搜索:simulating
找到约 328 项符合「simulating」的源代码
代码结果 328
www.eeworm.com/read/328896/12996171
c spi.c
// ------------- Functions for simulating Serial Peripheral Interface ----------
// Send a byte to the SPI device
void spi_sendbyte(uint8 dByte)
{
uint8 i;
for (i = 0; i < 8; i++)
{
SPI_SC
www.eeworm.com/read/141300/5770209
lib bicmos.lib
.MODEL M_NPN nbjt level=2
+ title TWO-DIMENSIONAL NUMERICAL POLYSILICON EMITTER BIPOLAR TRANSISTOR
+ * Since, we are only simulating half of a device, we double the unit width
+ * 1.0 um emitter lengt
www.eeworm.com/read/490333/1200644
cs deckofcards.cs
// Fig. 15.18: DeckOfCards.cs
// Simulating card drawing and shuffling.
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
www.eeworm.com/read/228954/4761150
cs deckofcards.cs
// Fig. 12.18: DeckOfCards.cs
// Simulating card drawing and shuffling.
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
www.eeworm.com/read/216502/4890432
6 bj.6
.TH BJ 6
.SH NAME
bj \- the game of black jack
.SH SYNOPSIS
.B /usr/games/bj
.SH DESCRIPTION
.I Bj
is a serious attempt at
simulating the dealer
in the game of black jack (or twenty-one)
as might be
www.eeworm.com/read/437028/1837064
lib bicmos.lib
.MODEL M_NPN nbjt level=2
+ title TWO-DIMENSIONAL NUMERICAL POLYSILICON EMITTER BIPOLAR TRANSISTOR
+ * Since, we are only simulating half of a device, we double the unit width
+ * 1.0 um emitter lengt
www.eeworm.com/read/434629/1870063
java trees3d.java
// Trees3D.java
// Andrew Davison, November 2003, dandrew@ratree.psu.ac.th
/* Illustrates techniques for simulating growth, applied to
trees that grow and sprout leaves.
1. Use scaling to gra
www.eeworm.com/read/430037/1942773
m pr7_38.m
%Problem 7.38;
%simulating oversaturated synchronous CDMA;
clear all; close all;
n=8; %set exponent of two in Hadamard matrix size;
K=2^n; %Hadamard matrix size;
N=242; %set signature length, N
www.eeworm.com/read/192096/8406304
htm ch18_07.htm
Recipe 18.6. Simulating Telnet from a Program (Perl Cookbook)
www.eeworm.com/read/390106/8483687
htm simulate.htm
Simulating Mouse and Key Presses (Java Developers Almanac Example)