代码搜索结果
找到约 10,000 项符合
G 的代码
g2ipmsg.spec
Summary: IP Messenger for GNOME 2.
Name: g2ipmsg
Version: 0.8.6
Release: 1
License: GPL
Group: Applications/Internet
URL: http://www.ipmsg.org/
Source0: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath
g2ipmsg.desktop.in
[Desktop Entry]
Encoding=UTF-8
Terminal=false
_Name=GNOME2 IP Messenger
_Comment=IP Messenger for the GNOME2
Exec=g2ipmsg
TryExec=g2ipmsg
Icon=ipmsg.png
Type=Application
Categories=GTK;Application;Uti
gauss-seidel_g.m
function Gauss-Seidel_G(A,n)
%A为非奇异矩阵
D=zeros(n);
L=zeros(n);
U=zeros(n);
for i=1:n
for j=1:n
if i==j
D(i,j)=A(i,j);
end
end
end
for i=2:n
g_ncr5380.c
#define AUTOSENSE
/*
* Generic Generic NCR5380 driver
*
* Copyright 1993, Drew Eckhardt
* Visionary Computing
* (Unix and Linux consulting and custom programming)
* drew@colorado.edu
g_ncr5380.h
/*
* Generic Generic NCR5380 driver defines
*
* Copyright 1993, Drew Eckhardt
* Visionary Computing
* (Unix and Linux consulting and custom programming)
* drew@colorado.edu
* +1 (30
cntr_g29.tdf
--lpm_counter DEVICE_FAMILY="Cyclone" lpm_modulus=0 lpm_width=12 aclr clk_en(vcc) clock cnt_en q sclr
--VERSION_BEGIN 5.0 cbx_cycloneii 2004:12:20:14:28:52:SJ cbx_lpm_add_sub 2005:04:12:13:30:42:SJ c
g25信息.txt
$GPRMC,032817,A,3447.9563,N,11339.2754,E,000.0,000.0,240308,003.9,W*6C
$GPGGA,032817,3447.9563,N,11339.2754,E,1,06,3.0,106.1,M,-15.9,M,,*6E
$GPGSA,A,3,,,,10,,,15,24,26,29,30,,3.8,3.0,2.4*33
$GPGSV,
wl-167g.txt
1 source download from http://rt2x00.serialmonkey.com/wiki/index.php/Downloads rt73-CVS
2 change Makefile form Makefile-last
CC,LD 使用的交叉编译器路径
LINUX_SRC 使用的内核路径
MODDIR install 指向的目录
TARGET_MOD
m3g.m
% m3g.m is the MATLAB script file for the
% fixed terminal voltage case of Project 3 on
% synchronous resonance in Chapter 10.
% It is to be used with the SIMULINK files : s3g.m and s3geig.m.
%