|
|
Numap7
Freeware for fast training, validation, and application of regression/approximation networks including the multilayer perceptron, functional link network, piecewise linear network, self organizing map and K-Means. C source for applying trained networks. Extensive help. User-supplied txt-format training data files, containing rows of numbers, can be of any size. Pruning for approximate structural risk minimization.
approximation univ of texas multilayer perceptron
|
|
|
HS Crypto C Source Library
HS Crypto is a software library in C (supplied with full source code) which offers a programmer an API to several data encryption / decryption algorithms. Table translation, XOR, MD5. HS Crypto C Source Library is licensed as demo and filed in development components, libraries section.
md5 message digest data integrity project workspace
|
|
|
Nuclass7
Freeware for fast training, validation, and application of neural and conventional classifiers including MLP, functional link net, piecewise linear net, nearest neighbor classifier, self organizing map. Extensive help. C source for trained nets. This development tools freeware Nuclass7 is categorized under pattern recognition, scientific software, miscellaneous, developement tools.
neural networks lab selection training decision lab
|
|
|
HS GSM SMS C Source Library
HS GSM SMS is a C source library that provides a PC-based user application with access to a mobile phone's Short Message Service (SMS) functionality, according to ETSI standards: GSM 07.05 (ETS 300 585) - "Use of Data Terminal Equipment - Data Circuit terminating; Equipment (DTE - DCE) interface for Short Message Service (SMS) and Cell Broadcast Service (CBS)" GSM 03.40 - "Technical Realization of Short Message Service - Point-to-Point
siemens c35i gsm sms nokia gsm
|
|
|
Readfile
This software utility calculate CRC32, Adler32, MD5 and SHA1 of fille. It allows you to test the speed of memory copy and disk transfer operations under Windows 95 and Windows NT. This is a Win32 console application. C Source included. Readfile is licensed as freeware and filed in system utilities section.
c source crc32 transfer operations
|
|
|
HS X.25 C Source Library
HS X.25 is a software library in C (supplied with full source code) which implements ITU-T recommendation X.25 - Interface between Data Terminal Equipment (DTE) and Data Circuit-terminating Equipment (DCE) for terminals operating in the packet mode and connected to public data networks by dedicated circuit. Includes HsDL (Data Link) and HsSock (Winsock interface) for X.25 over IP applications (XOT)). This development tools demo HS X.25 C Source Library is categorized under development components, libraries.
lapd abstraction dce
|
|
|
C 2 Delphi Converter
Convert C source code into Delphi/Pascal source code. The program can help you to port existing applications to another new program language. It will change the C syntax into the Pascal syntax. The program has a batch conversation function to procress mulitple files and can progress include files. After the conversation you will still have to do some changes before you can compile the program under Delphi but the time consuming part has been done
delphi pascal c source code pascal syntax
|
|
|
HS SMS DLL (GSM 07.05)
HsSmsDLL is a Windows DLL enabling applications to send, receive, read and delete SMS messages via a GSM modem attached to COM port, according to GSM 07.05, 03.40. The library includes integrated encryption AES, DES, 3DES, ARC4, CAST128, Blowfish,Twofish optionally applied to SMS text. HsSmsDll is designed for use from Visual C / C++, VB (v6 and 2003), C# .NET and other programming languages. Professional License includes full C source code. This demo is archived under development components, libraries category.
plain ascii text hex representation interface layer
|
|
|
HS COM
This development tool is a software library (with full C source code) that allows a calling user application to access serial communication ports (COM devices) under 32-bit MS Windows operating systems. It allows to transmit data, receive data and control the line. This development tools demo HS COM is categorized under development components, libraries.
line signals dtr ms windows operating systems
|
|
|
HS NMEA GPS C Source Library
HS GPS is a software library (with full C source code) which provides access to a NMEA-183 compliant GPS receiver via a serial communications port, decoding NMEA sentences: $GPGGA, $GPGSA, $GPGSV, $GPGLL, $GPRMC and $GPVTG. HS NMEA GPS C Source Library is licensed as demo and filed in development components, libraries section.
library costs c project gps library
|
|
|
HS NTP C Source Library
HS NTP is a software library in C (supplied with full source code) implements the client side of Network Time Protocol (NTP) over UDP socket layer according to RFC1769 and RFC1305. HS NTP Library allows to synchronise system time to NTP server time. Development Tools demo HS NTP C Source Library is listed in development components, libraries tools.
|
|
|
HS Compress C Source Library
HS Compress is a software library (supplied with full C source code) which provides a programmer with a lossless compression / decompression algorithm based on RLE (runtime length encoding). HS Compress C Source Library is licensed as demo and filed in development components, libraries section.
|
|
|
HS TFTP C Source Library
HS TFTP is a software library in C (supplied with full source code) which implements Trivial File Transfer Protocol (TFTP) over UDP socket layer according to RFC 1350. Support for client and server side for both file get and put are provided. This demo is archived under development components, libraries category.
|
|
|
Client/Server Comm Lib for Delphi
Delphi client/server communication component library for TCP/IP winsock sockets communicates across a network such as the internet or intranet (LAN). CSC4D allows multiple servers and clients to run simultaneously over any TCP network. This shareware is archived under development components, libraries category.
|
|
|
MarshallSoft GPS Component for Visual Basic
GPS component VB library toolkit reads and decodes standard GPS NMEA 183 sentences from the RS232 serial port, as well as computes great circle distances and bearings. Runs as a background thread unattended. Works with Visual Basic and VB.NET. MarshallSoft GPS Component for Visual Basic is licensed as shareware and filed in development components, libraries section.
|
|
|
wfNameC
Windows Filename Completion is a utility for keyboard users. It allows filenames to be completed by pressing a key. Two methods are available. One will cycle through all names; the other will display a list. These methods can be used interchangeably. This freeware is archived under keyboard utilities category.
|
|
|
HS FTP Library
HS FTP is a software library which implements the client side of the File Transfer Protocol over TCP socket layer according to RFC 959. HS FTP Library is licensed as demo and filed in development components, libraries section.
|
|
|
HS FTP Client C Source Library
HS FTP is a software library in C (supplied with full source code) which implements the client side of the File Transfer Protocol over TCP socket layer according to RFC 959. The library allows a user application to connect to remote FTP servers, traverse server directory structure and send and receive files. The HS FTP protocol module supports passive mode data connections, user / password authentication and a number of commonly used FTP commands
|
|
|
HS POP3 Library
HS POP3 is a software library in C (supplied with full source code) which implements the client side of Post Office Protocol Version 3 (POP3) over TCP socket layer according to RFC 1939. Among other features, the library supports user authentication, reception of basic internet headers and text, message deletion and statistics. HS POP3 Library incorporates the necessary state machine, transparency procedures, server response processing etc.
|
|
|
Mouse
In Java, allows you to find out where the mouse in on the screen, even when it is not over one of your apps. This has similar function to MouseInfo.getPointerInfo in Java 1.5+. This class will work in any version of Java. It uses JNI and a DLL, so it only works on Windows. You must install the nativemouse.dll somewhere on the path.
|
|
|
VizAcc C++ Formatter
VizAcc C++ Beautifier/Formatter is a source code formatter for C/C++. Great for code walk-throughs! Ansi-C compatible. Development Tools shareware VizAcc C++ Formatter is listed in source code formatter, ide tools, code tools, c++ formatter tools.
|
|
|
Hpmbcalc Hex Calculator
A programmable multiple-precision hex calculator with many utilities. With it, you can perform a lot of big number math and encryption operations, such as: square root, modular inverse; hash make; primality test; hex, dec, oct, bin conversions. Hpmbcalc Hex Calculator is licensed as shareware and filed in security, privacy encryption tools section.
|
|
|
HS XMODEM C Source Library
HS XMODEM is a software library in C (supplied with full source code) that provides a programmer with the off-the-shelf support for XMODEM protocol data transfer capability. Support for both sender and receiver are provided. Other features include 1024 block size vs 128, CRC vs checksum, configurable timers and retries. This demo is archived under development components, libraries category.
|
|
|
C to C++ Converter
Script that automatically converts a C program with one or several sources files, located in several directories, into a C++ project with classes it generates, and function and variables converted to members. C to C++ Converter is a freeware software filed under converters utilities.
|
|
|
HsCipherSDK Encryption Library
HsCipherSDK is an Encryption Library providing an API to a suite of symmetric cryptographic algorithms and digital signing functions. The library includes block and stream cipher modules: AES, 3DES, ARC4, CAST-128, Blowfish,Twofish, MD5, SHA-1. This development tools demo HsCipherSDK Encryption Library is categorized under development components, libraries.
|
|
|
C/C++ SLOC Counter
Counts C/C++ source program physical & logical lines of code. Useful for various management planning and reporting tasks, calculating quality metrics, or just to gauge your program size estimation skills. This development tools shareware C/C++ SLOC Counter is categorized under c, c++, developer tools.
|
|
|
HS POP3 Lite
This software is a software library in C (supplied with full source code) which implements the client side of Post Office Protocol Version 3 (POP3) over TCP socket layer according to RFC 1939. Development Tools demo HS POP3 Lite is listed in development components, libraries tools.
|
|
|
Text Mode
This utility provides control of various text screen settings: columns, rows, scan lines, font and font height, page and border color. The current settings can be displayed. Some settings can be made permanent via resident programs. Determine the modes of your graphics card. Change the size of windowed DOS-boxes (9X only). Utilities freeware Text Mode is listed in screen utilities tools.
|
|
|
Line Counter
This audio software is a command-line tool for software developers. It reports the total number of lines of code and comment lines in C, C++ and C# source files. The output may be redirected to a text file.
|