代码搜索:Process
找到约 10,000 项符合「Process」的源代码
代码结果 10,000
www.eeworm.com/read/131795/14126713
dat funtc313b.dat
#include
#include
#include
void subroutine(void);
jmp_buf jumper;
int main(void)
{
int value;
value = setjmp(jumper);
if (value != 0)
{
www.eeworm.com/read/131795/14126723
dat funtc75b.dat
malloc
#include
#include
#include
#include
int main(void)
{
char *str;
if ((str = malloc(10)) == NULL)
{
printf("Not enough m
www.eeworm.com/read/131795/14126748
dat funtc328b.dat
#include
#include
int main(void)
{
FILE *tempfp;
tempfp = tmpfile();
if (tempfp)
printf("Temporary file created
");
else
{
printf("U
www.eeworm.com/read/131716/14132209
txt readme.txt
1 程序开发步骤
(1) 打开vc,选择菜单项file->new,选择projects选项卡并建立一个名为"process"的win32 console applicatoin工程;创建时注意指定创建该工程的目录;
(2) 在工程中创建源文件"process.cpp":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是"proce
www.eeworm.com/read/233830/14133066
h md5.h
#pragma once
void md5sum(const char *challenge, const char *password, char *encr);
class CMd5
{
public:
void Init();
void
www.eeworm.com/read/131314/14151467
vhd light.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity light is
port(clk1: in std_logic;
light: buffer std_logic_vector(7 downto 0));
end light;
archit
www.eeworm.com/read/233241/14161889
plg ch451.plg
礦ision3 Build Log
Project:
C:\Documents and Settings\user\桌面\test12_ch451\ch451.uv2
Project File Date: 08/24/2007
Output:
Build target 'Target
www.eeworm.com/read/233174/14165442
plg 12864.plg
礦ision3 Build Log
Project:
E:\写好的程序\lyc_wgm\12864.uv2
Project File Date: 08/15/2007
Output:
compiling main.c...
MAIN.C(17): warning C280: 'li
www.eeworm.com/read/130863/14171881
plg 12864.plg
礦ision3 Build Log
Project:
D:\自制摩托车时速表\12864串口\12864.uv2
Project File Date: 12/27/2004
Output:
Build target 'Target 1'
compiling 12864串口.c...
www.eeworm.com/read/130689/14178018
cpp d10r1.cpp
#include
#include
#include
#include
double func(double x)
{
double t;
t=bessj0( x);
return t;
}
void main()
{
//program d10r1