代码搜索:prepare 有哪些应用?
找到约 10,000 项符合「prepare 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/113474/15455355
c flt_pt有.c
#include
void main ()
{
printf("Displaying 0.001234 yields %g\n", 0.1234);
printf("Displaying 0.00001234 yields %g\n", 0.00001234);
}
www.eeworm.com/read/113474/15455365
c exp_fmt 有.c
/*#include
void main ()
{
float value = 1.23456;
printf ("%12.1e\n", value);
printf ("%12.3e\n", value);
printf ("%12.5e\n", value);
}
*/
www.eeworm.com/read/133772/5902743
readme
NOTE: before formatting tcpip.sgml you need to prepare the manual
pages in tcpip-manpages.smgl. This is done by running the shell
script prepare-manpages.sh
www.eeworm.com/read/109026/6177161
readme
NOTE: before formatting tcpip.sgml you need to prepare the manual
pages in tcpip-manpages.smgl. This is done by running the shell
script prepare-manpages.sh
www.eeworm.com/read/106385/6194881
readme
NOTE: before formatting tcpip.sgml you need to prepare the manual
pages in tcpip-manpages.smgl. This is done by running the shell
script prepare-manpages.sh
www.eeworm.com/read/460969/7236527
f90 prepare_fine_par_y.f90
SUBROUTINE PREPARE_FINE_PAR_Y (L, H, Z0, NRFREQ)
USE NRTYPE , ONLY: WP
USE MOD_ATTEN , ONLY: FRK, FRJ, PFP21, PF21, CF, &
I2NRFR
www.eeworm.com/read/199277/7870779
cpp update_e_from_d_prepare.cpp
/* Copyright (C) 2006 Massachusetts Institute of Technology
%
% This program is free software; you can redistribute it and/or modify
% it under the terms of the GNU General Public License as publish
www.eeworm.com/read/199277/7870849
hpp update_e_from_d_prepare.hpp
/* This file was automatically generated --- DO NOT EDIT */
if (have_d_minus_p) {
if (pol) {
if (f[Er][0]) {
// Am in cylindrical coordinates.
FOR_E_AND_D(ec,dc) if (f[ec][0]) {
www.eeworm.com/read/323119/13350276
sql mysql_prepare_privilege_tables_for_5.sql
use mysql;
--
-- merging `host` table and `db`
--
UPDATE IGNORE host SET Host='%' WHERE Host='';
DELETE FROM host WHERE Host='';
INSERT IGNORE INTO db (User, Host, Select_priv, Insert_priv, Update