tv interface : include TFT LCD, VGA,DVI 接口描述
標(biāo)簽: interface include TFT LCD
上傳時(shí)間: 2017-04-30
上傳用戶:shinesyh
HashTable實(shí)例 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) } } }
標(biāo)簽: HashTable_msg public HashTable sum_sql
上傳時(shí)間: 2014-12-07
上傳用戶:a6697238
A Genetic Algorithm finding Strings. Enter any Word it will search this string using fitness function as target string.
標(biāo)簽: Algorithm Genetic finding Strings
上傳時(shí)間: 2017-05-06
上傳用戶:qlpqlq
include <stdio.h> /*標(biāo)準(zhǔn)輸入輸出定義*/ #include <stdlib.h> /*標(biāo)準(zhǔn)函數(shù)庫(kù)定義*/ #include <unistd.h> /*Unix標(biāo)準(zhǔn)函數(shù)定義*/ #include <sys/types.h> /**/ #include <sys/stat.h> /**/ #include <fcntl.h> /*文件控制定義*/ #include <termios.h> /*PPSIX終端控制定義*/ #include <errno.h> /*錯(cuò)誤號(hào)定義*/ #define TRUE 1 #define FALSE 0 /***@brief 設(shè)置串口通信速率 *@
標(biāo)簽: include stdlib inclu stdio
上傳時(shí)間: 2017-05-07
上傳用戶:ljt101007
uart VHDL code : include tx,rx,parity bit control
標(biāo)簽: include control parity uart
上傳時(shí)間: 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
標(biāo)簽: null-terminated Tokenize Create string
上傳時(shí)間: 2014-01-18
上傳用戶:yph853211
example of shell which include the commands about them. 謀t runs eaisly the unix.(ubuntu/pardus/suse)
標(biāo)簽: the commands example include
上傳時(shí)間: 2014-01-01
上傳用戶:cxl274287265
這兩個(gè)函數(shù) function app_path1:string function socket_rec_line1(socket1:TCustomWinSocket timeout1:integer crlf1:string=#13#10):string 實(shí)際上是我的一個(gè)公用單元中的函數(shù),大家應(yīng)該養(yǎng)成建立自己的公用單元的習(xí)慣。 socket_rec_line1函數(shù)中用了唐曉峰大俠的coolmail中的辦法:只是簡(jiǎn)單的一個(gè)一個(gè)字節(jié)收取,找到結(jié)束 標(biāo)志后就算收完一行了,大家實(shí)際應(yīng)用時(shí)可能應(yīng)該找更好的辦法。
標(biāo)簽: function TCustomWinSocket socket_rec_line app_path
上傳時(shí)間: 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.
標(biāo)簽: programmers introduces embedded include
上傳時(shí)間: 2013-12-21
上傳用戶:daoxiang126
lc72130.收音機(jī)軟件 #include "saa6588.c" #include "ba1924.c"
標(biāo)簽: include 72130 6588 1924
上傳時(shí)間: 2014-01-12
上傳用戶:hullow
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1