Welcome![Sign In][Sign Up]
Location:
Search - Inter.d

Search list

[Windows Develop全国交通咨询系统

Description: 一 题目 全国铁路交通咨询系统 二 需求分析 1.系统配制: 硬件:CPU:P4 1.6G 内存容量 256M 标准输入输出设备 软件:操作系统Windows xp 源程序调试工具VC6.0 可执行文件运行工具 DOS 5.0. 2.该系统有供用户选择的菜单和交互性。 3.建立一个全国铁路交通咨询系统,该系统具备自动查找任意两城市间铁路交通的最短路径和最少花费的功能。 三 设计概要 1.抽象数据类型 本程序运用了关于图这种数据结构。 他的抽象数据类型定义如下: typedef struct unDiGraph { int numVerts //结点 costAdj cost //邻接矩阵 }unDiGraph,*UNG 基本操作: unDiGraph* CreateCostG() 操作结果:构造带权(费用)图。 unDiGraph* CreateTimeG() 操作结果:构造带权(时间)图。 PathMat *Floyed(unDiGraph *D) 操作结果:Floyed函数 求任意两点的最短路径。 -a subject of the national railway traffic advisory system analysis of a two needs. Preparation System : Hardware : CPU : P4 1.6 GHz 256 MB of memory standard input and output device software : Windows XP operating system source code debugging tools VC6.0 executable file running DOS 5 tools. 0. 2. The system is available for users to choose the menu and interactive. 3. The establishment of a national rail traffic advisory system, the system automatically search with arbitrary two inter-city rail traffic and the shortest path to the function at the lowest cost. Three design an outline. This abstract data type procedures on the use of this data structure map. His abstract data type is defined as follows : typedef struct (int unDiGraph numVerts / / node costAdj cost / / adjacency matrix) unDiG
Platform: | Size: 56930 | Author: gang | Hits:

[USB developmchpmsd

Description: pic mcu code:This application note describes the design and implementation of a USB Mass Storage Device (MSD) using a Secure Digital card, which should prove useful to developers of USB mass storage solutions. This application may be used as a stand-alone MSD or as a Secure Digital/Multimedia Card (SD/MMC) reader/ writer interface.-pic mcu code : This application note describes the design and implementation of a USB Mass Storage Device (MS D) using a Secure Digital card, which should prove useful to developers of USB m ass storage solutions. This application may be used as a stand-alone MSD or as a Secure Digital / Multimedia Card (SD / MMC) reader / writer inter face.
Platform: | Size: 469551 | Author: 赵伟刚 | Hits:

[Other resource99MinuteTimer

Description: TIMER.ASM ********* [ milindhp@tifrvax.tifr.res.in ] Set Processor configuration word as = 0000 0000 1010 b. a] -MCLR tied to VDD (internally). b] Code protection off. c] WDT disabled. d] Internal RC oscillator [4 MHZ]. -TIMER.ASM ********* [milindhp @ tifrvax. tifr.res.in] Set Processor configuration AGREEMENT as d = 0000 0000 1010 b. a] - LR tied to VDD (inter nally). b] Code protection off. c] WDT disabled . d] Internal RC oscillator [4 MHZ].
Platform: | Size: 14638 | Author: torry | Hits:

[xml-soap-webservice2005348226736

Description: OPC XML-DA Specification,OPC TM FOUNDATION,This document is targeted at developers and is the specification of to be exposed by XML-DA servers and used by XML-DA clients.. specification is a result of an analysis and design process to develop standard interface to facilitate the development of servers and clients multiple vendors that shall inter-operate seamlessly together.-OPC XML-DA Specification, OPC TM FOUNDATION. This document is targeted at developers and is not he specification of to be exposed by XML-DA serv ers and used by XML-DA specification clients .. is a result of an analysis and design process to d evelop standard interface to facilitate the de Amazon of multiple servers and clients Etymology ors that shall inter-operate seamlessly toget her.
Platform: | Size: 1164005 | Author: lishengming | Hits:

[Other resourcewindowsinternalsch14

Description: windows internalswin dows internalswin dows internalswindows internals-windows internalswin d ows internalswindows inter nalswindows nalswindows intern alswind ows internalswindows inter internalswindows nals
Platform: | Size: 751873 | Author: maki | Hits:

[Linux-Unixctime

Description: 在sco unix 下显示前n天或后n天日期的处理程序。 printf(\"功能: 时间戳与时间格式字符串的转换程序\\n\") printf(\" -i 输入的参数为时间戳\\n\") printf(\" -s 输入的参数为格式化时间\\n\") printf(\" -t 输入的时间取当前系统时间\\n\") printf(\" -x 输入的时间增加或减少的天数\\n\") printf(\" -o 输出的时间为时间戳格式\\n\") printf(\" -O 输出的时间为格式化时间\\n\") printf(\" -h 帮助文件-查看[format]如何定义,例 %s -h\\n\",procname) printf(\"范例:1 取当前日期的前2天的时间显示 %s -t -x -2\\n\",procname) printf(\" 2 取20030101的前5天的时间显示 %s -s 20030101000000 -x -5\\n\",procname) printf(\" 3 取20031231的后5天的时间显示 %s -s 20031231000000 -x 5 -O \\\"%%D %%T\\\"\\n\",procname) printf(\" 4 取时间戳为1089619417的时间显示 %s -i 1089619417 \\n\",procname) printf(\" 5 取时间戳为1089619417的后4天的时间显示 %s -i 1089619417 -x 4 \\n\",procname) -in sco unix under the former n n days or days after the date of processing. Printf ( "function : timestamp and time format string conversion program \\ n ") printf (" - i input parameters timestamp \\ n ") printf (" - s input parameters for formatting time \\ n ") printf (" - t input the time for the current system time \\ n ") printf (" - x importation time increase or decrease the number of days \\ n " ) printf ( "- o output format for timestamp \\ n") printf ( "- O when output time for the inter-formatted \\ n ") printf (" - h Help-View [format] definition , the cases% s-h \\ n ", procname) printf (" Examples : a date from the current two days before the time displayed% s-t-2 x \\ n ", procname) printf ( &q
Platform: | Size: 2560 | Author: yux | Hits:

[Windows Develop全国交通咨询系统

Description: 一 题目 全国铁路交通咨询系统 二 需求分析 1.系统配制: 硬件:CPU:P4 1.6G 内存容量 256M 标准输入输出设备 软件:操作系统Windows xp 源程序调试工具VC6.0 可执行文件运行工具 DOS 5.0. 2.该系统有供用户选择的菜单和交互性。 3.建立一个全国铁路交通咨询系统,该系统具备自动查找任意两城市间铁路交通的最短路径和最少花费的功能。 三 设计概要 1.抽象数据类型 本程序运用了关于图这种数据结构。 他的抽象数据类型定义如下: typedef struct unDiGraph { int numVerts //结点 costAdj cost //邻接矩阵 }unDiGraph,*UNG 基本操作: unDiGraph* CreateCostG() 操作结果:构造带权(费用)图。 unDiGraph* CreateTimeG() 操作结果:构造带权(时间)图。 PathMat *Floyed(unDiGraph *D) 操作结果:Floyed函数 求任意两点的最短路径。 -a subject of the national railway traffic advisory system analysis of a two needs. Preparation System : Hardware : CPU : P4 1.6 GHz 256 MB of memory standard input and output device software : Windows XP operating system source code debugging tools VC6.0 executable file running DOS 5 tools. 0. 2. The system is available for users to choose the menu and interactive. 3. The establishment of a national rail traffic advisory system, the system automatically search with arbitrary two inter-city rail traffic and the shortest path to the function at the lowest cost. Three design an outline. This abstract data type procedures on the use of this data structure map. His abstract data type is defined as follows : typedef struct (int unDiGraph numVerts// node costAdj cost// adjacency matrix) unDiG
Platform: | Size: 56320 | Author: gang | Hits:

[Chess Poker gamesInjectDLL

Description: 讲述向其它进程注入线程的方法,windows高级编程上提到过。windows进程间通讯的一种方法,值得一看-on to other threads into the process, senior programming windows mentioned. Windows inter-process communication method, an eye-catcher
Platform: | Size: 33792 | Author: 大侠 | Hits:

[USB developmchpmsd

Description: pic mcu code:This application note describes the design and implementation of a USB Mass Storage Device (MSD) using a Secure Digital card, which should prove useful to developers of USB mass storage solutions. This application may be used as a stand-alone MSD or as a Secure Digital/Multimedia Card (SD/MMC) reader/ writer interface.-pic mcu code : This application note describes the design and implementation of a USB Mass Storage Device (MS D) using a Secure Digital card, which should prove useful to developers of USB m ass storage solutions. This application may be used as a stand-alone MSD or as a Secure Digital/Multimedia Card (SD/MMC) reader/writer inter face.
Platform: | Size: 468992 | Author: 赵伟刚 | Hits:

[SCM99MinuteTimer

Description: TIMER.ASM ********* [ milindhp@tifrvax.tifr.res.in ] Set Processor configuration word as = 0000 0000 1010 b. a] -MCLR tied to VDD (internally). b] Code protection off. c] WDT disabled. d] Internal RC oscillator [4 MHZ]. -TIMER.ASM********* [milindhp @ tifrvax. tifr.res.in] Set Processor configuration AGREEMENT as d = 0000 0000 1010 b. a]- LR tied to VDD (inter nally). b] Code protection off. c] WDT disabled . d] Internal RC oscillator [4 MHZ].
Platform: | Size: 14336 | Author: torry | Hits:

[xml-soap-webservice2005348226736

Description: OPC XML-DA Specification,OPC TM FOUNDATION,This document is targeted at developers and is the specification of to be exposed by XML-DA servers and used by XML-DA clients.. specification is a result of an analysis and design process to develop standard interface to facilitate the development of servers and clients multiple vendors that shall inter-operate seamlessly together.-OPC XML-DA Specification, OPC TM FOUNDATION. This document is targeted at developers and is not he specification of to be exposed by XML-DA serv ers and used by XML-DA specification clients .. is a result of an analysis and design process to d evelop standard interface to facilitate the de Amazon of multiple servers and clients Etymology ors that shall inter-operate seamlessly toget her.
Platform: | Size: 1163264 | Author: lishengming | Hits:

[Process-Threadprocesscommunication

Description: 实用的进程间通讯,实现程序间循环控制,符合特定的实验,应用场合-practical inter-process communication and achieve inter-cycle control procedures, to comply with specific experiments, applications
Platform: | Size: 98304 | Author: gaozhi | Hits:

[Otherwindowsinternalsch14

Description: windows internalswin dows internalswin dows internalswindows internals-windows internalswin d ows internalswindows inter nalswindows nalswindows intern alswind ows internalswindows inter internalswindows nals
Platform: | Size: 751616 | Author: maki | Hits:

[Linux-Unixctime

Description: 在sco unix 下显示前n天或后n天日期的处理程序。 printf("功能: 时间戳与时间格式字符串的转换程序\n") printf(" -i 输入的参数为时间戳\n") printf(" -s 输入的参数为格式化时间\n") printf(" -t 输入的时间取当前系统时间\n") printf(" -x 输入的时间增加或减少的天数\n") printf(" -o 输出的时间为时间戳格式\n") printf(" -O 输出的时间为格式化时间\n") printf(" -h 帮助文件-查看[format]如何定义,例 %s -h\n",procname) printf("范例:1 取当前日期的前2天的时间显示 %s -t -x -2\n",procname) printf(" 2 取20030101的前5天的时间显示 %s -s 20030101000000 -x -5\n",procname) printf(" 3 取20031231的后5天的时间显示 %s -s 20031231000000 -x 5 -O \"%%D %%T\"\n",procname) printf(" 4 取时间戳为1089619417的时间显示 %s -i 1089619417 \n",procname) printf(" 5 取时间戳为1089619417的后4天的时间显示 %s -i 1089619417 -x 4 \n",procname) -in sco unix under the former n n days or days after the date of processing. Printf ( "function : timestamp and time format string conversion program \ n ") printf ("- i input parameters timestamp \ n ") printf ("- s input parameters for formatting time \ n ") printf ("- t input the time for the current system time \ n ") printf ("- x importation time increase or decrease the number of days \ n " ) printf ( "- o output format for timestamp \ n") printf ( "- O when output time for the inter-formatted \ n ") printf ("- h Help-View [format] definition , the cases% s-h \ n ", procname) printf (" Examples : a date from the current two days before the time displayed% s-t-2 x \ n ", procname) printf ( &q
Platform: | Size: 2048 | Author: yux | Hits:

[ARM-PowerPC-ColdFire-MIPSads_source

Description: adctest S3C44B0X内置A/D转换器应用实例; einttest S3C44B0X外部中断实例; flashtest flash读写实例; Helloworld Helloworld程序; iictest IIC接口运用实例; iotest I/O应用实例——矩阵式键盘扫描; rtctest S3C44B0X内置RTC应用实例; Timertest 定时器应用实例; uarttest UART串行口应用实例; ucos_ex1 uc/os-II运用之一:多任务; ucos_ex2 uc/os-II运用之二:任务间通讯; ucos_ex3 uc/os-II运用之三:中断服务程序;-adctest S3C44B0X built A/D converter application einttest S3C44B0X examples of external interrupt flashtest flash examples to read and write Helloworld Helloworld procedures iictest IIC interface application examples iotest I/O application examples- matrix keyboard scanning rtctest S3C44B0X within Purchase RTC application example Timertest timer application uarttest UART serial port application example ucos_ex1 uc/os-II to use one of: multi-tasking ucos_ex2 uc/os-II use two: inter-task communication ucos_ex3 uc/os-II the use of three: a break in service procedures
Platform: | Size: 1426432 | Author: 呼唤 | Hits:

[ARM-PowerPC-ColdFire-MIPSsdt_source

Description: adctest S3C44B0X内置A/D转换器应用实例; einttest S3C44B0X外部中断实例; flashtest flash读写实例; Helloworld Helloworld程序; iictest IIC接口运用实例; iotest I/O应用实例——矩阵式键盘扫描; rtctest S3C44B0X内置RTC应用实例; Timertest 定时器应用实例; uarttest UART串行口应用实例; ucos_ex1 uc/os-II运用之一:多任务; ucos_ex2 uc/os-II运用之二:任务间通讯; ucos_ex3 uc/os-II运用之三:中断服务程序;-adctest S3C44B0X built A/D converter application einttest S3C44B0X examples of external interrupt flashtest flash examples to read and write Helloworld Helloworld procedures iictest IIC interface application examples iotest I/O application examples- matrix keyboard scanning rtctest S3C44B0X within Purchase RTC application example Timertest timer application uarttest UART serial port application example ucos_ex1 uc/os-II to use one of: multi-tasking ucos_ex2 uc/os-II use two: inter-task communication ucos_ex3 uc/os-II the use of three: a break in service procedures
Platform: | Size: 740352 | Author: 呼唤 | Hits:

[Special EffectsResearchonBuildingMethodofGLCMSuitabletoWoodTextur

Description: 结合特征参数间相关性矩阵与木材纹理自身的特征, 从灰度共生矩阵的11 个特征参数中提取5 个较 独立的特征参数。利用可分性判据确定适于描述木材纹理的灰度共生矩阵构造因子取值( d=2, g=16) 。-Combination of characteristic parameters of inter-correlation matrix with the wood texture of its own features, from the gray level co-occurrence matrix of the 11 feature parameters extracted five more independent of the characteristic parameters. Separability criterion to determine the use of suitable description of the gray wood texture co-occurrence matrix structure factor values (d = 2, g = 16).
Platform: | Size: 117760 | Author: 陈平 | Hits:

[OS programDelphi_Dll_inter

Description: Delphi DLL远程注入器,用于隐藏dll,在Delphi 2009下编译通过!-Delphi DLL injector distance for the hidden dll, compiled under Delphi 2009 in the adoption!
Platform: | Size: 193536 | Author: yxf5188 | Hits:

[Graph programVQ_wavelet_LGB

Description: 实现小波3级分解 构建3维跨频带矢量 然后LBG聚类 再重构原图像-Construction of wavelet decomposition to achieve three inter-band 3-D vector and then reconstruct the original image LBG clustering
Platform: | Size: 60416 | Author: 枫叶飘零 | Hits:

[File FormatI2SBUS

Description: 数字音频总线I2S总线规范,I2S spec,三线制-Many digital audio systems are being introduced into the consumer audio market, including compact disc, digital audio tape, digital sound processors, and digital TV-sound. The digital audio signals in these systems are being processed by a number of (V)LSI ICs, such as: • A/D and D/A converters • digital signal processors • error correction for compact disc and digital recording • digital filters • digital input/output interfaces. Standardized communication structures are vital for both the equipment and the IC manufacturer, because they increase system flexibility. To this end, we have developed the inter-IC sound (I2S) bus – a serial link especially for digital audio.
Platform: | Size: 54272 | Author: theshao | Hits:
« 12 »

CodeBus www.codebus.net