CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - STDLIB.H

搜索资源列表

  1. this-is-a-sound-code-of-image-enhancement-based-on

    0下载:
  2. 小波变换的C源代码 #define N0 128 #include \"stdio.h\" #include \"stdlib.h\" #include \"math.h\" #include \"string.-wavelet transform C source code # define N0 128 # include "stdio. h "# include" stdlib.h "# include" math.h
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3630
    • 提供者:郑超
  1. quanpaixu

    0下载:
  2. 冒泡排序 直接选择排序 Shell排序 快速排序 归并排序 堆排序 直接插入排序基本算法 #include<iostream.h> #include<stdlib.h> #include<time.h> const int n=100000 typedef struct{ int key }RedType typedef struct{ RedType *r //r[n+1
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:720567
    • 提供者:zero
  1. 魔方阵的问题求解

    0下载:
  2. #include"stdio.h" #include"stdlib.h" int main() { int i ,j,a[100][100],n,k,flag=1; while(scanf("%d",&n)!=EOF&&(n%2!=0)) { for(i=0;i<n;i++) for(j=0;j<n;j++) a[i][j]=0; j=n/2; a[0][j]=1; i=0
  3. 所属分类:C#编程

    • 发布日期:2008-11-26
    • 文件大小:542
    • 提供者:gdcjh12
  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)
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:1525
    • 提供者:zhaobo
  1. 1

    0下载:
  2. 中序遍历递归与非递归,很简单的代码,就是这么简单!-#include "stdio.h" #include"stdlib.h" #define MAXSIZE 20 typedef int datatype typedef struct Node { datatype data struct Node*lchild struct Node*rchild }Btnode,*Btree typedef struct {
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:1024
    • 提供者:赵王
  1. zhongxudiguiyufeidigui

    0下载:
  2. 中序递归与非递归,很简单的代码,请放心下载,无毒。-#include "stdio.h" #include"stdlib.h" #define MAXSIZE 20 typedef int datatype typedef struct Node { datatype data struct Node*lchild struct Node*rchild }Btnode,*Btree typedef struct {
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2042
    • 提供者:赵王
  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/*左移键*/ #define VK_RIGHT 0x4d0
  3. 所属分类:CSharp

    • 发布日期:2017-11-02
    • 文件大小:26360
    • 提供者:jiangdongguo
  1. TANCHISHE

    0下载:
  2. #define N 200 #include <graphics.h> #include <stdlib.h> #include <dos.h> #define LEFT 0x4b00 #define RIGHT 0x4d00 #define DOWN 0x5-#include <dos.h>#define LEFT 0x4b00#define RIGHT 0x4d00#define DOWN 0x5000
  3. 所属分类:CSharp

    • 发布日期:2016-01-25
    • 文件大小:55296
    • 提供者:冷卿枫
  1. txl

    0下载:
  2. #include <stdio.h> #include <stdlib.h> #include <string.h> #include <conio.h> /*屏幕操作函数库*/ #define A " ┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄\n" #define B "┆ 班级 ┆ 姓名 ┆ 编号 ┆  电话号码 ┆    家庭住址  ┆\n" #define FORMAT "┆ -1
  3. 所属分类:CSharp

    • 发布日期:2017-03-21
    • 文件大小:2819
    • 提供者:hechuwei
  1. about-indias-temple

    0下载:
  2. 用于计算印度神庙的柱子问题,怎样子才能以最快速的方式算出其最优顺序。-#include stdio.h #include stdlib.h void move(char getone,char putone) { printf( c-> c\n ,getone,putone) } void hanoi(int n,char one,char two,char three) { if(n==1) move(one,thre
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:29647
    • 提供者:林莫
  1. RGDBH

    0下载:
  2. 连接两个链表。 #i nclude stdlib.h #i nclude stdio.h struct list { int data -Connecting the two lists.
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:12884
    • 提供者:孟祥旭
  1. RNT

    0下载:
  2. 时间函数举例4,一个猜数游戏,判断一个人反应快慢。 程序源代码: #i nclude time.h #i nclude stdlib.h #i nclude stdio.h -Function of time, for example 4, a guessing game to determine a person reaction speed.
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:13210
    • 提供者:孟祥旭
搜珍网 www.dssz.com