ebook about PID motor control include some methode for controlling motor by PID algorithm such as:fuzzy pid,nomarl pid(nichol-ziegler pid ),digital pid...
標簽: motor controlling PID algorithm
上傳時間: 2014-12-05
上傳用戶:wangzhen1990
String int 字符串常量池 包裝類型 函數參數 值傳遞引用傳遞 的 內存分配例子——源碼 代碼段: public static void fun_ref (Ref_test ref_out){ Ref_test ref_in=new Ref_test() ref_in.s1="in" //ref_out.s1="out" ref_out=ref_in //漏洞!!ref_out 指向ref_in , //那么當函數退出后,ref_out就會自動指向原來的堆!!! System.out.println("fun_ref() ref_out.s1="+ref_out.s1) }
標簽: Ref_test fun_ref String public
上傳時間: 2013-12-27
上傳用戶:ls530720646
brew performance string
標簽: performance string brew
上傳時間: 2017-07-17
上傳用戶:tyler
一個倒車雷達的程序 使用的是AVR單片機。 在include.h文件里面定義 #define CPU_F 4 //4MHZ 定義外晶振的頻率 #define GOOD //40KHZ更準確 #define DIS150CM //若定義了,1.5M有效,沒有定義就是2.5M有效 #define DEBUG //若定義了,則是調試模式debug , 沒定義就是release模式
上傳時間: 2017-07-27
上傳用戶:caixiaoxu26
專門介紹string的書籍!很不錯!受益匪淺?。?!
上傳時間: 2014-01-12
上傳用戶:libenshu01
client socket include <sys/types.h> include <sys/socket.h> include <stdio.h> include <netinet/in.h> include <arpa/inet.h> include <unistd.h> int main() { int sockfd int len struct sockaddr_in address int result char ch = A sockfd = socket(AF_INET, SOCK_STREAM, 0) address.sin_family = AF_INET address.sin_addr.s_addr = inet_addr("127.0.0.1") address.sin_port = 9734 len = sizeof(address) result = connect(sockfd, (struct sockaddr *)&address, len) if(result == -1) { perror("oops: client") exit(1) } write(sockfd, &ch, 1) read(sockfd, &ch, 1) printf("char from server = c\n", ch) close(sockfd) exit(0) }
上傳時間: 2017-07-29
上傳用戶:wab1981
an example to create form base. it include table, panel,customize document
標簽: customize document example include
上傳時間: 2013-12-19
上傳用戶:weixiao99
購物車系統中的名牌產品類,private Integer id private String enName private String cnName private String smallPhoto private String bigPhoto private String description private Set products = new HashSet(0)
標簽: private String Integer enName
上傳時間: 2013-12-22
上傳用戶:璇珠官人
調用方法簡單,支持if else include之類的標簽, 可以包含擴展函數,整個模版文件沒有外部include和require,減少io操作, 加載三個模版變量,兩個數組變量,比smarttemplate快平均2-3毫秒. 單純加載模版文件,不設置任何變量lightemplate平均0.3毫秒左右,smarttemplate至少要1毫秒.
標簽: include require smartte else
上傳時間: 2017-08-03
上傳用戶:大融融rr
Accessing IDE Hard disk by ATmega32 microcontroller (Proteus simulation include)
標簽: microcontroller simulation Accessing Proteus
上傳時間: 2017-08-06
上傳用戶:qq1604324866