亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

Alter

  • 遠程抄表系統的客戶端程序 安徽六安項目-客戶端程序 0 開發環境 Delphi 7.0 所需控件 mxOutlookBar 數 據 庫 Sybase 11.5 1 04-12-

    遠程抄表系統的客戶端程序 安徽六安項目-客戶端程序 0 開發環境 Delphi 7.0 所需控件 mxOutlookBar 數 據 庫 Sybase 11.5 1 04-12-17 根據安徽六安項目需求開發。 2 04-12-31 基本功能模塊定義完畢。 05-01-10 開發基本完畢。 3 05-3月下旬 六安現場調試、測試、試運行、正式運行。 4 05-07-19 更改可以遠方調試DSP參數,新增加 50 - 59號指令。 更改數據庫結構 Alter table tx_BianTai add fd_DspMaxU decimal(6,2) null, fd_DspMinU decimal(6,2) null, fd_DspMaxT decimal(6,2) null, fd_DspMinT decimal(6,2) null, fd_DspMaxXB decimal(6,2) null, fd_DspTQTime decimal(6,2) null, //投切間隔 fd_DspLQTime decimal(6,2) null //冷卻時間 更改一些小細節,比如:密碼驗證模塊等等。 5 05-07-19

    標簽: mxOutlookBar Delphi Sybase 11.5

    上傳時間: 2016-12-31

    上傳用戶:kbnswdifs

  • There are three ways of specifying an immediate dump Immediate dumps can be specified using the AL

    There are three ways of specifying an immediate dump Immediate dumps can be specified using the Alter SESSION command Alter SESSION SET EVENTS immediate trace name dump level level Immediate dumps can be specified in ORADEBUG ORADEBUG DUMP dump level

    標簽: specifying Immediate immediate specified

    上傳時間: 2014-01-17

    上傳用戶:mpquest

  • simple ATM [Automatic Teller Machine] system the basic functions Login including write-offs, inquiri

    simple ATM [Automatic Teller Machine] system the basic functions Login including write-offs, inquiries, deposits, withdrawals and Alter the code. Simulation of ATM terminal users logged in, their account numbers and passwords through the ATM network to transmit to the server, ATM database server based on the information to confirm the account number and password is correct, the results back to the ATM terminal. If the correct account number and password, the ATM into the next terminal interface Otherwise prompt mistakes. Cancellation notice for the operation of the server ATM transactions concluded inquiries, deposits, withdrawals and Alter the code operations are first sent an order to ATM servers, ATM by the database server implementation of the corresponding operation and operating res

    標簽: write-offs Automatic functions including

    上傳時間: 2014-01-20

    上傳用戶:semi1981

  • In engineering, compensation is planning for side effects or other unintended issues in a design. Th

    In engineering, compensation is planning for side effects or other unintended issues in a design. The design of an invention can itself also be to compensate for some other existing issue or exception. One example is in a voltage-controlled crystal oscillator (VCXO), which is normally affected not only by voltage, but to a lesser extent by temperature. A temperature-compensated version (a TCVCXO) is designed so that heat buildup within the enclosure of a transmitter or other such device will not Alter the piezoelectric effect, thereby causing frequency drift. Another example is motion compensation on digital cameras and video cameras, which keep a picture steady and not blurry.

    標簽: compensation engineering unintended planning

    上傳時間: 2013-12-11

    上傳用戶:z754970244

  • pci pci轉local bus總線的應用

    pci pci轉local bus總線的應用,使用IPcore Alter器件

    標簽: pci local bus 總線

    上傳時間: 2013-12-28

    上傳用戶:二驅蚊器

  • 學生成績管理

    #include<stdio.h> #include<windows.h> int xuanxiang; int studentcount; int banjihao[100]; int xueqihao[100][10]; char xm[100][100]; int xuehao[100][10]; int score[100][3]; int yuwen; int shuxue[000]; int yingyu[100]; int c[100]; int p; char x[1000][100]="",y[100][100]="";/*x學院 y專業 z班級*/  int z[100];  main() { void input(); void inputsc(); void Alter(); void scbybannji(); printf("--------學生成績管理-----\n"); printf("請按相應數字鍵來實現相應功能\n"); printf("1.錄入學生信息   2.錄入學生成績       3.修改學生成績\n"); printf("4.查詢學生成績   5.不及格科目及名單   6.按班級輸出學生成績單\n"); printf("請輸入你要實現的功能所對應的數字:"); scanf("%d",&xuanxiang); system("cls"); getchar(); switch (xuanxiang) { case 1:input(); case 2:inputsc(); case 3:Alter(); /*case 4:select score(); case 5:bujigekemujimingdan();*/ case 6:scbybanji; } } void input() { int i; printf("請輸入你的學院名稱:"); gets(x); printf("請輸入你的專業名稱:"); gets(y); printf("請輸入你的班級號:"); scanf("%d",&z); printf("請輸入你們一個班有幾個人:"); scanf("%d",&p); system("cls"); for(i=0;i<p;i++) { printf("請輸入第%d個學生的學號:",i+1); scanf("%d",xuehao[i]); getchar(); printf("請輸入第%d個學生的姓名:",i+1); gets(xm[i]); system("cls"); } printf("您已經錄入完畢您的班級所有學生的信息!\n"); printf("您的班級為%s%s%s\n",x,y,z); /*Alter(p);*/ } void inputsc() { int i; for(i=0;i<p;i++) { printf("\n"); printf("--------------------------------------------------------------------------------\n\n"); printf("\t\t\t\t錄入學生的成績\n\n\n"); printf("--------------------------------------------------------------------------------\n\n"); printf("\t\t\t\t%s\n",xm[i]); printf("\n"); printf("\t\t\t\t數學:"); scanf("%d",&shuxue[i]); printf("\n"); getchar(); printf("\t\t\t\t英語:"); scanf("%d",&yingyu[i]); printf("\n"); getchar(); printf("\t\t\t\tc語言:"); scanf("%d",&c[i]); system("cls"); } } void Alter() { int i;/*循環變量*/ int m[10000];/*要查詢的學號*/ int b;/*修改后的成績*/ char kemu[20]=""; printf("請輸入你要修改的學生的學號"); scanf("%d",&m); for (i=0;i<p;i++) { if (m==xuehao[i]) { printf("%s的數學成績為%d,英語成績為%d,c語言成績為%d,xm[i],shuxue[i],yingyu[i],c[i]");  printf("請輸入你想修改的科目");} } gets(kemu); getchar(); if (kemu=="數學"); { scanf("%d",&b); shuxue[i]=b;} if (kemu=="英語"); { scanf("%d",&b); yingyu[i]=b;} if (kemu=="c語言"); { scanf("%d",&b); c[i]=b; } printf("%s的數學成績為%d,英語成績為%d,c語言成績為%d,xm[i],shuxue[i],yingyu[i],c[i]"); } void scbybannji() { int i; char zyname[20]; int bjnumber; printf("請輸入你的專業名稱"); scanf("%s",&zyname); printf("請輸入你的班級號"); scanf("%d",&bjnumber); for (i=0;i<p;i++) { if (zyname==y[i]); if (bjnumber==z[i]); printf("專業名稱%s班級號%d數學成績%d英語成績%dc語言成績%d,y[i],z[i],shuxue[i],yingyu[i],c[i]"); } }

    標簽: c語言

    上傳時間: 2018-06-08

    上傳用戶:2369043090

  • Multiple-Input+Multiple-Output+Channel+Models

    Many wireless communications channels consist of multiple signal paths from the transmitter to receiver. This multiplicity of paths leads to a phenomenon known as multipath fading. The multiple paths are caused by the presence of objects in the physical environment that, through the mechanisms of propagation, Alter the path of radiated energy. These objects are referred to as scatterers. In the past, researchers often looked at ways to mitigate multipath scattering, such as in diversity systems. Multiple-input, multiple-output (MIMO) systems, on the other hand, use multipath diversity to their advantage; a MIMO system has the ability to translate increased spatial diversity into increased channel capacity. 

    標簽: Multiple-Output Multiple-Input Channel Models

    上傳時間: 2020-05-31

    上傳用戶:shancjb

  • Service+Robotics+within+the+Digital+Home

    Over the past few decades there has been an exponential growth in service robots and smart home technologies, which has led to the development of exciting new products in our daily lives. Service robots can be used to provide domestic aid for the elderly and disabled, serving various functions ranging from cleaning to enter- tainment. Service robots are divided by functions, such as personal robots, field robots, security robots, healthcare robots, medical robots, rehabilitation robots and entertainment robots. A smart home appears “intelligent” because its embedded computers can monitor so many aspects of the daily lives of householders. For example, the refrigerator may be able to monitor its contents, suggest healthy Alter- natives and order groceries. Also, the smart home system may be able to clean the house and water the plants.

    標簽: Robotics Service Digital within Home the

    上傳時間: 2020-06-06

    上傳用戶:shancjb

  • VIP專區-嵌入式/單片機編程源碼精選合集系列(73)

    VIP專區-嵌入式/單片機編程源碼精選合集系列(73)資源包含以下內容:1. 定標電壓表程序.2. 電路原理圖 電路原理圖 電路原理圖 電路原理圖.3. 紅外線檢測模塊.4. 一本老師推薦的經典的VHDL覆蓋基礎的入門書籍.5. 一本有關FPGA設計的經驗的匯總.6. 下載的一些重要的電子設計文檔.7. 搜集過來的相關cpld 的書籍 比較經典的幾篇文章.8. 2410原理圖1 2410原理圖1 2410原理圖1 2410原理圖1.9. CH452驅動程序.10. s3c2440開發板的wince源代碼完全無需修改應用在開發板上.11. s3c2440開發板的usb驅動程序經過測試完全適用.12. NIOSII的7個c語言源碼.13. cheertek952原理圖和PCB圖跟BOM清單.14. 簡單的m序列產生辦法(存儲m序列.15. 一種任意方波信號的產生方法.16. cpld 與8051的總線接口VHDL源碼 非常好用 試過的.17. Altera的ip核.18. Altera的ip核.19. Altera的ip核.20. 控制器為NT7532的LCD-cgg128064M02顯示屏的示例程序.21. 壓縮包中含有DS10B20,JM12864液晶模塊的資料,以及DS18B201有LCD顯示溫度的2個KEIL C程序.和電路原理圖..22. TI公司的zigbee的文檔說明.23. 單總線和i2c總線結合實現數字溫度計的程序.24. IC卡身份識別開關的程序.25. 步進電機控制的程序.26. U盤電路原理圖.27. LINUX44B0I2C驅動驗證過 現在可以用 是中斷方式的驅動.28. Atmel算法(pid)-步進電機驅動源碼 HOWTO,不好用你找我,絕對ok!.29. 12bitAD-ThermocoupleSensorIC max6675(工業級標準) 不好用你找我.30. U盤和MP3上用的Fat文件系統源碼.31. 精確定時+中斷+進制轉換+移位+LED顯示+按關鍵加速+EEPROM 存儲測試.32. CY7C63722的全部設計資料.33. Cygnal 8051F000 I2C Example Program.34. 一些常用串口的例子.35. PS2Key.c鍵盤掃描+液晶1602顯示.36. 很好的51顯示程序!做為一個人機對話,HAO.37. 完整的Linux 設備驅動第3版.38. 232同485轉換的原理圖.39. c51 單片紅外通信 c51 單片紅外通信.40. Alter的CPLD/FPGA配置芯片的手冊.

    標簽: 機械系統 動態分析

    上傳時間: 2013-07-22

    上傳用戶:eeworm

主站蜘蛛池模板: 白玉县| 灵璧县| 济南市| 库尔勒市| 神农架林区| 绥化市| 吉隆县| 乌审旗| 昆山市| 祁东县| 武山县| 勃利县| 新竹市| 措美县| 监利县| 井陉县| 丽江市| 崇明县| 渝中区| 大田县| 滦南县| 北票市| 监利县| 绍兴县| 信宜市| 吴旗县| 合作市| 独山县| 普安县| 葫芦岛市| 保靖县| 家居| 广宗县| 阆中市| 怀化市| 清水县| 阜新市| 茶陵县| 梓潼县| 孟村| 乌兰浩特市|