搜索资源列表

  1. chazhao

    0下载:
  2. [问题描述] 在二叉排序树中查找关键字为KEY的记录 [输入] 有序表输入要查找元素的关键字 [输出] 查找成功是即可显示查找成功 #include <stdlib.h> #include <stdio.h> typedef int KeyType typedef struct{ -[Problem Descr iption] Binary Tree rank
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:13312
    • 提供者:Demonic
  1. advanced

    0下载:
  2. 一个简单的网络聊天程序,使用Window Socket编程,用Visual Stdio.NET开发-A simple network chat program, use the Window Socket programming using Visual Stdio.NET Development
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2024-05-17
    • 文件大小:76800
    • 提供者:裴国东
  1. VisualStudio_style

    0下载:
  2. 这是一个visual Stdio的界面的例子,看看吧。-This is a visual Stdio interface examples, take a look at it.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-17
    • 文件大小:79872
    • 提供者:f101
  1. 4

    0下载:
  2. 学会对文件的记录锁定,及解锁。#include <stdio.h> #include <unistd.h> #include <fcntl.h> int main() { int fd int i struct { char name[20] uint ID int age } myrec fd =open("na
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:9216
    • 提供者:华羿
  1. stdio_example

    0下载:
  2. matlab中用C语言编写sfunction, 实现读取文件中的数据,应用库"stdio.h"-matlab using C language sfunction, realize the data read from the file, the application library stdio.h
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:9216
    • 提供者:叶雪辉
  1. Tremor_lowmemory_SVN

    0下载:
  2. The Tremor Vorbis I stream and file decoder provides an embeddable, integer-only library [libvorbisidec] intended for decoding all current and future Vorbis I compliant streams. The Tremor libvorbisidec library exposes a
  3. 所属分类:压缩解压

    • 发布日期:2024-05-17
    • 文件大小:422912
    • 提供者:*
  1. Tremor_Snapshot_2004_02_03_WinCE_02_22_2004

    0下载:
  2. The Tremor Vorbis I stream and file decoder provides an embeddable, integer-only library [libvorbisidec] intended for decoding all current and future Vorbis I compliant streams. The Tremor libvorbisidec library exposes a
  3. 所属分类:压缩解压

    • 发布日期:2024-05-17
    • 文件大小:350208
    • 提供者:*
  1. mir2HOOKcode

    0下载:
  2. #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #define WIN32_LEAN_AND_MEAN #define LOGFILE "C:\\hookwsock.log" #include "stdio.h" #include #include /*// IEXPLORE D
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:liuchao
  1. informationmanagementc++

    0下载:
  2. 这是高校学籍管理系统c++的源程序,是在VISUAL STDIO中的VC++里面实现的啊 -This is a college student management system c++ The source is in the VISUAL STDIO in VC++ Realize there s ah
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:夏增春
  1. experimentson2410sourcecode

    0下载:
  2. 实验源码是2410完全开发用的,通过此源码实验初学者可以一步步步入arm开发的殿堂。 源码包括:led点亮、key、stdio操作以及nand和sdram操作控制等。-Experimental source is fully developed by 2410, and through this source beginners can experiment step by step into the development arm
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-05-17
    • 文件大小:334848
    • 提供者:kangyulu
  1. SchoolManageSys_2

    1下载:
  2. 本程序是鬼男开发,一切版权归 鬼男 所有, 一、编程环境: windows2003 +visual stdio c++ .net,Ado + SQL2000 二、SQL设置: 将在SQL2000下建立schooldata数据库,导入数据文件 三、导入数据: data目录下有school_back数据库备分文件 操作:用SQL企业管理器还原数据库来导入数据 访问本地数据库服务器,密码是自己设置的那个
  3. 所属分类:系统编程

    • 发布日期:2024-05-17
    • 文件大小:811008
    • 提供者:李发治
  1. process

    0下载:
  2. #include <string.h> #include <fstream.h> #include <stdio.h> #include <stdlib.h> #define FINISH 0 //完成状态 #define RUNNING 1 //运行状态 #define READY 2 //就绪状态 #define WAITIO 3 //io等待状态
  3. 所属分类:进程与线程

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:鹰隼
  1. shortestroute

    0下载:
  2. #include <stdio.h> #include<cstdlib> int W[4] ,R[4] ,C[4] int P[5]={0,3,3,1,1} int Q[5]={2,3,1,1,1} -# Include <stdio.h># Include <cstdlib> int W [4], R [4], C [4] int P [5] = (0,3
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:鹰隼
  1. cn700_vc45888224441

    0下载:
  2. 软件介绍: 编程环境: windows2003 +visual stdio c++ .net Ado + SQL2000 /####################################/ ** SQL设置: 将在SQL2000下建立schooldata数据库 导入数据文件 导入数据: data目录下有school_back数据库备分文件 操作:用SQL企业管理器还原数据库来导入数据
  3. 所属分类:SQL Server数据库

    • 发布日期:2024-05-17
    • 文件大小:992256
    • 提供者:est
  1. DeDTMF

    0下载:
  2. 在VISUAL STDIO 2008下用C#编程来调用DTMF解码的DLL文件.通过将含有DTMF信息的音频数据流进行解码来识别对应按键的位置-In VISUAL STDIO 2008 using C# Programmed to call the DLL file DTMF decoder. By containing DTMF information to decode the audio data stream to identi
  3. 所属分类:C#编程

    • 发布日期:2024-05-17
    • 文件大小:780288
    • 提供者:付晓强
  1. russian_game

    0下载:
  2. 俄罗斯方块,简单,实现基本功能 采用VISUAL stdio 6
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-17
    • 文件大小:3165184
    • 提供者:
  1. c

    0下载:
  2. #include<malloc.h> #include<limits.h> #include<stdio.h> #include<graphics.h> #include<io.h> #include<math.h> #include<process.h> #include<conio.h> #define m
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:全文
  1. SchoolMIS(ADO+SQL2000+ActiveSkin)

    0下载:
  2. 软件介绍: 编程环境: windows2003 +visual stdio c++ .net Ado + SQL2000 /####################################/ SQL设置: 将在SQL2000下建立schooldata数据库 导入数据文件 导入数据: data目录下有school_back数据库备分文件 操作:用SQL企业管理器还原数据库来导入数据-Soft
  3. 所属分类:数据库系统

    • 发布日期:2024-05-17
    • 文件大小:3568640
    • 提供者:ttjacky
  1. study_for_visualnet

    0下载:
  2. 这是一个关于visual stdio.net的视频教程,很好,特别是对于那些刚刚接触该环境的学习者有很好的帮助,除视频教程外,还有配套的相应的pdf文件。-This is a study on visual stdio.net video tutorial, very good, especially for those who have just access to the environment to help learners h
  3. 所属分类:.net编程

    • 发布日期:2024-05-17
    • 文件大小:28891136
    • 提供者:付彦
  1. xiongyali

    0下载:
  2. 图论算法dfs实现过程: #include<stdio.h> #include<string.h> #define MAX 1-Graph Theory Algorithm dfs realize the process:# Include
  3. 所属分类:OpenGL

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:handking
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 29 »

源码中国 www.ymcn.org