搜索结果

找到约 1,018 项符合 NOT 的查询结果

按分类筛选

显示更多分类

其他 Computes the hafnian of a nonnegative integer matrix. Notes: Copy hafnian.c to main.c, in the same d

Computes the hafnian of a nonnegative integer matrix. Notes: Copy hafnian.c to main.c, in the same directory as Rothberg s code (see above). You can download the .tar directory with the code weighted-match.tar here. Then "make" the codes (this codes are in C, not C++). The program is then run by the ...
https://www.eeworm.com/dl/534/174577.html
下载: 96
查看: 1104

系统设计方案 1. PL/0 语言介绍 ●PL/0 程序设计语言是一个较简单的语言

1. PL/0 语言介绍 ●PL/0 程序设计语言是一个较简单的语言,它以赋值语句为基础,构造概念有顺序、条件和重复(循环)三种。PL/0 有子程序概念,包括过程定义(可以嵌套)与调用且有局部变量说明。PL/0语言编译程序采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法 ...
https://www.eeworm.com/dl/678/176083.html
下载: 166
查看: 1107

其他嵌入式/单片机内容 sharp的arm920t 7A400的评估板附带光盘Sharp KEVLH7A400 v0.3b Welcome to the SHARP KEV7A400 Evaluation board

sharp的arm920t 7A400的评估板附带光盘Sharp KEVLH7A400 v0.3b Welcome to the SHARP KEV7A400 Evaluation board beta starter kit. This document contains last minute updates to the kit and/or documentation that were not available at the kit development time.
https://www.eeworm.com/dl/687/176617.html
下载: 73
查看: 1102

数据结构 Turbo C - (C) Copyright 1987, 1988 by Borland International */ #define S_IREAD 0x0100 /* from SY

Turbo C - (C) Copyright 1987, 1988 by Borland International */ #define S_IREAD 0x0100 /* from SYS\STAT.H */ #define S_IWRITE 0x0080 /* from SYS\STAT.H */ #define TRUE 1 #define FALSE 0 #define MSGHEADER "MICROCALC - A Turbo C Demonstration Program" #define MSGKEYPRESS "Press any key to continue. ...
https://www.eeworm.com/dl/654/177902.html
下载: 40
查看: 1059

数学计算 #define MSGHEADER "MICROCALC - A Turbo C Demonstration Program" #define MSGKEYPRESS "Press any key

#define MSGHEADER "MICROCALC - A Turbo C Demonstration Program" #define MSGKEYPRESS "Press any key to continue." #define MSGCOMMAND "Press / for the list of commands" #define MSGMEMORY "Memory Available:" #define MSGERROR "ERROR" #define MSGLOMEM "Not enough memory to allocate cell."
https://www.eeworm.com/dl/641/177918.html
下载: 115
查看: 1046

软件设计/软件工程 Software Engineering is a discipline applied by teams to produce high-quality, large-scale, cost-eff

Software Engineering is a discipline applied by teams to produce high-quality, large-scale, cost-effective software that satisfies the users’ needs, and can be maintained over time Software Development is a weaker term where standards, tools, processes, etc. may not be applied
https://www.eeworm.com/dl/684/178907.html
下载: 143
查看: 1067

其他书籍 The Linux kernel is one of the most interesting yet least understood open-source projects. It is als

The Linux kernel is one of the most interesting yet least understood open-source projects. It is also a basis for developing new kernel code. That is why Sams is excited to bring you the latest Linux kernel development information from a Novell insider in the second edition of Linux Kernel Developme ...
https://www.eeworm.com/dl/542/179427.html
下载: 168
查看: 1051

软件工程 OLE Programmer s Reference Information in this online help system is subject to change without no

OLE Programmer s Reference Information in this online help system is subject to change without notice and does not represent a commitment on the part of Microsoft Corporation. The software and/or files described in this online help system are furnished under a license agreement or nondisclosure agr ...
https://www.eeworm.com/dl/540/179719.html
下载: 154
查看: 1048

Java书籍 THIS is really two books in one: a tutorial and a reference manual for JDBC, the application program

THIS is really two books in one: a tutorial and a reference manual for JDBC, the application programming interface that makes it possible for programmers to access databases from Java. The goal is to be useful to a wide range of readers, from database novices to database experts. Therefore, we have ...
https://www.eeworm.com/dl/656/179721.html
下载: 104
查看: 1078

其他 4. 建立一个有序的顺序表(10

4. 建立一个有序的顺序表(10,30,35,50,56,100,120),用折半查找方法在此表中查找任一整数,若找到则输出此整数在表中的位置序号,否则输出Not found.
https://www.eeworm.com/dl/534/180908.html
下载: 115
查看: 1174