搜索资源列表

  1. CharsetConverter

    0下载:
  2. c++头文件用来加载c++动态库时候的头文件,stdlib.h的头文件-c++ code
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:刘浪
  1. Linux-ping

    0下载:
  2. Linux-ping源代码,e "stdlib.h" #include "string.h" #include "stdio.h"-e "stdlib.h" #include "string.h" #include "stdio.h" #include "fcntl.h" #include "errno.h" #include "signal.h" #inc
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:wxk1383
  1. ADTest

    0下载:
  2. 6410 ADC测试 #include <stdio.h> #include <unistd.h> #include <stdlib.h> #include <sys/types.h> #include <sys/stat.h> #include <sys/ioctl.h> #include <fcntl.h> #incl
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-18
    • 文件大小:64512
    • 提供者:xiankongyijue
  1. ffplay

    0下载:
  2. 最新版本的ffplay,已经调试成功的代码。-/* * Various utilities for command line tools * Copyright (c) 2000-2003 Fabrice Bellard * * This file is part of FFmpeg. * * FFmpeg is free software you can redistribute it and/or *
  3. 所属分类:mpeg/mp3

    • 发布日期:2024-05-18
    • 文件大小:90112
    • 提供者:金丰
  1. stdlib

    0下载:
  2. STM32f051 標準週邊函式庫, src.zip -STM32f051 std library
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:134144
    • 提供者:michael
  1. C

    0下载:
  2. C库函数大全 数学函数,所在函数库为math.h、stdlib.h、string.h、float.h 目录函数,所在函数库为dir.h、dos.h -Daquan mathematical function of the C library functions, where the library is math.h, stdlib.h, string.h float.h. Catalog functions where lib
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:12288
    • 提供者:youngmei
  1. stdlib

    0下载:
  2. 算法教程附录中的源文件,书中讲解的具体内容可以在网上搜索找到,对入门和进阶JAVA编程都非常有用。这是主函数。解压后直接用-Source file, the specific content of the book to explain the algorithm tutorial appendix can search online to find, are very useful for beginners and advanced
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-18
    • 文件大小:202752
    • 提供者:张磊
  1. jieshiqi

    0下载:
  2. 用C语言编写实现解释器,希望对你们有所帮助。 #include<stdio.h> #include<stdlib.h> #include<string.h> main()-C language interpreter, you want to be helpful.# Include <stdio.h># Include <stdlib.h># Include
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:杨晨
  1. namefight

    0下载:
  2. 以前自己编的一个小游戏,输入姓名然后可以对战,可以自娱自乐一下-#include <stdlib.h> #include <time.h> #include <windows.h> #define S Sleep(1000) #define P printf char name1[20],name2[20] int k1,k2,i,t1,t2,sxq int x1=10
  3. 所属分类:其他游戏

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:安若
  1. 1

    0下载:
  2. :构建一个圆类Circle,其成员为圆心的坐标(x,y)和圆半径r,并设计构造函数(可以赋初值也可以不赋初值),析构函数(可以什么都不做,只打印信息,表示其被调用),设置新值成员函数Set(), 取圆心坐标成员函数GetX()、GetY(),取圆半径成员函数GetR(),打印成员值成员函数Print(),计算圆面积成员函数Area()。并用此类定义长度为10的对象数组,每个对象的圆心的坐标(x,y)和圆半径r由随机数rand()产生,打
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:9216
    • 提供者:eliizabeth
  1. file5

    0下载:
  2. C语言实验5,学生信息管理系统#include "stdio.h" #include "stdlib.h" #include "string.h" #include "malloc.h" -student infomation management system
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:12288
    • 提供者:月心月士
  1. eluosifangkuai

    0下载:
  2. VC++ 俄罗斯方块 Russia.h文件: #include <stdio.h> #include <stdlib.h> #include <dos.h> #include <graphics.h> #define TIMER 0xlc/*定义时钟中断的中断号*/ #define VK_LEFT 0x4b00/*左移键
  3. 所属分类:C#编程

    • 发布日期:2024-05-18
    • 文件大小:26624
    • 提供者:jiangdongguo
  1. SDL_stdlib

    0下载:
  2. This file contains portable stdlib functions for SDL.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:rabaixing
  1. CRT

    0下载:
  2. C运行库函数介绍(stdio.h stdlib.h)-C runtime library functions (stdio.h stdlib.h)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:spp
  1. snake

    0下载:
  2. /*--- --- -----编译过程使用的头文件*/ #include<graphics.h> #include<stdlib.h> #include<dos.h> /*-----------------宏定义用到的数量关系(键盘上、下、左、右按键的值)*/ #define N 200 #define LEFT 0x4b00 #define RIGHT 0x
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:亮度
  1. 001

    0下载:
  2. #include <stdio.h> #include <float.h> #include <windows.h> #include<stdlib.h> #include<string.h> #include<conio.h>-# Include <stdio.h># Include <float.h># Include
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:zzj
  1. C1

    0下载:
  2. #include "stdlib.h" #include"graphics.h" main() { int gd=DETECT,gr,a[8],b[8],x,y,i,j,c initgraph(&gd,&gr,"") randomize() for( !kbhit() ) { x=rand() 500+100 /*随机中心坐标*/ y=rand() 300+100 a[
  3. 所属分类:系统编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:阿鑫
  1. c4

    0下载:
  2. #include <graphics.h> #include <stdlib.h> #define N 200 #define up 0x4800 #define down 0x5000 #define left 0x4b00 #define right 0x4d00 #define esc 0x011b #define Y 0x1579 #define n 0x316e
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:阿鑫
  1. wangluoliuliang

    0下载:
  2. 获取数据流量获取网络 流量-include < stdlib.h> #include < stdio.h> #include < pcap.h> void usage() void dispatcher_handler(u_char*, const struct pcap_pkthdr*, const u_char*) void main(int argc, char**argv){pcap_t*fp char
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:steroft
  1. 868123

    0下载:
  2. #include <stdio.h>   #include <stdlib.h>   //输入十进制数N和转化的进制数M   void trans(int n,int m)   { char str[100] int i    for(i=0 n>0 i++) {if (n m<10) {str[i]=n m+ 0 } else {str[i]=n m-10+
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:9216
    • 提供者:868123
« 1 2 3 4 5 6 78 9 10 »

源码中国 www.ymcn.org