vxworks libc庫源代碼,標準C代碼庫實現 assert ctype locale Math setjmp stdarg stdio stdlib string time
上傳時間: 2015-08-13
上傳用戶:bruce5996
#include <stdio.h> #include <string.h> #include <stdlib.h> #include <malloc.h> #include <Math.h> #include <conio.h> struct DuLNode{ struct DuLNode *prior int data struct DuLNode *next
上傳時間: 2014-01-01
上傳用戶:caiiicc
我收藏的c語言900個例題,裡頭有控制dos-bios,memory,macros,Math....的一些範例,原碼可能很簡單但是很實用,希望大家喜歡
標簽: 900
上傳時間: 2015-09-08
上傳用戶:小碼農lz
用PHP編寫的表達式計算器,是用的編譯的知識實現的,并非使用eval()函數實現。 功能強大,可以做所有的數值計算,代數計算還不能實現。 1。可以計算形如“-3*sin(2^0.5/2+3.1415)-pi()^2”的式子。 2。能識別數字(包括小數、正負數)、數學函數。 3。可以做加、減、乘、除、指數、取模 計算(其中加、減包括一元和二元兩種操作)。 壓縮包里的“Math.php”是演示文件
上傳時間: 2013-12-11
上傳用戶:comua
第1章 TURBO PASCAL高級編程技術 1.1 單元及其使用 1.2 與匯編語言混合編程 1.3 與C語言混合編程 1.4 過程類型及其使用 1.5 中斷例程的編寫方法 1.6 動態數組及其使用 1.7 擴充內存(EMS)及其使用 1.8 擴展內存(XMS)及其使用 1.9 程序的標準數據作代碼處理的方法 第2章 實用工具單元 2.1 屏幕輸入與輸出單元ACRT 2.2 字符串處理單元ASTR 2.3 磁盤操作單元DISK 2.4 熱鍵單元POPUP 2.5 數據庫交互單元DBASE 2.6 擴充內存單元EMS 2.7 擴展內存單元XMS 2.8 數學函數單元Math 2.9 矩陣運算單元MATRIX 2.10 概率分布函數單元PROB 2.11 復數運算單元COMPLEX 第3章 實用程序 3.1 軟鎖驅動器程序 3.2 鎖硬盤邏輯盤程序 3.3 稿紙打印程序 3.4 源程序列表程序 3.5 查找并替換程序 3.6 備份硬盤主引導扇區程序 3.7 四通-PC文本文件轉換程序 3.8 SPT文件與BMP文件的雙向轉換程序 3.9 數據庫卡片打印程序 3.10 BATCH文件轉換為COM文件程序 3.11 機密文件的有效銷毀程序 3.12 釋放內存程序 附錄1 源程序文件索引表 附錄2 各種顯示卡及其顯示模態表
上傳時間: 2015-11-16
上傳用戶:dengzb84
The ability to write efficient, high-speed arithmetic routines ultimately depends upon your knowledge of the elements of arithmetic as they exist on a computer. That conclusion and this book are the result of a long and frustrating search for information on writing arithmetic routines for real-time embedded systems. With instruction cycle times coming down and clock rates going up, it would seem that speed is not a problem in writing fast routines. In addition, Math coprocessors are becoming more popular and less expensive than ever before and are readily available. These factors make arithmetic easier and faster to use and implement. However, for many of you the systems that you are working on do not include the latest chips or the faster processors. Some of the most widely used microcontrollers used today are not Digital Signal Processors (DSP), but simple eight-bit controllers such as the Intel 8051 or 8048 microprocessors.
標簽: arithmetic high-speed ultimately efficient
上傳時間: 2014-11-30
上傳用戶:lizhen9880
As all of you know, MATLAB is a powerful engineering language. Because of some limitation, some tasks take very long time to proceed. Also MATLAB is an interpreter not a compiler. For this reason, executing a MATLAB program (m file) is time consuming. For solving this problem, Mathworks provides us C Math Library or in common language, MATLAB API. A developer can employ these APIs to solve engineering problems very fast and easy. This article is about how can use these APIs.
標簽: some engineering limitation language
上傳時間: 2013-12-06
上傳用戶:huql11633
ead file "YD.DOC". Who is the intended user Beginners in assembly and programmers. Features of the program: Yilmaz Disassembler:is an interactive disassembler which lets the user be a part of the disassembling process,is flexible, the user can disassemble in different formats,has user friendly interface, mouse support, pop-up menu commands, short cut key commands, context-sensitive on-line help,and it is cheap. Program s capacity and limitations: Max executable file size is 64 KB. Can not disassemble program of EXE-format.Only 8086/8088 CPU instructions can be disassembled. Disassemble 8087 Math Co-processor s instructions.
標簽: programmers Beginners Features assembly
上傳時間: 2014-06-21
上傳用戶:皇族傳媒
#include<malloc.h> #include<limits.h> #include<stdio.h> #include<graphics.h> #include<io.h> #include<Math.h> #include<process.h> #include<conio.h> #define m 100 #define OK 1 typedef int Status typedef char TElemType /*樹元素的類型*/ int t=35 int n=20 int h=14 int u=2 int leaf=0,non_l_leaf=0,non_r_leaf=0,root=0 /*各種結點數*/ char le[m],l[m],r[m],ro[m] /*用與存放各種結點*/ typedef struct BiTNode/*定義二叉樹*/
上傳時間: 2013-12-15
上傳用戶:liansi
很好的一本工具書,提供了C/C++函數查詢,分為以下幾個方面闡述,預處理命令、關鍵字、標準C的I/O,String,Charactor,Math,Time,Data,Memory,以及C++的I/O,String,及標準模版類。推薦。
標簽:
上傳時間: 2013-12-04
上傳用戶:huql11633