代码搜索:Memory
找到约 10,000 项符合「Memory」的源代码
代码结果 10,000
www.eeworm.com/read/203535/15356420
bak memory_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/200284/15435870
c share_memory.c
#include
#include
#include
#include
#include
#define BUFSZ 2048
int main()
{
int shmid;
char *shmadd;
if((shmid=shmget(IPC_PRI
www.eeworm.com/read/200284/15435906
c share_memory.c
#include
#include
#include
#include
#include
#define BUFSZ 2048
int main()
{
int shmid;
char *shmadd;
if((shmid=shmget(IPC_PRI
www.eeworm.com/read/110906/15523082
txt memory-op.txt
//memory-op.cpp
//内存管理
//从文件读入每次的操作,并将结果输出到out.txt文件中
#include
#include
#include
#include
#include
struct operation
{
int time;
www.eeworm.com/read/107060/15613883
h memory_t.h
/*
* Copyright (c) 2001
* Politecnico di Torino. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that: (1)
www.eeworm.com/read/106839/15619820