代码搜索:Use
找到约 10,000 项符合「Use」的源代码
代码结果 10,000
www.eeworm.com/read/339376/12240875
dcu use.dcu
www.eeworm.com/read/339376/12240923
pas use.pas
unit use;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, Buttons, StdCtrls;
type
TForm5 = class(TForm)
SpeedButton1: TSpeedBu
www.eeworm.com/read/338701/12287394
txt use.txt
Includes:
BigDate: simplified date handling when you want dates without times.
CMPAboutBox: a proper about box for AWT app/Applets that provides useful information.
Hybrid: c
www.eeworm.com/read/338701/12287612
txt use.txt
Base64 is a freeware way of encoding 8-bit characters using
only ASCII printable characters similar to UUENCODE.
UUENCODE embeds a filename where BASE64 does not. You will
see BASE64 used in encodi
www.eeworm.com/read/338701/12287767
use ledatastream.use
LEDataStream 1.8 build: 9176 released: 2007-05-24
little Endian read/write.
Copyright (c) 2008 Canadian Mind Products.
final class library.
Download from http://mindprod.com/products1.html#L
www.eeworm.com/read/338701/12287778
txt use.txt
Little-endian replacements for DataInputStream,
DataOutputStream and RandomAccessFile. They work just like
DataInputStream, DataOutputStream and RandomAccessFile
except they work with little-endian
www.eeworm.com/read/338266/12315724
use_timer
www.eeworm.com/read/232704/14185222
m use_for.m
%根据中心极限定理,从双极性分布的序列中获得满足正态分布的随机序列
clear;
n=50;
p=0.5;
%生成一个满足双极性分布的的矩阵,大小为500*1000
x=binornd(n,p,500,1000);
z=(x-25)/sqrt(12.5);
for i=1:1:1000
y(1,i)=0;
end
for i=1:1:100