代码搜索:Resolution
找到约 5,618 项符合「Resolution」的源代码
代码结果 5,618
www.eeworm.com/read/174150/9606241
pl resolution.pl
use strict;
use Win32::API;
use constant HORZRES => 8;
use constant VERTRES => 10;
use constant BITSPIXEL => 12;
use constant VREFRESH => 116;
Win32::API->Import(
"gdi32",
"CreateDC",
www.eeworm.com/read/366849/9795978
m resolution.m
function [slotfreq,powerinres] = resolution(u0,vs,res,nt,dt)
% This function gives the total (sum) of u0 in a badwidth res.
% It also gives the centerfrequency of the interval at which
% the sum
www.eeworm.com/read/389019/8554296
h cholesky_resolution.h
void Cholesky_resolution(double A[][n],double bb[n])
{
int i,j;
double LL[n][n],UU[n][n];
int Cholesky(double A[][n]);
Cholesky(A);
for(i=0;i
www.eeworm.com/read/389019/8554326
h guass_resolution.h
void Guass_resolution(double A[][n],double bb[n])
{
int i,j;
double LL[n][n],UU[n][n];
int Gauss(double A[][n]);
Gauss(A);
for(i=0;i
www.eeworm.com/read/387673/8659693
class resolution$1.class
www.eeworm.com/read/184769/9079675
c fallback-resolution.c
/*
* Copyright © 2006 Red Hat, Inc.
*
* Permission to use, copy, modify, distribute, and sell this software
* and its documentation for any purpose is hereby granted without
* fee, provided that
www.eeworm.com/read/178075/9419012
bak resolution.h.bak
/****************************************************************************
* File: PANEL.h *
* Description: Header file for Panel
www.eeworm.com/read/356723/10222125
m range_resolution.m
www.eeworm.com/read/467764/7000881