Location:
Search - P8
Search list
Description: P8.0短信源码-P8.0 SMS source
Platform: |
Size: 15451 |
Author: 温敏 |
Hits:
Description: P8.0短信源码-P8.0 SMS source
Platform: |
Size: 15360 |
Author: 温敏 |
Hits:
Description: Philip的新款单片机p89v51的PWM输出的应用示例-Philip's new microcontroller p89v51 PWM output Application Example
Platform: |
Size: 13312 |
Author: 王晓伟 |
Hits:
Description: 非常好的marvall 8686驱动源码-marvall 8686 driver source code
Platform: |
Size: 1099776 |
Author: zl |
Hits:
Description: 5402 dsp入门程序,全部通过编译,十分方便-5402 dsp entry process, all through the compiler, which is very convenient
Platform: |
Size: 5120 |
Author: gcy |
Hits:
Description: 单片机的走马灯程序,可以看看哦。挺不错的。-SCM procedures lantern, you can see Oh. Very good.
Platform: |
Size: 3072 |
Author: greeter |
Hits:
Description: 用单片机的P1和P2实现流水灯和音乐播放,具有显示歌曲曲目功能-P1 and P2 with the microcontroller to achieve water lights and music player capable of displaying song track features
Platform: |
Size: 20480 |
Author: cys |
Hits:
Description: UMTSisthethirdGeneration(3G)upgradefortheGlobal
SystemforMobilecommunications(GSM)family.Nowa-
days,UMTSisthepremier3Gwirelesstechnologythatis
gainingprominenceandisdominatingtheglobalmarket.
UMTSnetworksoff erhighcapacity however,without
substantialenhancements,UMTSisverylikelytofallvictim
ofitsownsucce-UMTSisthethirdGeneration(3G)upgradefortheGlobal
SystemforMobilecommunications(GSM)family.Nowa-
days,UMTSisthepremier3Gwirelesstechnologythatis
gainingprominenceandisdominatingtheglobalmarket.
UMTSnetworksoff erhighcapacity however,without
substantialenhancements,UMTSisverylikelytofallvictim
ofitsownsuccess
Platform: |
Size: 1335296 |
Author: lee chibesa |
Hits:
Description: 华容道游戏,用VS.net2005编写,包括源代码,可以再.net 2005环境下编译,解压后直接运行bin中的可执行文件p8.exe-Huarong game, with VS.net2005 preparation, including source code, you can be. Net 2005 environment, compile, run the bin directly after extracting the executable file p8.exe
Platform: |
Size: 28672 |
Author: shp |
Hits:
Description: Php168系统安装与源码系统,包括安装环境。-php168 code
Platform: |
Size: 26880000 |
Author: 沈来信 |
Hits:
Description: Struts新闻管理系统学习版:
8 L* ]2 ]& B0 Q- t5 a2 jStruts新闻管理系统学习版说明
" z o r. n7 g1 u9 {. [5 i& x
& f k! F y/ ]+ T1.本程序为学习struts的朋友提供一个例子。" I) w8 R9 z w( c3 ?
: ?7 y1 K) J& R! {3 a( T8 c1 a2.本程序部分实现AJAX功能,采用DWR框架。( h X+ M l, C7 X
k( ]: z( f2 v5 e* J3.程序运行环境为MYECLIPSE 5.0 + TOMACT 5.5 + ORACLE 9i7 m ]5 a+ T9 ^0 p8 B5 e9 _ l9 v( q
$ B: ` w* b k- P
4.配置说明:将lib目录下的commons-pool-1.2.jar,commons-dbcp-1.2.jar,ojdbc14.jar复制到TOMACT目录下的COMMON下的LIB目录中。
9 e, g8 n k X6 e H q$ h) K$ k- ^( \2 M
5.登陆用户名:test密码为空。-Struts News Management System Learning Edition: 8 L*] 2] & B0 Q-t5 a2 jStruts News Management System Learning Help " z o ' r. n7 g1 u9 {. [5 i & x & fk! F y /]+ T1. This process of learning struts friends provide an example. " I) w8 R9 z ' w (c3?:? 7 y1 K) J & R! {3 a (T8 c1 a2. implement AJAX functionality in this part of the program, using DWR framework. (h ' X+ M l, C7 X k (]: z (f2 v5 e* J3. running environment for MYECLIPSE 5.0+ TOMACT 5.5+ ORACLE 9i7 m' ] 5 a+ T9 ^ 0 p8 B5 e9 _ l9 v (q $ B: `w* b k-P 4. configuration instructions: The lib directory of the commons-pool-1.2.jar, commons-dbcp-1.2.jar, ojdbc14.jar copied to TOMACT directory COMMON LIB directory under. 9 e, g8 nk X6 e H q $ h) K $ k-^ (\ 2 M 5. Login Username: test password is blank.
Platform: |
Size: 4976640 |
Author: 对心锁爱 |
Hits:
Description: eplan 高级教程-[电气工程项目设计管理].TLF-SOFT-EPLAN.Electric.P8.v1.9.5.3231.MULTiLANGUAGE.ISO-iND-eplan Advanced Tutorial- [Electrical engineering project design and management]. TLF-SOFT-EPLAN.Electric.P8.v1.9.5.3231.MULTiLANGUAGE.ISO-iND
Platform: |
Size: 3017728 |
Author: daihongjun |
Hits:
Description:
设RQ分为RQ1和RQ2,RQ1采用轮转法,时间q=7.
RQ1>RQ2,RQ2采用短进程优先调度算法。
测试数据如下:RQ1: P1-P5, RQ2: P6-P10
进程 P1 P2 P3 P4 P5 P6 P7 P8 P9 P10
运行时间 16 11 14 13 15 21 18 10 7 14
已等待时间 6 5 4 3 2 1 2 3 4 5
实现描述:
typedef struct tag_pcb
{ char name[8]
int need //须运行的时间
int turn //周转时间
struct tag_pcb *next
} PCB
PCB * RQ1,*RQ2
int clock=0 //时钟
main ( )
{ 输入RQ1;
输入RQ2;(最好从文件读入)
while(RQ1!=NULL)
Platform: |
Size: 1024 |
Author: fairybroken |
Hits:
Description: 血管重建引出的图像数字水印,小波分析在数字水印中的应用-Revascularization leads to image watermarking, wavelet analysis in digital watermarking
Platform: |
Size: 197632 |
Author: 老高 |
Hits:
Description: PIPE LINE VERILOG PROJECT
Platform: |
Size: 121856 |
Author: rahim |
Hits:
Description: Disaster Recovery and Backup Solutions for IBM FileNet P8 Version 4.5.1 Systems
Platform: |
Size: 3143680 |
Author: Bup Be Chanh |
Hits:
Description: eplan p1.9破解狗,欢迎使用,测试成功-the eplan p1.9 cracking dogs are welcome to use tested successfully
Platform: |
Size: 2613248 |
Author: da |
Hits:
Description: php1684.0门户系统多城市破解版 -php168 system last menhu sdgfds
Platform: |
Size: 1667072 |
Author: 彬彬 |
Hits:
Description: 采用EPLAN P8绘制的关于450KW的三相异步电机启动原理图-Using EPLAN P8 drawn on 450KW three-phase asynchronous motor starter schematic diagram
Platform: |
Size: 40960 |
Author: dujing |
Hits:
Description: win10 32位64位Eplan Electric P8 2.4全系授权安装教程。(win10 Eplan Electric P8 2.4 Crack.)
Platform: |
Size: 26157056 |
Author: shenjing2737 |
Hits: