代码搜索:Changing
找到约 3,056 项符合「Changing」的源代码
代码结果 3,056
www.eeworm.com/read/286738/8746440
c downgrade_l16.c
/* *
* $Id: downgrade_L16.c 2 2004-06-08 15:08:53Z mancho $
*
* This file is part of Fenice
*
* Fenice -- Open Media Server
*
* Copyright (C) 2004 by
*
* - Giampaolo Mancini
www.eeworm.com/read/430236/8760359
c pointer1.c
#include
int main()
{
int *p1, *p2, a, b;
a = 1; b = 20;
/*将a和b的地址赋给p1和p2*/
p1 = &a;
p2 = &b;
/*从打印的结果可以看出,这时a和b的地址与p1、p2相同,
a和b的内容也与p1、p2所指向的内容相同,它们实际是同一块内存单元*/
printf("
www.eeworm.com/read/187002/8884362
c chsize.c
#include
#include
#include
#include
#include
void main(void)
{
int handle;
if ((handle = creat("100ZEROS.DAT"
www.eeworm.com/read/427423/8946077
c pointer1.c
#include
int main()
{
int *p1, *p2, a, b;
a = 1; b = 20;
/*将a和b的地址赋给p1和p2*/
p1 = &a;
p2 = &b;
/*从打印的结果可以看出,这时a和b的地址与p1、p2相同,
a和b的内容也与p1、p2所指向的内容相同,它们实际是同一块内存单元*/
printf("
www.eeworm.com/read/382584/9018806
c chsize.c
#include
#include
#include
#include
#include
void main(void)
{
int handle;
if ((handle = creat("100ZEROS.DAT"
www.eeworm.com/read/382395/9031106
c chsize.c
#include
#include
#include
#include
#include
void main(void)
{
int handle;
if ((handle = creat("100ZEROS.DAT"
www.eeworm.com/read/381211/9103932
m fg_07_18.m
% fg_07_18 PDS of filtered Gaussian noise - changing K.
sp_fig(1,9,5.5);
set(gcf,'defaultaxesfontsize',16);
N=2^10; NH=500; y2=2; K=[64,32,16];
randn('seed',12345);
x=randn(1,N);
[b,a]
www.eeworm.com/read/380940/9120446
c chsize.c
#include
#include
#include
#include
#include
void main(void)
{
int handle;
if ((handle = creat("100ZEROS.DAT"
www.eeworm.com/read/379149/9206092
end configure.in.bot.end
if test "$all_tests" = "bad"; then
if test ! "$cache_file" = "/dev/null"; then
echo ""
echo "Please remove the file $cache_file after changing your setup"
echo "so that configure wil
www.eeworm.com/read/180601/9300825
c chsize.c
#include
#include
#include
#include
#include
void main(void)
{
int handle;
if ((handle = creat("100ZEROS.DAT"