此 CHM 文檔的內容均為 CSDN 眾網友共同收集而來,由網友們于 2004 年 3 月 7 日在 www.csdn.net 網站 VC/MFC 版的非技術類論壇上正式提出整理工作的倡議,經王國凡同志(sgnaw 李逍遙)整理而成,以供大家工作學習參考之用。 我自認為是一個比較熱心的人,經常幫助同學同事們解決 IT 方面的問題,有時也逛逛 CSDN。我在武漢出身,也在武漢工作三年了,希望將來能為 IT 業的發展作出貢獻。整理工作雖然辛苦,但也快樂,錯漏之處再所難免,如有建議或意見請聯系 sgnaw@163.com
上傳時間: 2013-12-19
上傳用戶:變形金剛
用PHP編寫的表達式計算器,是用的編譯的知識實現的,并非使用eval()函數實現。 功能強大,可以做所有的數值計算,代數計算還不能實現。 1。可以計算形如“-3*sin(2^0.5/2+3.1415)-pi()^2”的式子。 2。能識別數字(包括小數、正負數)、數學函數。 3。可以做加、減、乘、除、指數、取模 計算(其中加、減包括一元和二元兩種操作)。 壓縮包里的“math.php”是演示文件
上傳時間: 2013-12-11
上傳用戶:comua
基于C/S模式的考試系統的研究與開發 1 1. 前言 1 1.1 MICROSOFT VISUAL STUDIO .NET 2003開發平臺和C#語言的特點 1 1.2用C/S模式開發計算機考試系統的優越性 1 2. 系統分析 2 2.1系統基本情況描述 2 2.2 可行性分析 2 2.3 需求分析 3 2.3.1采用SA方法畫出計算機考試系統的一套分層數據流圖 3 2.3.2數據詞典 4 3. 系統設計 4 3.1系統配置 4 3.2系統概要設計 4 3.2.1系統結構圖 4 3.2.2模塊功能及界面設計 4 3.2.3模塊界面設計 5 3.3系統詳細設計 6 3.3.1模塊詳細設計 6
標簽: MICROSOFT VISUAL STUDIO 2003
上傳時間: 2013-12-26
上傳用戶:dragonhaixm
We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.
標簽: represented integers group items
上傳時間: 2016-01-17
上傳用戶:jeffery
/*智能型溫度感測器: (1)8051的PORT1連接LCD顯示器,PORT3的P3.3,P3.4,P3.5分別連接到LCD控制線,程序執行時可以在LCD顯示器顯示時間和日期 (2)溫度感應組件AD590通過ADC0804將感應到的溫度轉換數字數據,然后通過PORT0輸入8051 (3)8051的第10只和第11只引腳RXD和TXD分別連接到MAX232,然后連接到PC的COM端口 (4)8051實驗板每小時讀入ADC0804轉換的數字溫度數據,然后記錄在串行EEPROM93C66中 (5)8051實驗板可以通過RS232將記錄在串行EEPROM93C66中數字溫度數據傳送到PC端 */
上傳時間: 2013-12-13
上傳用戶:zaizaibang
使用時打開此例題目錄下pic中的圖片,然后依次單擊按鈕“轉”、“1”、“2”、“3”、“4”和“5”,就可以實現精確的車牌定位。
上傳時間: 2014-07-05
上傳用戶:love_stanford
偽隨機序列發生器的vhdl算法 設計一個偽隨機序列發生器,采用的生成多項式為1+X^3+X^7。要求具有一個RESET端和兩個控制端來調整寄存器初值(程序中設定好四種非零初值可選)。
上傳時間: 2016-05-09
上傳用戶:wxhwjf
實現功能碼1,2,3,4,5,6,15,16的串口MODBUS通訊從站功能,與access交換數據(讀寫)
標簽:
上傳時間: 2016-05-12
上傳用戶:zm7516678
電子鐘的C語言代碼,其中精度極高,是一個極其經典的代碼,為六位數碼管時鐘程序倚天版直接使用,p3.2,p3.3,p3.4,p3.5 四鍵控制!強烈推薦,實測24小時誤差5秒。
上傳時間: 2013-12-15
上傳用戶:rocketrevenge
用VHDL描述一個讓6個數碼管同時顯示的控制器,同時顯示0、1、2、3、4、5這6個不同的數字圖形到6個數碼管上,輸入時鐘調節頻率,使得能夠觀察到穩定顯示的6個數字。可異步復位
上傳時間: 2014-11-04
上傳用戶:gaojiao1999