CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - struct

搜索资源列表

  1. mapx源码

    0下载:
  2. 关于mapx的表现非常好,请放心使用Tracing not turned on. Tns error struct: nr err code: 0 ns main err code: 12541 TNS-12541: TNS:无监听器 ns secondary err code: 12560 nt main err code: 511 TNS-00511: 无监听器 nt secondary err code: 61 nt OS err co
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:29201
    • 提供者:ss
  1. struct

    0下载:
  2. 本程序用作pid控制,不过基于AVR硬件乘除法,移植性不高,本人是作者。-the procedures for pid control, but based on the hardware AVR calculation method, transplantation is not high, is the author.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1759
    • 提供者:windy
  1. 冲击波源代码

    0下载:
  2. */ #include <stdio.h> #include <strings.h> #include <signal.h> #include <netinet/in.h> #include <netdb.h> #define NORM \"\\033[00 00m\" #define GREEN \"\\033[01 32m\" #define YELL \"\\033[01 33m\"
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2008-10-13
    • 文件大小:5931
    • 提供者:稻草人
  1. huidu

    0下载:
  2. #include \"stdio.h\" #include \"malloc.h\" #define TRUE 1 #define n 39 #define max 500 typedef struct { char p[n] float w[n][n] }graph graph *ga2 int visit[n] int path[n][n] float C[n][n] float A[n][n] -#includ
  3. 所属分类:ListView/ListBox

    • 发布日期:2008-10-13
    • 文件大小:4665
    • 提供者:jiangshan
  1. hourse

    0下载:
  2. 算法的基本思路是: 定义结构体:struct PLACE{int x, int y}表示棋盘上的位置。 依题意,马每跳一步之后都可以从七个不同的方向选择下一步的跳马,当然,前提是跳的这一步在棋盘内且它前面的任何一步都没跳到这一格子上(限界),就可以认为这一步跳成功,否则跳马不成功。若跳马不成功,则找下一个方向尝试跳马,若七个方向都跳马不成功,则回溯。 -algorithm for the basic ideas : the structure definition : PLAC
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:47636
    • 提供者:杨小娜
  1. FA_Demo

    0下载:
  2. 我本来想用的是.ocx控件,最后发现,对于自定义struct,它似乎是无能为力(有谁知道.ocx可以的话请联系我)。最后采用的是vc++6.0中的ATL。下面给出了如何调用含自定义结构的组件函数senddata,ReceiveData。组件中的参数传递与下面的代码是一模一样的 ,这里不再重复。(该组件是应用于配电自动化中的,用以实现馈线自动化FA功能,本人自己设计开发)。 -I had wanted to use the. Exe controls and found that, since t
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:92646
    • 提供者:wwwwppp
  1. Dynamic_Array

    0下载:
  2. 动态数组实现, 包括了一个小例子.关键结构如下: typedef struct Nameval Nameval struct Nameval{ char *name int value } struct NVtab{ int nval /* current number of values */ int max /* allocated number of values */ Nameval *nameval /* arr
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:4105
    • 提供者:洋场河
  1. LOGS-STRUCT

    0下载:
  2. 自动识别并解析IIS、W3C、NSCA、APACHE等格式的日志文件的CB代码段。-automatic identification and analysis IIS, W3C, the NSCA. APACHE format of the log files of CB code.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:6828
    • 提供者:方卫东
  1. ghgl

    0下载:
  2. #include <stdio.h> #include <stdlib.h> #define N 3 struct huowu {char num[10] char name[8] int money[3] int amount[3] }huo[N],temp -# include
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:1694
    • 提供者:liu hui
  1. READID

    0下载:
  2. 读取硬盘序列号 typedef struct _GETVERSIONOUTPARAMS { BYTE bVersion BYTE bRevision BYTE bReserved BYTE bIDEDeviceMap DWORD fCapabilities DWORD dwReserved[4] } GETVERSIONOUTPARAMS, *PGETVERSIONOUTPARAMS, *LPGETVERSIONOUTPARAMS -r
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:4727
    • 提供者:zylcxh
  1. SCADA

    0下载:
  2. This text surrounds the development of the electric power SCADA system exactly, aiming at the present condition of the our country electric power charged barbed wire net currently, according to the oneself at the e- lectric power protect the professi
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:434867
    • 提供者:Jawen
  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. 332658

    0下载:
  2. #include <stdio.h> #include <string.h> #include <stdlib.h> #include <malloc.h> #include <math.h> #include <conio.h> struct DuLNode{ struct DuLNode *prior int data struct DuLNode *next-# in
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2998
    • 提供者:黄宇
  1. 20071011

    0下载:
  2. 这是一个基于Struct的人事管理系统的设计与实现,如果有朋友从事这方面工作的,可以参考-This is a return this tags based on the personnel management system design and implementation if a friend engaged in work in this regard, we can make reference to
  3. 所属分类:SQL Server数据库

    • 发布日期:2008-10-13
    • 文件大小:44745
    • 提供者:李亚成
  1. rtu8890

    0下载:
  2. CDC 8890规约 struct cdc8890_rtu_set_kzg_type { // cdc8890逻辑RTU定义 struct { short lj_rtuh // 逻辑RTU号 short yc_zh,yx_zh,dn_zh,yt_bz // 存放站号 short gy_bz // 规约标志 0-8890 1-GR90 (YC部分有差别) short yc_gs,yx_gs,dn_gs // 每个逻辑RTU的ycyxdl个数 short ls
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:9162
    • 提供者:tdtr111
  1. strutstest213-1.2_2.4

    0下载:
  2. struct test 的源代码,一个很不错的测试strut的框架-struct test of source code, a very good test strut framework
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2656470
    • 提供者:张逍
  1. Compilethorey

    0下载:
  2. the file is very good and add the instructions and diagrams to display the struct-the file is very good and add the instructio ns and diagrams to display the struct
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1734691
    • 提供者:鲁华军
  1. MyEclipseStruts

    0下载:
  2. STRUCT实应用 STRUCT实应用-STRUCT real application STRUCT real application STRUCT real application
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1346998
    • 提供者:huai
  1. ssdhnse

    0下载:
  2. 一,数据结构 struct user{ char username[16] char userID[18] char usercode[3] char userline[3] struct user *unext struct user *uprior -one, user data structure struct (char username [16] char userI D [18] char usercode char [3]
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:5119
    • 提供者:zyy
  1. gcexception

    0下载:
  2. 主要实现将任务异常记录在tffs文件系统中-main task will be recorded in abnormal tffs File System # define EXC_MAX_ EXCEPTION_NUM 100 # define an EXC_MAX_NAME_LEN 00 typedef struct (NW_INT32 nExcNum NW_CHAR Sz谩sz ExcList [] [EXC_MAX_N EXC_MAX_EXCEPTION_NUM AME_LEN]) TEx
  3. 所属分类:VxWorks

    • 发布日期:2008-10-13
    • 文件大小:1025
    • 提供者:廖降龙
« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com