This companion disc contains the source code for the sample programs presented in INSIDE VISUAL C++ 5.0, as well as pre- compiled copies of the programs. To copy all of the sample code onto your hard disk, run the SETUP.EXE program and follow the instructions that appear on the screen. The sample code requires about 10 MB of hard disk space.
標(biāo)簽: companion the presented contains
上傳時(shí)間: 2015-05-09
上傳用戶:mhp0114
倉(cāng)庫(kù)管理軟件:以Excel為操作界面,Access為數(shù)據(jù)庫(kù)是打造辦公自動(dòng)化的完美結(jié)合 使用說(shuō)明: 1 運(yùn)行環(huán)境:只要安裝windows 和 Office 2000即可運(yùn)行 2 雙擊"Setup.exe"安裝完程序后,執(zhí)行"快好評(píng)軟件注冊(cè)器"注冊(cè)后才能使用. 3 用戶名:系統(tǒng)管理員 密 碼:1 4 進(jìn)入Excel程序后,會(huì)出現(xiàn)一條我們開發(fā)的操作工具欄: 工具欄內(nèi)容為:【辦理事務(wù)(進(jìn)倉(cāng)/出倉(cāng)-報(bào)表中心-貨品信息-用戶信息-人員信息-系統(tǒng)功能-幫助】共七項(xiàng).
標(biāo)簽: windows Access Office Excel
上傳時(shí)間: 2013-12-10
上傳用戶:woshiayin
在三次樣條中,要尋找三次多項(xiàng)式,以逼近每對(duì)數(shù)據(jù)點(diǎn)間的曲線。在樣條術(shù)語(yǔ)中,這些數(shù)據(jù)點(diǎn)稱之為斷點(diǎn)。因?yàn)?,兩點(diǎn)只能決定一條直線,而在兩點(diǎn)間的曲線可用無(wú)限多的三次多項(xiàng)式近似。因此,為使結(jié)果具有唯一性。在三次樣條中,增加了三次多項(xiàng)式的約束條件。通過(guò)限定每個(gè)三次多項(xiàng)式的一階和二階導(dǎo)數(shù),使其在斷點(diǎn)處相等,就可以較好地確定所有內(nèi)部三次多項(xiàng)式。此外,近似多項(xiàng)式通過(guò)這些斷點(diǎn)的斜率和曲率是連續(xù)的。然而,第一個(gè)和最后一個(gè)三次多項(xiàng)式在第一個(gè)和最后一個(gè)斷點(diǎn)以外,沒(méi)有伴隨多項(xiàng)式。因此必須通過(guò)其它方法確定其余的約束。最常用的方法,也是函數(shù)spline所采用的方法,就是采用非扭結(jié)(not-a-knot)條件。這個(gè)條件強(qiáng)迫第一個(gè)和第二個(gè)三次多項(xiàng)式的三階導(dǎo)數(shù)相等。對(duì)最后一個(gè)和倒數(shù)第二個(gè)三次多項(xiàng)式也做同樣地處理。
標(biāo)簽: 三次樣條
上傳時(shí)間: 2015-05-12
上傳用戶:bcjtao
RFC1661 PPP協(xié)議 (RFC1661 The Point-to-Point Protocol (PPP)) 本備忘錄狀態(tài) This memo provides information for the Internet community. It does not specify an Internet standard of any kind. Distribution of this memo is unlimited.
標(biāo)簽: 1661 Point-to-Point informatio RFC
上傳時(shí)間: 2014-12-07
上傳用戶:569342831
The LT® 1529/LT1529-3.3/LT1529-5 are 3A low dropout regulators with micropower quiescent current and shutdown. The devices are capable of supplying 3A of output current with a dropout voltage of 0.6V. Designed for use in battery-powered systems, the low quiescent current, 50mA operating and 16mA in shutdown, make them an ideal choice. The quiescent current is well controlled it does not rise in dropout as it does with many other low dropout PNP regulators.
標(biāo)簽: 1529 micropower regulators quiescent
上傳時(shí)間: 2013-12-17
上傳用戶:qiao8960
The module LSQ is for unconstrained linear least-squares fitting. It is based upon Applied Statistics algorithm AS 274 (see comments at the start of the module). A planar-rotation algorithm is used to update the QR- factorization. This makes it suitable for updating regressions as more data become available. The module contains a test for singularities which is simpler and quicker than calculating the singular-value decomposition. An important feature of the algorithm is that it does not square the condition number. The matrix X X is not formed. Hence it is suitable for ill- conditioned problems, such as fitting polynomials. By taking advantage of the MODULE facility, it has been possible to remove many of the arguments to routines. Apart from the new function VARPRD, and a back-substitution routine BKSUB2 which it calls, the routines behave as in AS 274.
標(biāo)簽: least-squares unconstrained Statisti Applied
上傳時(shí)間: 2015-05-14
上傳用戶:aig85
I. Introduction This code exploits a previously undisclosed vulnerability in the bit string decoding code in the Microsoft ASN.1 library. This vulnerability is not related to the bit string vulnerability described in eEye advisory AD20040210-2. Both vulnerabilities were fixed in the MS04-007 patch. II. Screenshots $ ./kill-bill.pl . kill-bill : Microsoft ASN.1 remote exploit for CAN-2003-0818 (MS04-007) by Solar Eclipse <solareclipse@phreedom.org> Usage: kill-bill -p <port> -s <service> host Services: iis IIS HTTP server (port 80) iis-ssl IIS HTTP server with SSL (port 443) exchange Microsoft Exchange SMTP server (port 25) smb-nbt SMB over NetBIOS (port 139) smb SMB (port 445) If a service is running on its default port you don t have to specify both the service and the port. Examples: kill-bill -s iis 192.168.0.1 kill-bill -p 80 192.168.0.1 kill-bill -p 1234 -s smb 192.168.0.1
標(biāo)簽: I. vulnerability Introduction undisclosed
上傳時(shí)間: 2015-05-15
上傳用戶:xhz1993
ARM下 Implement matrix multiplication of 2 square matrices, with data read from an input file and printed both to the console and to an output file. • Assume a file with correct data (no garbage, characters, etc.). • you must check and provide appropriate execution for 2 extra cases, namely when the matrix size given is either “0” , or when the size is greater than the maximum handled of “5” . In these 2 cases you must implement the following behaviour: o If size = 0, then print a message “Size = 0 is unacceptable” and continue by reading the next size for the next 2 matrices (if not end of file). o If size >5, then print two messages: “Size is too big - unacceptable”. Then read and discard the next (size2 ) integers and continue by reading the next size for the next 2 matrices (if not end of file).
標(biāo)簽: multiplication Implement matrices matrix
上傳時(shí)間: 2014-08-30
上傳用戶:dsgkjgkjg
abel Tool Sample Requires: Visual Basic 6 and MapObjects 2.x Data: redlands.shp (Redlands sample data set from MO 2.x) Interactive Labeling Tool If the check box is checked, then the mouse down location will search for the closest line, and label it with the street name. If the check box is not checked, then the mouse down will turn into a pan/zoom tool. There is a slider bar to control the search tolerance in screen pixels for the labeling.
標(biāo)簽: MapObjects Requires Redlands redlands
上傳時(shí)間: 2013-12-17
上傳用戶:sunjet
從dos下裝載內(nèi)核,運(yùn)行。AA為工具軟件,它在當(dāng)前目錄下讀取Image文件,去掉前面的bootsect和setup程序,僅剩下內(nèi)核 main.c和loader.asm為主程序文件。
上傳時(shí)間: 2013-11-29
上傳用戶:lingzhichao
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1