搜索结果
找到约 4,091 项符合
Pascal-s 的查询结果
编译器/解释器 证明Goldbach s Conjecture是我第二个小作业,也可以计算Goldbach s Conjecture
证明Goldbach s Conjecture是我第二个小作业,也可以计算Goldbach s Conjecture
技术管理 The OMNI Naming Service (omniNames) is an omniORB implementation of the OMG’s COS Naming Service Sp
The OMNI Naming Service (omniNames) is an omniORB implementation of the
OMG’s COS Naming Service Specification. It offers a way for a client to turn
a human-readable name into an object reference, on which the client can subsequently
invoke operations in the normal way. See the OMG specification fo ...
文件格式 The omniORB version 4.0 User’s Guide
The omniORB version 4.0
User’s Guide
嵌入式Linux 基于uclinux采用udp通讯协议实现图象等网络规范文件的传输.采用c/s模式,服务器端实现并发而响应多个客户的请求.经过测试,代码能在linux主机之间,arm与arm之间以及pc与arm之间进行
基于uclinux采用udp通讯协议实现图象等网络规范文件的传输.采用c/s模式,服务器端实现并发而响应多个客户的请求.经过测试,代码能在linux主机之间,arm与arm之间以及pc与arm之间进行通讯(文件中的readme(此为linux下编写)对代码有个总体说明) ...
教育系统应用 考试系统源码(C/S架构VB作品) 自动生成试卷和答案
考试系统源码(C/S架构VB作品) 自动生成试卷和答案,发服务器和客户段
软件设计/软件工程 a book about algorithm,It s a magazine discussing algorithm.
a book about algorithm,It s a magazine discussing algorithm.
嵌入式Linux void Main(void) { sys_init() // Initial 44B0X s Interrupt,Port and UART // user in
void Main(void)
{
sys_init() // Initial 44B0X s Interrupt,Port and UART
// user interface
uart_printf("\n\r Led Test Example\n")
for( )
{
led_test()
}
}
嵌入式Linux void Main(void) { sys_init() // Initial 44B0X s Interrupt,Port and UART wdtim
void Main(void)
{
sys_init() // Initial 44B0X s Interrupt,Port and UART
wdtimer_test() // test start
}
教育系统应用 数据库课程设计 基于C/S模式的图书管理系统的设计 本文介绍了一个基于Client/Server模式的高校图书管理系统的设计与实现。运用Visual Basic.Net结合Microsoft SQ
数据库课程设计
基于C/S模式的图书管理系统的设计
本文介绍了一个基于Client/Server模式的高校图书管理系统的设计与实现。运用Visual Basic.Net结合Microsoft SQL Server 2000开发的登录模块主要用于验证用户身份,进行有效的操作。从主界面模块在验证后进入每个子模块进行各个子系统的具体功能操作。在整个系统设计中充分 ...
编译器/解释器 《PL/0的编译器》:PL/0语言是Pascal语言的一个子集
《PL/0的编译器》:PL/0语言是Pascal语言的一个子集,《PL/0的编译器》实现了把客户用PL/0语言编写的程序编译成类PCODE代码,并能虚拟机上解释运行生成的类PCODE代码的功能。《PL/0的编译器》采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法分析的同时,提供了出错 ...