代码搜索:sequential
找到约 1,846 项符合「sequential」的源代码
代码结果 1,846
www.eeworm.com/read/136879/13356317
cpp fig06_07.cpp
// Fig. 6.7: fig06_07.cpp
// Demonstrating a utility function
// Compile with salesp.cpp
#include
#include "salesp.h"
int main()
{
SalesPerson s; // create SalesPerson
www.eeworm.com/read/136879/13356476
c fig23_07.c
/* Reading and printing a sequential file */
#include
main()
{
int account;
char name[30];
float balance;
FILE *cfPtr; /* cfPtr = clients.dat file pointer */
if
www.eeworm.com/read/136879/13356487
c fig23_03.c
/* Create a sequential file */
#include
main()
{
int account;
char name[30];
float balance;
FILE *cfPtr; /* cfPtr = clients.dat file pointer */
if ((cfPtr = fope
www.eeworm.com/read/304833/13785517
seq_
sequacious,adj.前后一贯的,盲从的
sequel,n.续集;结局
sequence,n.继续;顺序
sequencer,n.音序器
sequencing,定序
sequent,n.结果adj.连续的;继续的
sequential,adj.相继的;连续的
sequentially,adv.相继地;连续地
sequester,v.分离;退隐
sequestrate,
www.eeworm.com/read/304152/13799703
cs devicemanagementdeclarations.cs
using System;
using System.Runtime.InteropServices;
namespace HID_Test_Application
{
sealed class DeviceManagementApiDeclarations
{
// API declarations relating to device management
www.eeworm.com/read/304152/13799708
cs devicemanagementdeclarations.cs
using System;
using System.Runtime.InteropServices;
namespace HID_Test_Application
{
sealed class DeviceManagementApiDeclarations
{
// API declarations relating to device management
www.eeworm.com/read/140727/5782567
sof file.sof
@ Sof v1.0 @
@ Long 0 @
value = 13;
@ Long 1 @
value = 27; # this is Joe Picone's favorite number
# note that the tags need not be in sequential order
#
@ Long 32 @
value = -2812;
www.eeworm.com/read/131315/5945767
tags
Mpaste paste.c /^main(argc, argv)$/
parallel paste.c /^parallel(argv)$/
sequential paste.c /^sequential(argv)$/
tr paste.c /^tr(arg)$/
usage paste.c /^usage()$/
www.eeworm.com/read/124637/6042779
cs structs.cs
// *****************************************************************************
//
// Copyright 2004, Weifen Luo
// All rights reserved. The software and associated documentation
// supplied
www.eeworm.com/read/113685/6126316
run-seq
#!/bin/csh -f
#----------------------------------------#
# Compile it as a sequential F90 program #
#----------------------------------------#
date
echo 'sequential F90...'
echo using `which f