CTConnect using MAP-D to connect
資源簡(jiǎn)介:CTconnect using MAP-D to connect
上傳時(shí)間: 2013-12-19
上傳用戶:baiom
資源簡(jiǎn)介:CTconnect using AES to connect CTI
上傳時(shí)間: 2017-07-10
上傳用戶:stvnash
資源簡(jiǎn)介:SQLServerPopulator is the Demo which using the class of DriverManagerconnectionProvider to connect DB2 /SQLServer and call the related SQL.
上傳時(shí)間: 2013-12-25
上傳用戶:xz85592677
資源簡(jiǎn)介:Many programs today suffer from the fact that their users have to connect using IP addresses. This is impossible for dialup users, whose IPs change all the time, and painful for LAN users who don t know their IP addresses or whose addresses...
上傳時(shí)間: 2013-12-05
上傳用戶:CHENKAI
資源簡(jiǎn)介:DB2Populator is the Demo which using the class of DriverManagerconnectionProvider to connect DB2 /SQLServer and call the related SQL.
上傳時(shí)間: 2015-11-24
上傳用戶:xuanjie
資源簡(jiǎn)介:using java jdbc-odbce brige to connect SQL2
上傳時(shí)間: 2014-01-17
上傳用戶:zhaiyanzhong
資源簡(jiǎn)介:This is an example application that shows how to connect connect two iPhone devices using Bonjour wirelessly to transmit information.
上傳時(shí)間: 2017-03-07
上傳用戶:fandeshun
資源簡(jiǎn)介:Document describing how to connect to database using JDBC in JAVA.
上傳時(shí)間: 2017-07-05
上傳用戶:lanhuaying
資源簡(jiǎn)介:AFD - Advanced Filter Design using MATLABMiroslav D. Lutovac, Dejan V. Tosicversion 1.00 released 15 October 1999This program is freeware.Unpack with path names, for exampleDOS: pkunzip -d afdunix: unzip -L afdAfter unpacking afd.zip, and r...
上傳時(shí)間: 2015-03-21
上傳用戶:er1219
資源簡(jiǎn)介:The Java(tm) Telnet Applet is a fully featured telnet/SSH program that allows users to connect and login to remote hosts via the Internet or an Intranet using only their WWW Browser. It includes not only telnet-compliant connection services...
上傳時(shí)間: 2013-12-17
上傳用戶:love1314
資源簡(jiǎn)介:8051 Absolute Encoder Positioner How to connect and drive absolute position encoder with SSI serial interface. The encoder has been made by Siemens (6FX2001-5FS12). Archive contains: 1) schematic, 2) source in C and Assembler
上傳時(shí)間: 2015-01-13
上傳用戶:6546544
資源簡(jiǎn)介:Complete video store application in C++ using linked lists to store data in files. it keeps track of videos and customers and have many checks and options.
上傳時(shí)間: 2014-06-20
上傳用戶:zhoujunzhen
資源簡(jiǎn)介:using Genetic Algorithm to solve the 8 Queens problem.
上傳時(shí)間: 2014-11-28
上傳用戶:yd19890720
資源簡(jiǎn)介:Robotics - using Your PDA to Control Your Robot,一本很好的PDA控制機(jī)器人的好書
上傳時(shí)間: 2015-06-20
上傳用戶:皇族傳媒
資源簡(jiǎn)介:This program is using Genetic Algorithm to solve the Travlling Salesman Problem. It gives the best path route within a specified time. usage: java Evolver <seconds> <city file> <config file> Author: Liu Yang
上傳時(shí)間: 2013-12-06
上傳用戶:nanfeicui
資源簡(jiǎn)介:This the code using PIC MCU to control
上傳時(shí)間: 2015-07-18
上傳用戶:caixiaoxu26
資源簡(jiǎn)介:A Java package (library/API) to connect and use the Yahoo Instant Messager and Chat protocols (YMSG), in a reasonably coder-friendly and abstract way. Although methods the API exposes are closely matched to Yahoo IM features, the API attemp...
上傳時(shí)間: 2015-09-14
上傳用戶:zhaiyanzhong
資源簡(jiǎn)介:This program demonstrates using watchdog timers to invoke deadline handlers. CoordinatorTask sends data to the organizer. OrganizerTask receives data from the coordinatorTask, and resets the coordinatorTask when no data is sent...
上傳時(shí)間: 2015-09-21
上傳用戶:大融融rr
資源簡(jiǎn)介:using mscomm controller to develop a function of serial communication in delphi language
上傳時(shí)間: 2015-10-21
上傳用戶:變形金剛
資源簡(jiǎn)介:this program tell you how to connect ps2 to a mcu(for example at89s51)
上傳時(shí)間: 2013-12-13
上傳用戶:gut1234567
資源簡(jiǎn)介:This code was used to produce simulation results described in: using Directional Antennas to Prevent Wormhole Attacks Lingxuan Hu and David Evans. Network and Distributed System Security Symposium, San Diego, 5-6 February 2004.
上傳時(shí)間: 2014-12-06
上傳用戶:xieguodong1234
資源簡(jiǎn)介:introduce how to connect nand flash to ep9315
上傳時(shí)間: 2014-01-04
上傳用戶:zhengzg
資源簡(jiǎn)介:Alter among different sample channels when using A/D for dspic programming.
上傳時(shí)間: 2016-02-03
上傳用戶:kytqcool
資源簡(jiǎn)介:1. using power method to find the eigenvalue with maximum modulus and its eigenvector for the following matrixes
上傳時(shí)間: 2014-01-05
上傳用戶:kytqcool
資源簡(jiǎn)介:2. using QR factorization to find all of the eigenvalues and eigenvectors for the following matrix
上傳時(shí)間: 2014-01-14
上傳用戶:cuiyashuo
資源簡(jiǎn)介:using Gaussian elimination to solve linear equations.
上傳時(shí)間: 2013-12-18
上傳用戶:shus521
資源簡(jiǎn)介:using Gaussian elimination to solve linear equations. // In this version, we allow matrix of any size. This is done by treating // the name of a 2-dimensional array as pointer to the beginning of the // array. This makes use of the fact ...
上傳時(shí)間: 2016-02-14
上傳用戶:hxy200501
資源簡(jiǎn)介:using 3 methods to integrate the function f(x) = 1/(1+x*x)
上傳時(shí)間: 2014-01-06
上傳用戶:yyyyyyyyyy
資源簡(jiǎn)介:using greedy trategy to solve the problem of multiOptimalServe.this code runs in vc 6.0.
上傳時(shí)間: 2013-12-05
上傳用戶:腳趾頭
資源簡(jiǎn)介:using greedy tratage to solve the problem of Number Delete.
上傳時(shí)間: 2014-01-03
上傳用戶:dongqiangqiang