代码搜索:Making
找到约 2,505 项符合「Making」的源代码
代码结果 2,505
www.eeworm.com/read/271217/11003008
cpp calien.cpp
#include "CAlien.h"
//the vertices making up its shape
const int NumAlienVerts = 19;
const SPoint Alien[NumAlienVerts] = { SPoint(1,3),
SPoint(4,1),
www.eeworm.com/read/199083/7889295
txt 介绍.txt
This code was used for making the practical measurements in section 2.3 of my thesis. This Matlab code allows an OFDM signal to be generated based on an input data file. The data can be random data, a
www.eeworm.com/read/297750/7997978
cpp calien.cpp
#include "CAlien.h"
//the vertices making up its shape
const int NumAlienVerts = 19;
const SPoint Alien[NumAlienVerts] = { SPoint(1,3),
SPoint(4,1),
www.eeworm.com/read/296686/8081402
py rawbitmapaccess.py
import wx
# use the numpy code instead of the raw access code for comparison
USE_NUMPY = False
# time the execution of making a bitmap?
TIMEIT = False
# how big to make the bitmaps
DIM =
www.eeworm.com/read/330732/12872162
cpp calien.cpp
#include "CAlien.h"
//the vertices making up its shape
const int NumAlienVerts = 19;
const SPoint Alien[NumAlienVerts] = { SPoint(1,3),
SPoint(4,1),
www.eeworm.com/read/136959/13351413
txt tosysops.txt
To all sysops:
If you support C programming on your BBS, I encourage you to join the many
other sysops worldwide in making SNIPPETS and SNIPDIFF available for download
by your users/subscribers.
www.eeworm.com/read/316652/13519199
todo
TODO:
append only files can be achieved by making sure that offsets passed to writefile are not less than the total size of the file
disable all non-TCP/IP / netbios protocols by default (with a
www.eeworm.com/read/305575/13765640
m commentlines.m
function[str]=commentlines(dirname)
%COMMENTLINES Returns the comment lines from m-files.
%
% COMMENTLINES is used to facilitate making 'Contents.m' files.
%
% COMMENTLINES returns a string matr
www.eeworm.com/read/152843/5665903
sound-faq
bttv and sound mini howto
=========================
There are alot of different bt848/849/878/879 based boards available.
Making video work often is not a big deal, because this is handled
completel
www.eeworm.com/read/147766/5722497
makefile
# Makefile for making ELF bootable images for booting on CHRP
# using Open Firmware.
#
# Geert Uytterhoeven September 1997
#
# Based on coffboot by Paul Mackerras
# Simplified for ppc64 by Todd Inglet