powerdesigner12.5 破解補丁,壓縮包中包含兩個文件,用法: 1、將PDflm12.rar文件解壓到PD 安裝目錄下, 2、進入PD,打開Tools -> License Parameters.. 3、選擇Standalone Seat - Local License 4、將license.rar解壓到一臨時目錄 5、導入license.lic 適用與PD12.5版本,已經試過有效,可以先到SYBASE官網下載12.5試用版,使用此補丁即可把試用版變成正式版.
標簽: powerdesigner 12.5 破解 補丁
上傳時間: 2013-12-19
上傳用戶:hfmm633
語言模型學習論文-中文 基于最大熵方法的統計語言模型.PDf 基于對話回合衰減的cache語言模型在線自適應研究.PDf 基于Web網頁語料構建動態語言模型.PDf 統計語言模型綜述.PDf
上傳時間: 2014-01-08
上傳用戶:huannan88
AVR單片機, 按鍵控制LED,PC0-3接按鍵,PD接LED
上傳時間: 2017-02-17
上傳用戶:maizezhen
這是芯睿的MK7****系列芯片的程序T0,PD 例程源代碼
上傳時間: 2017-05-23
上傳用戶:lizhen9880
仿真機器人的經典代碼,里面包含以余弦曲線且按給定的速度到定點,PD壁障到頂點,末端處理,點球大戰等等,很值得參考
上傳時間: 2017-06-22
上傳用戶:cc1015285075
This software is developed to provide ease with controller design. For PID control, options are given to design and analyse the compensated and uncompensated system. You are free to choice among Proportional PI, PD and PID mode of control. Both frequency and time domain characteristics can be observed. Special Menus are given to observe time and frequency response plots. For Statefeedback controller similar options are given. But this is limited to second order system only.
標簽: controller developed software control
上傳時間: 2017-07-25
上傳用戶:aysyzxzm
為了實現讓單片機顯示阿拉伯數字的功能,讓我們來實現最簡單的數碼管顯示: 單個數碼管的靜態驅動。 AVR單片機的端口驅動能力高達20mA,可以直接驅動數碼管。可以利用ATmeg48 單片機的PD端口剛好可以驅動數碼管的8個段。 這個實驗的目的是在單個數碼管上依次顯示0,1,2,3,4,5,6,7,8,9,A, B,C,D,E,F共16個字符,為顯示十六進制數做好技術準備。
上傳時間: 2017-09-13
上傳用戶:498732662
Matlab設計與仿真代碼:設計二自由度機械臂。控制設計:采用獨立的PD控制,能滿足機器人定點控制的要求。
上傳時間: 2016-06-27
上傳用戶:tensionjs
#include "string.h" #include "ctype.h" #include "stdio.h" search(char PD[]) {FILE *fp; int time=0,i=0,j=0,add[80],k=0,m; char *ch, str[900]; m=strlen(PD); if((fp=fopen("haha.txt","r"))==NULL) { printf("Cannot open this file\n"); exit(0); } for(;!feof(fp);i++) { str[i]=fgetc(fp); if(tolower(str[i])==tolower(PD[k])) {k++; if(k==m) if(!isalpha(i-m)&&!isalpha((str[i++]=fgetc(fp)))) { time++; add[j]=i-m+1; j++; k=0; } else k=0; } } if(time) { printf("The time is:%d\n",time); printf("The adders is:\n"); for(i=0;i
標簽: 查詢學會少年宮
上傳時間: 2016-12-29
上傳用戶:767483511
#include "string.h" #include "ctype.h" #include "stdio.h" search(char PD[]) {FILE *fp; int time=0,i=0,j=0,add[80],k=0,m; char *ch, str[900]; m=strlen(PD); if((fp=fopen("haha.txt","r"))==NULL) { printf("Cannot open this file\n"); exit(0); } for(;!feof(fp);i++) { str[i]=fgetc(fp); if(tolower(str[i])==tolower(PD[k])) {k++; if(k==m) if(!isalpha(i-m)&&!isalpha((str[i++]=fgetc(fp)))) { time++; add[j]=i-m+1; j++; k=0; } else k=0; } } if(time) { printf("The time is:%d\n",time); printf("The adders is:\n"); for(i=0;i<j;i++) printf("%5d",add[i]); if(i%5==0) printf("\n"); getch(); fclose(fp); } else printf("Sorry!Cannot find the word(^_^)"); } main() { char PD[10],choose='y'; int flag=1; while(flag) {printf("In put the word you want to seqarch:"); scanf("%s",PD); search(strlwr(PD)); printf("\nWould you want to continue?(Y/N):"); getchar(); scanf("%c",&choose); if((tolower(choose))=='n') flag=0; else flag=1; } printf("Thanks for your using!Bye-bye!\n"); getch(); }
標簽: 學生專用
上傳時間: 2016-12-29
上傳用戶:767483511