Last week I posted an article on a simple C++ template class, XYDataArray, I used in my system development tool. The main purpose of this template class is to store and sort general data types. I needed to implement the same thing in Java, since the tool I developed has a compatible Java version. I checked the Java SDK documentation before writing my own code, and found that almost everything I needed is already there, like the C++ case.
資源簡介:Last week I posted an article on a simple C++ template class, XYDataArray, I used in my system development tool. The main purpose of this template class is to store and sort general data types. I needed to implement the same thing in Java, ...
上傳時間: 2017-03-03
上傳用戶:問題問題
資源簡介:An article on the implementation of a fast C++ delegate with many advanced features.
上傳時間: 2014-01-02
上傳用戶:zhangzhenyu
資源簡介:Following is a repost of the public domain make that I posted to net.sources a couple of months ago. I have fixed a few bugs, and added some more features, and the resulting changes amounted to about as much text as the whole program (he...
上傳時間: 2015-09-01
上傳用戶:manlian
資源簡介:This document accompanies a sample co-installer that can be used in conjunction with an INF file to install additional device INF files on the target system during a device installation. The instructions herein apply to the Microsoft Window...
上傳時間: 2014-02-28
上傳用戶:gououo
資源簡介:send an input on a linux socket.
上傳時間: 2017-04-06
上傳用戶:569342831
資源簡介:send an input on a linux socket.
上傳時間: 2014-01-18
上傳用戶:wpt
資源簡介:This program sets up EVA Timer 1, EVA Timer 2, EVB Timer 3 and EVB Timer 4 to fire an interrupt on a period overflow. A count is kept each time each interrupt passes through the interrupt service routine. EVA Timer 1 has the shortest period...
上傳時間: 2013-12-25
上傳用戶:康郎
資源簡介:This program sets up EVA Timer 1, EVA Timer 2, EVB Timer 3 and EVB Timer 4 to fire an interrupt on a period overflow. A count is kept each time each interrupt passes through the interrupt service routine.
上傳時間: 2017-04-25
上傳用戶:fandeshun
資源簡介:This program sets up EVA Timer 1, EVA Timer 2, EVB Timer 3 and EVB Timer 4 to fire an interrupt on a period overflow.
上傳時間: 2013-11-28
上傳用戶:dancnc
資源簡介:% PURPOSE : Demonstrate the differences between the following % filters on a simple DBN. % % 3) Particle Filter (PF) % 4) PF with Rao Blackwellisation (RBPF)
上傳時間: 2016-01-07
上傳用戶:cjf0304
資源簡介:A simple C program to strobe the LEDsvia Port D. The strobe rate is to be set by adjusting the voltage drop over a potentiometer that is sampled by an ADC.
上傳時間: 2014-01-09
上傳用戶:lifangyuan12
資源簡介:A C++ N-grams Package 2.0 This is a simple C++ n-grams package that includes a header, the corresponding cpp file, and a sample driver program. It is a natural language processing tool for creating n-gram profiles for text documents. The d...
上傳時間: 2015-06-12
上傳用戶:wfl_yy
資源簡介:A simple and straightforeward instant messaging program written in Java for all platforms developed with ease of use and efficiency in mind
上傳時間: 2014-12-07
上傳用戶:rishian
資源簡介:G.711 is an ITU-T standard for audio companding. It is primarily used in telephony.
上傳時間: 2016-06-15
上傳用戶:jackgao
資源簡介:A simple C compiler source code.
上傳時間: 2014-01-02
上傳用戶:rocketrevenge
資源簡介:a simple c program for file splitter
上傳時間: 2014-01-13
上傳用戶:開懷常笑
資源簡介:a simple c program for analog calender
上傳時間: 2013-12-01
上傳用戶:sssl
資源簡介:Derby database can be used to connect a database offline.These plugins can be used in Eclipse to connect DB offline
上傳時間: 2014-08-17
上傳用戶:pinksun9
資源簡介:簡簡單單的C程序 hava a simple c code
上傳時間: 2017-07-12
上傳用戶:rishian
資源簡介:Suck Wrappers are a set of UNIX script files that sets up inn, an NNTP server, on a local machine so that suck can communicate with a News server supplied by an ISP . It also installs a set of wrapper scripts (based on the sample scripts pr...
上傳時間: 2015-11-07
上傳用戶:tedo811
資源簡介:This article is a very simple introduction writing a Windows Form application for the Microsoft.NET framework using C#. The sample application demonstrates how to create and layout controls on a simple form and the handling of mouse click...
上傳時間: 2015-04-09
上傳用戶:www240697738
資源簡介:This is a simple GPS tracer developed for Window Mobile 2005/2003 on Compact Framework 2.0 SDK. So first of all, you need VisualStudio 2005 and Windows Mobile CE 5 SDK. You can develop it on emulator devices or on a real device. As you can ...
上傳時間: 2016-08-11
上傳用戶:gxf2016
資源簡介:The P89LPC938 is a single-chip microcontroller, available in low cost packages, based on a high performance processor architecture that executes instructions in two to four clocks, six times the rate of standard 80C51 devices. Many system...
上傳時間: 2013-12-04
上傳用戶:遠遠ssad
資源簡介:THIS CHAPTER INTRODUCES and Java Server Pages (and then presents a simple example to display how to use in creating and provides excellent support for the Apache Struts framework, which I believe is the most popular Web framework around...
上傳時間: 2013-12-21
上傳用戶:zq70996813
資源簡介:ThreadX Library for ARM RISC microprocessor. ThreadX is a high performance RTOS that is wildly used in industrail world-wide.
上傳時間: 2014-10-26
上傳用戶:1101055045
資源簡介:This article describes a sniffer for Windows. WinSniff is an application for capturing packets on the network. It displays all the packets that are transmitted on the local network and gives detailed information about each header in the pac...
上傳時間: 2016-01-22
上傳用戶:lijianyu172
資源簡介:I ll probably write up a short article next week outlining how the ActionScript works, so people can modify it, and work with it more easily in Flex. You can download the component and source code here. There are some instructions in th...
上傳時間: 2017-04-20
上傳用戶:c12228
資源簡介:驅動開發向導 I came across an article QuickSYS which implements an NT driver framework. That article demonstrates a MFC application that gets a project name as a parameter and creates Visual C++ workspace with NT driver framework. I decide...
上傳時間: 2014-01-07
上傳用戶:2467478207
資源簡介:how to extend an OLE DB consumer template class and make it much easier to use in applications. I had also explained how you can utilize the power of C++ exception-handling feature to make your work easier, especially in error handling. It ...
上傳時間: 2014-11-26
上傳用戶:royzhangsz
資源簡介:c pgm to find redundant paths in a graph.Many fault-tolerant network algorithms rely on an underlying assumption that there are possibly distinct network paths between a source-destination pair. Given a directed graph as input, write a prog...
上傳時間: 2013-12-18
上傳用戶:jkhjkh1982