acpi tools for linux include acpiexec and acpixtract
標簽: acpixtract acpiexec include tools
上傳時間: 2013-12-27
上傳用戶:talenthn
tv interface : include TFT LCD, VGA,DVI 接口描述
上傳時間: 2017-04-30
上傳用戶:shinesyh
HashTable實例 public class HashTable_msg { public HashTable_msg() { String sum_sql="select mobilenum,count(*) from SJSJ_Msg where (left(in_date,6)=(select left(CONVERT(varchar(12) , getdate(), 112 ),6)))group by mobilenum" Hashtable<String,Integer> ht = new Hashtable<String,Integer>() try{ ResultSet rs= DBAccess.getInstance().select(sum_sql) while(rs!=null) { ht.put(rs.getString(1),rs.getInt(2)) rs.next() } } catch (Exception e) { Logs.printError(e) } } }
標簽: HashTable_msg public HashTable sum_sql
上傳時間: 2014-12-07
上傳用戶:a6697238
A Genetic Algorithm finding Strings. Enter any Word it will search this string using fitness function as target string.
標簽: Algorithm Genetic finding Strings
上傳時間: 2017-05-06
上傳用戶:qlpqlq
include <stdio.h> /*標準輸入輸出定義*/ #include <stdlib.h> /*標準函數庫定義*/ #include <unistd.h> /*Unix標準函數定義*/ #include <sys/types.h> /**/ #include <sys/stat.h> /**/ #include <fcntl.h> /*文件控制定義*/ #include <termios.h> /*PPSIX終端控制定義*/ #include <errno.h> /*錯誤號定義*/ #define TRUE 1 #define FALSE 0 /***@brief 設置串口通信速率 *@
標簽: include stdlib inclu stdio
上傳時間: 2017-05-07
上傳用戶:ljt101007
uart VHDL code : include tx,rx,parity bit control
標簽: include control parity uart
上傳時間: 2017-05-10
上傳用戶:開懷常笑
Learn how to: * Tokenize a null-terminated string * Create a search and replace function for strings * Implement subtraction for string objects * Use the vector, deque, and list sequence containers * Use the container adaptors stack, queue, and priority_queue * Use the map, multimap, set, and multiset associative containers * Reverse, rotate, and shuffle a sequence * Create a function object * Use binders, negators, and iterator adapters * Read and write files * Use stream iterators to handle file I/O * Use exceptions to handle I/O errors * Create custom inserters and extractors * Format date, time, and numeric data * Use facets and the localization library * Overload the [ ], ( ), and -> operators * Create an explicit constructor * And much, much more
標簽: null-terminated Tokenize Create string
上傳時間: 2014-01-18
上傳用戶:yph853211
example of shell which include the commands about them. 謀t runs eaisly the unix.(ubuntu/pardus/suse)
標簽: the commands example include
上傳時間: 2014-01-01
上傳用戶:cxl274287265
這兩個函數 function app_path1:string function socket_rec_line1(socket1:TCustomWinSocket timeout1:integer crlf1:string=#13#10):string 實際上是我的一個公用單元中的函數,大家應該養(yǎng)成建立自己的公用單元的習慣。 socket_rec_line1函數中用了唐曉峰大俠的coolmail中的辦法:只是簡單的一個一個字節(jié)收取,找到結束 標志后就算收完一行了,大家實際應用時可能應該找更好的辦法。
標簽: function TCustomWinSocket socket_rec_line app_path
上傳時間: 2014-11-28
上傳用戶:coeus
This book introduces embedded systems to C and C++ programmers. Topics include testing memory devices, writing and erasing Flash memory, verifying nonvolatile memory contents, controlling on-chip peripherals, device driver design and implementation, optimizing embedded code for size and speed, and making the most of C++ without a performance penalty.
標簽: programmers introduces embedded include
上傳時間: 2013-12-21
上傳用戶:daoxiang126