代码搜索结果
找到约 10,206 项符合
Storage 的代码
compsplintflops.m
function compSplintFlops
% compSplintFlops Show flops savings due to sparse storage in spline interp
%
% Synopsis: compSplintFlops
%
% Input: None
%
% Output: Table of flops to compute spli
makefile
OBJECT=storage
CXX=g++
CPPFLAGS=`pkg-config --cflags opencv`
LDFLAGS=`pkg-config --libs opencv`
all: $(OBJECT)
clean:
rm -f $(OBJECT)
storage.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
irfan.pdm
[Root]
Most Recent Package=Finance
[Package|Finance|Root]
SubWizProgID=PDWizard.SetupPkgSubWiz
BuildFolder=D:\Storage\Main\Application\VBasic6\Irfan\Package
[Package|Finance|Configure DAO I
rs485_a.dni
[State Storage]
Reaction Register=0
Control Register=0
[Breakpoints]
Count=0
[FET]
Emulation mode=0
Free running=0
[Memory Dump]
Start address=
Lenghth=
Address info=0
Format=0
Dump regis
lcd_a.dni
[State Storage]
Reaction Register=0
Control Register=0
[Breakpoints]
Count=0
[FET]
Emulation mode=0
Free running=0
[Memory Dump]
Start address=
Lenghth=
Address info=0
Format=0
Dump regis
storagetest.java
// object/StorageTest.java
// TIJ4 Chapter Object, Exercise 6, page 90
// Write a program that includes and calls the storage() method defined as a
// code fragment in this chapter.
public class
usb-device-massstorage-project.html
Atmel Corporation - USB Device Mass Storage 1.4
4.6.1.txt
identification division.
program-id. exam1.
environment division.
data division.
WORKING-STORAGE SECTION.
77 i pic 99.
77 j pic 99.
77 s pic zz.
procedure division.
a.