代码搜索:does
找到约 10,000 项符合「does」的源代码
代码结果 10,000
www.eeworm.com/read/399161/7885201
c sigactdemo.c
/* sigactdemo.c
* purpose: shows use of sigaction()
* feature: blocks ^\ while handling ^C
* does not reset ^C handler, so two kill
*/
#include
www.eeworm.com/read/399087/7895573
m display.m
function display(S)
% DISPLAY -- display function for symbolic matrices
%
% S
% display(S)
%
% This function does not need to be called by the user. Just typing
% the name of a
www.eeworm.com/read/197917/7962170
doc log-perd.doc
INSTRUCTIONS FOR USING THE LOG-PERIODIC
DIPOLE ARRAY DESIGN PROGRAM
Note: This document should be viewed from an editor which does
not use proportional fonts such as
www.eeworm.com/read/197875/7965134
c io20_1.05.c
// #include
#include
/**
** The address of pstr is: vermeer
**
**/
const char *str = "vermeer";
int main()
{
// oops: does not treat char* as an address
www.eeworm.com/read/297233/8041931
c mips-tfile.c
/* Update the symbol table (the .T file) in a MIPS object to
contain debugging information specified by the GNU compiler
in the form of comments (the mips assembler does not support
assembly
www.eeworm.com/read/296909/8072795
m max_quality_factor.m
% Optimization of inductor circuits via geometric programming (GP).
%
% TODO: This example is not complete, it still does not reproduce
% plots shown in the reference paper.
% FIX: The problem
www.eeworm.com/read/396882/8086121
c io20_1.05.c
// #include
#include
/**
** The address of pstr is: vermeer
**
**/
const char *str = "vermeer";
int main()
{
// oops: does not treat char* as an address
www.eeworm.com/read/396170/8121525
c io20_1.05.c
// #include
#include
/**
** The address of pstr is: vermeer
**
**/
const char *str = "vermeer";
int main()
{
// oops: does not treat char* as an address
www.eeworm.com/read/245201/12811220
c io20_1.05.c
// #include
#include
/**
** The address of pstr is: vermeer
**
**/
const char *str = "vermeer";
int main()
{
// oops: does not treat char* as an address
www.eeworm.com/read/244387/12869242
c remcom.c
/*
* File: remcom.c
* --------------
* This program eliminates comments from a file. This version
* does not ignore comments that appear in a string constant;
* that change is left to the reader