it s a Menagement System of salary,the codes contain the instruction for the design,and it is rutining on visual c++ and sql. please download it.
標簽: the instruction Menagement contain
上傳時間: 2013-12-09
上傳用戶:lili123
Expert C Programming: Deep C Secrets By Peter van der Linden. Have you ever noticed that there are plenty of C books with suggestive names like C Traps and Pitfalls, or The C Puzzle Book, or Obfuscated C and Other Mysteries, but other programming languages don t have books like that? There s a very good reason for this!
標簽: Programming Secrets noticed Expert
上傳時間: 2013-12-12
上傳用戶:wqxstar
炸彈超人游戲c語言簡板 ,兩個人碗的,A控制WASD空格,B控制光標鍵和回車 命數,關的風格自己在文件頭自己搞定;可以吃的道具由種分別加威力和雷數(最多8個)--簡單的16色游戲。
標簽: c語言
上傳時間: 2016-04-27
上傳用戶:lhw888
Libvirt是一套在linux上用C編寫的虛擬化操作工具接口。其目的是提供一個穩定的支持Xen,QEME和KVM虛擬化平臺的C(也支持Python) API Libvirt is a C toolkit to interact with the virtualization capabilities of recent versions of Linux (and other OSes).The library aim at providing long term stable C API initially for the Xen paravirtualization but should be able to integrate other virtualization mechanisms, it currently also support QEmu and KVM.
上傳時間: 2016-05-02
上傳用戶:Altman
Implement the following integer methods: a) Method celsius returns the Celsius equivalent of a Fahrenheit calculation celsius = 5.0 / 9.0 * ( fahrenheit - 32 ) b) Method fahrenheit returns the Fahrenheit equivalent of a Celsius the calculation fahrenheit = 9.0 / 5.0 * celsius + 32 c) Use the methods from parts (a) and (b) to write an application either to enter a Fahrenheit temperature and display the Celsius or to enter a Celsius temperature and display the Fahrenheit equivalent.
標簽: equivalent Implement the following
上傳時間: 2014-01-19
上傳用戶:jackgao
A simple smtp relay server. Which follows smtp protocol correctly. It receive an email. and relay it out to an email server specified by users. Platform: unix, linux, windows. compilation command: g++ smtpr.c -lsocket -lnsl -o smtpr usage: smtpr <port number> (<relay server>)
標簽: relay smtp correctly protocol
上傳時間: 2014-01-01
上傳用戶:jhksyghr
aiNet application is a very powerful and a very simple tool for solving the problems which are usually solved with artificial neural networks (ANN). All possible tests we had run proved that the results obtained with aiNet are at least as good as the results obtained with some other ANNs. Let us state some of aiNet抯 features. (c) aiNet 1995-1997
標簽: very application powerful problems
上傳時間: 2014-01-16
上傳用戶:wang5829
Exuberant Ctags is a multilanguage reimplementation of the much-underused ctags(1) program and is intended to be the mother of all ctags programs. It generates indexes of source code definitions which are used by a number of editors and tools. The motivation which drove the development of Exuberant Ctags was the need for a ctags program which supported generation of tags for all possible C language constructs (which no other ctags offers), and because most were easily fooled by a number of preprocessor contructs.
標簽: reimplementation much-underused multilanguage Exuberant
上傳時間: 2016-05-18
上傳用戶:小寶愛考拉
除法器的設計本文所采用的除法原理是:對于八位無符號被除數A,先對A轉換成高八位是0低八位是A的數C,在時鐘脈沖的每個上升沿C 向左移動一位,最后一位補零,同時判斷C的高八位是否大于除數B,如是則C的高八位減去B,同時進行移位操作,將C的第二位置1。否則,繼續移位操作。經過八個周期后,所得到的C的高八位為余數,第八位為商。從圖(1)可清楚地看出此除法器的工作原理。此除法器主要包括比較器、減法器、移位器、控制器等模塊。
上傳時間: 2014-11-23
上傳用戶:皇族傳媒
本書介紹了在Microsoft Windows 98、Microsoft Windows NT 4.0和Windows NT 5.0下程序寫作的方法。這些程序用C語言編寫并使用原始的Windows Application Programming Interface(API)。如在本章稍后所討論的,這不是寫作Windows程序的唯一方法。然而,無論最終您使用什么方式寫作程序,了解Windows API都是非常重要的。
上傳時間: 2014-12-04
上傳用戶:wys0120