Visual C++ Windows Shell Programming Welcome to Visual C++ Windows Shell Programming! With this book, you ll learn how to program the Windows Shell, customize its behavior and integrate your applications with it. You ll discover how to use and modify its features to best effect, and the way to call shell API functions whose documentation is scant. Programming the shell isn t difficult, but few books explain the subject in its entirety.
標簽: Programming Windows Visual Shell
上傳時間: 2014-11-27
上傳用戶:zhangjinzj
Introduction Some times it is required that we build a shared library (DLL) from an m-file. M-files are functions that are written in Matlab editor and can be used from Matlab command prompt. In m-files, we employ Matlab built-in functions or toolbox functions to compute something. In my past articles, I showed you some ways to use Matlab engine (vis. API, C++ class or Matlab engine API) for employing Matlab built-in functions, but what about functions that we develop? How can we use them in VC? Is there any interface? This article shows you an idea to employ your own Matlab functions.
標簽: Introduction required M-files library
上傳時間: 2016-01-29
上傳用戶:zhoujunzhen
實現的模擬鍵盤代碼,模擬ps2協議,可以與計算機相連實現鍵盤的功能,在keil c下開發的。-89s51 achieved through keyboard simulation code, simulation ps2 agreement with the computer keyboard connected to the functions of the c Keil under development
上傳時間: 2013-12-08
上傳用戶:baiom
非常好的MATLAB-KALMAN工具包,KPMstats is a directory of miscellaneous statistics functions written by Kevin Patrick Murphy and various other people
標簽: MATLAB-KALMAN 工具包
上傳時間: 2016-02-14
上傳用戶:lnnn30
The paper presents the CORDIC Algorithm, which has been implemented as an virtual component (IP core) in a VHDL simulation environment. The core is packaged as a soft (VHDL) macro and it implements all transcenden-tal functions. Analysis of the accuracy of the algorithms implemented shows that the CORDIC functions are equivalent to the accuracy of a Pentium coprocessor.
標簽: implemented Algorithm component presents
上傳時間: 2016-02-16
上傳用戶:wcl168881111111
Title: File Transfer client and server Description: Send or recieve files of any size or type between you and a peer. Displays bytes sent or recieved, return values of send() and recv(), bitrate in KBytes/sec, and time remaining. SendFile and RecvFile functions can easily be added and used in your own code. I tested it ofcourse, a 73 mb self extracting rar archive from South Korea to Massachusetts at 96KB/s arrived fully operational.
標簽: Description Transfer recieve client
上傳時間: 2016-02-18
上傳用戶:13681659100
華東師范大學(面向對象程序設計基于C++)課程全部作業(12次)代碼,包含一個大整數類。(包含作業內容) 1 How to use VC++ & IBM Visual Age (XL) C++ 2 Pointers, Arrays and Structures 3 Operators & Statements 4 functions 5 Use of classes in STL 6 Define concrete classes 7 Data abstraction 8 Operator Overloading 9 Define integer type with arbitrary precision 10 Virtual functions 11 Templates 12 Exception handling
上傳時間: 2016-02-24
上傳用戶:baiom
利用SyncML開發客戶端程序的中間件,J2ME版本。 This library is a collection of basic utilities for: object serialization and persistence on the RMS, Logging and string manipulation. This document describes the Funambol JavaME Common API library, which purpose is giving support and providing basic functionalities to all the other components developed for the J2ME platform. These functionalities are: a persistent data storage framework, a logging framework, a framework to read different streams of byte, a thread monitoring system and a set of classes useful for data encoding and string manipulation. This library may grow in future, as new functions will be seen as common to different J2ME components.
上傳時間: 2016-03-05
上傳用戶:kr770906
This document is intended to serve as an introduction to Wavelet processing through a set of Matlab experiments. These experiments will gives an overview of three fundamental tasks in signal and image processing : signal, denoising and compression. These scripts are selfs contents (needed additional Matlab functions can be downloaded while reading the lectures). Each one of these five lectures should take between 1h and 2h in order to tests the various features of the scripts. One should copy/paste the provided code into a file names e.g. tp1.m, and launch the script directly from Matlab comand line > tp1 . Some of the scripts contains "holes" that you should try to fill on your own. I also provide the complete correction of these lectures as a set of Matlab scripts, but you should try as much as possible to avoid using them.
標簽: introduction processing document intended
上傳時間: 2016-03-22
上傳用戶:qlpqlq
8051 Web Server project See Makefile for build notes Written for Keil C51 V5.1 compiler, notes: It uses big endian order, which is the same as the network byte order, unlike x86 systems. Use OPTIMIZE(2)or higher so that automatic variables get shared // between functions, to stay within the 256 bytes idata space
標簽: notes for Makefile compiler
上傳時間: 2013-12-17
上傳用戶:ikemada