CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - compiler
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Fax program
BREW
J2ME
Com Port
Parallel Port
Modem program
SMS
MMS
WAP develop
Symbian
Windows Mobile
Voice Compress
USB develop
TAPI
GPS develop
RFID
3G develop
android
IOS
MTK
wechat App
Search - compiler - List
[
Com Port
]
Syntech
DL : 0
一个用于台湾产的采集器的编译器及我自己做的一些实例代码,还有中文帮助文件若干。可以用于有需要的下载交流。-Taiwan for producing a collection of compiler and I made some examples of code, there are a number of Chinese help files. It can be used to download the necessary exchange.
Date
: 2008-10-13
Size
: 7.27mb
User
:
jack
[
Com Port
]
179301COMMTC2_by_ssq
DL : 0
串口程序。在TC环境下通过编译。不包含密码-Serial procedures. The TC environment through the compiler. Do not include passwords
Date
: 2008-10-13
Size
: 13.91kb
User
:
小阿车
[
Com Port
]
594381serial003
DL : 0
串口程序。dos底下的编程源码,在TC环境下通过编译-Serial procedures. Dos programming source code under the TC environment through compiler
Date
: 2008-10-13
Size
: 30.65kb
User
:
小阿车
[
Com Port
]
Serial4
DL : 0
本程序没有使用SerialComm控件,而是用API实现的串口发送、接收数据,在VC++6.0下编译通过,希望能对串口编程的初学者有所帮助。-this procedure did not use SerialComm controls, but use the serial port API to send and receive data, the VC 6.0 compiler, in hopes of Serial Programming beginners help.
Date
: 2008-10-13
Size
: 30.34kb
User
:
王枫
[
Com Port
]
armok0112502
DL : 0
AVR128的串口通讯软件,用GCC编译调试通过-AVR128 serial communication software, used by the GCC compiler Debugging
Date
: 2008-10-13
Size
: 332.78kb
User
:
zbg
[
Com Port
]
Vc6Demo
DL : 0
深圳南天东华磁卡读写程序,VC6可编译执行-Donghua Shenzhen south magnetic reading and writing procedures, the implementation of compiler can VC6
Date
: 2008-10-13
Size
: 266.79kb
User
:
laihtsing
[
Com Port
]
45DB081
DL : 0
45db081的读写程序,应用于spi总线的读写,在keil c环境下编译通过-45db081 read and write procedures for the 20 bus to read and write, the c51 c compiler environment through
Date
: 2008-10-13
Size
: 4.46kb
User
:
孙悟
[
Com Port
]
IOtoSerial
DL : 0
用I/O口实现串口通信,通过8051实现,编译环境 keil C51。-using I / O Serial Communication mouth, through 8051 realization keil C51 compiler environment.
Date
: 2008-10-13
Size
: 1.3kb
User
:
曾亮
[
Com Port
]
uart_diver
DL : 0
USART的驱动程序,在C++编译环境下,进攻学习参考-USART the driver, in the C compiler environment, learning offensive reference
Date
: 2008-10-13
Size
: 439.03kb
User
:
马萍
[
Com Port
]
cdib-wave-input-commuinication-oneship
DL : 0
先对波形处理,应用于串口通讯,VC++6.0环境下编译通过-first wave of treatment for serial communication, VC 6.0 compiler environment through
Date
: 2008-10-13
Size
: 4.5kb
User
:
lidi
[
Com Port
]
ATMega8serial
DL : 0
ATMega8串口编程范例 //使用AVR Studio 4.12 + WinAVR编译-socket programming paradigm / / AVR Studio 4.12 WinAVR Compiler
Date
: 2008-10-13
Size
: 9.44kb
User
:
hiker lee
[
Com Port
]
USART_main
DL : 0
AVR USART串口使用的一个范例 编译器:GCC 工具: C && ASM 芯片:ATMEL的ATMEGA系列-AVR USART serial use of a model compiler : GCC tools : C
Date
: 2008-10-13
Size
: 3.16kb
User
:
刘健华
[
Com Port
]
atlyfscript
DL : 0
这是非常有挑战性的题目。对于用户输入的任意一个平面函数f(x),绘制出其函数曲线。这里最关键的技术难点就是如何实现计算表达式的值。在《编译原理》和《数据结构》的书中,都有对表达式运算方法的论述。说实在的,在编译型计算机语言中实现对用户输入表达式的运算是非常困难的。需要对表达式进行扫描,去括号,按照运算符的优先级生成2叉树,然后遍历该树生成逆波兰表达式,再然后通过栈的方法进行运算。如果在表达式中再包含有函数的话......描述起来都麻烦,更不要说用程序实现了:-(-This is a very challenging issue. For user input an arbitrary planar function f (x), mapping out its function curves. Here the most critical technical problems is how to achieve calculated the value of the expression. "Compiling Principle" and "data structure," the book, have right of expression Operational discussed. Indeed, the computer language compiler to achieve expression of the user input operation is very difficult. Need to scan expression to the brackets, in accordance with the priority Operators Generation 2-ary tree, and then traverse the tree generated reverse Polish expression, and then through the stack approach to computing. If the expression again contains the function described ...... these are trouble, not to mention the procedures used to achieve the
Date
: 2008-10-13
Size
: 66.79kb
User
:
vip
[
Com Port
]
atlyfscript
DL : 3
这是非常有挑战性的题目。对于用户输入的任意一个平面函数f(x),绘制出其函数曲线。这里最关键的技术难点就是如何实现计算表达式的值。在《编译原理》和《数据结构》的书中,都有对表达式运算方法的论述。说实在的,在编译型计算机语言中实现对用户输入表达式的运算是非常困难的。需要对表达式进行扫描,去括号,按照运算符的优先级生成2叉树,然后遍历该树生成逆波兰表达式,再然后通过栈的方法进行运算。如果在表达式中再包含有函数的话......描述起来都麻烦,更不要说用程序实现了:-(-This is a very challenging issue. For user input an arbitrary planar function f (x), mapping out its function curves. Here the most critical technical problems is how to achieve calculated the value of the expression. "Compiling Principle" and "data structure," the book, have right of expression Operational discussed. Indeed, the computer language compiler to achieve expression of the user input operation is very difficult. Need to scan expression to the brackets, in accordance with the priority Operators Generation 2-ary tree, and then traverse the tree generated reverse Polish expression, and then through the stack approach to computing. If the expression again contains the function described ...... these are trouble, not to mention the procedures used to achieve the
Date
: 2025-12-21
Size
: 67kb
User
:
vip
[
Com Port
]
Syntech
DL : 0
一个用于台湾产的采集器的编译器及我自己做的一些实例代码,还有中文帮助文件若干。可以用于有需要的下载交流。-Taiwan for producing a collection of compiler and I made some examples of code, there are a number of Chinese help files. It can be used to download the necessary exchange.
Date
: 2025-12-21
Size
: 7.27mb
User
:
jack
[
Com Port
]
179301COMMTC2_by_ssq
DL : 0
串口程序。在TC环境下通过编译。不包含密码-Serial procedures. The TC environment through the compiler. Do not include passwords
Date
: 2025-12-21
Size
: 14kb
User
:
小阿车
[
Com Port
]
594381serial003
DL : 0
串口程序。dos底下的编程源码,在TC环境下通过编译-Serial procedures. Dos programming source code under the TC environment through compiler
Date
: 2025-12-21
Size
: 30kb
User
:
小阿车
[
Com Port
]
Serial4
DL : 0
本程序没有使用SerialComm控件,而是用API实现的串口发送、接收数据,在VC++6.0下编译通过,希望能对串口编程的初学者有所帮助。-this procedure did not use SerialComm controls, but use the serial port API to send and receive data, the VC 6.0 compiler, in hopes of Serial Programming beginners help.
Date
: 2025-12-21
Size
: 1.8mb
User
:
王枫
[
Com Port
]
armok0112502
DL : 0
AVR128的串口通讯软件,用GCC编译调试通过-AVR128 serial communication software, used by the GCC compiler Debugging
Date
: 2025-12-21
Size
: 333kb
User
:
zbg
[
Com Port
]
Vc6Demo
DL : 0
深圳南天东华磁卡读写程序,VC6可编译执行-Donghua Shenzhen south magnetic reading and writing procedures, the implementation of compiler can VC6
Date
: 2025-12-21
Size
: 267kb
User
:
laihtsing
«
1
2
3
4
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.