搜索结果

找到约 27,246 项符合 3.1 的查询结果

按分类筛选

显示更多分类

其他 Enter the Matrix MS-DOS screensaver. Sample of using bios functions (by int 10h) for text data out

Enter the Matrix MS-DOS screensaver. Sample of using bios functions (by int 10h) for text data output (monitor in the text mode) and keyboard input. Requires: Borland C++ 3.1 for DOS.
https://www.eeworm.com/dl/534/458485.html
下载: 30
查看: 1043

软件设计/软件工程 实现了电脑硬件销售管理系统

实现了电脑硬件销售管理系统,有代码及整个的设计过程。目录 第一章 概述 第二章 需求分析 2.1 可行性研究 2.2 系统数据流图 2.3 E-R模型图 第三章 数据库逻辑设计 3.1 表的定义 3.2 表的关系 3.3 视图 第四章 软件功能设计 4.1 模块结构图 4.2 模块功能 第五章 界面设计 第六章 结束语 6.1收获心得 6.2 系统的改进与扩展 ...
https://www.eeworm.com/dl/684/464220.html
下载: 101
查看: 1038

其他 這是個prolog程式

這是個prolog程式,能解決4x4的數獨問題 例: ?- sudoku ([4,2,0,0]/[0,1,0,2]/[0,0,1,0]/[1,0,0,4], Solution). Solution = [[4,2,3,1]/[3,1,4,2]/[2,4,1,3]/[1,3,2,4]]
https://www.eeworm.com/dl/534/468043.html
下载: 162
查看: 1020

JavaScript Implementation of Edmonds Karp algorithm that calculates maxFlow of graph. Input: For each test c

Implementation of Edmonds Karp algorithm that calculates maxFlow of graph. Input: For each test case, the first line contains the number of vertices (n) and the number of arcs (m). Then, there exist m lines, one for each arc (source vertex, ending vertex and arc weight, separated by a space). The n ...
https://www.eeworm.com/dl/685/482771.html
下载: 199
查看: 1065

数学计算 非线性方程求根的各种算法的比较

非线性方程求根的各种算法的比较, //求非线性方程的根 //程序中共给出了以下几种方法求非线性方程的根 // (1)二分法 (2)牛顿法 (3)普通迭代法 (4)斯蒂芬森迭代法 (5)弦截法 //程序中用到的函数为: f(x)=x^3-x-1 //其中:(1)普通迭代法用的迭代函数为:x=(x+1)^(1/3) // (2)斯蒂芬森迭代法用的迭代函数为:x=x^3-1 ...
https://www.eeworm.com/dl/641/487792.html
下载: 127
查看: 1127

数学计算 著名问题:埃及分数 给出一个数n

著名问题:埃及分数 给出一个数n,要求用自然数倒数和来表示。 1/1=1/2+1/3+1/5
https://www.eeworm.com/dl/641/489031.html
下载: 182
查看: 1040

Windows编程 日志记录类

功能: v1.4 1、增加崩溃自动重启功能。 V1.3 1、增加程序崩溃时遍历进程的线程数、句柄数、GDI对象数,CPU使用率、内存使用率。 v1.2 1、增加等级打印,等级越小越高,最高0级。 2、增加DoSomething函数,重载该函数可在程序崩溃后做些什么。 V1.1 1、指定的日志目录如果不存在会自动创建,如果创建失败会自动 ...
https://www.eeworm.com/dl/501092.html
下载: 3
查看: 1103

C/C++语言编程 日志记录类

功能: v1.4 1、增加崩溃自动重启功能。 V1.3 1、增加程序崩溃时遍历进程的线程数、句柄数、GDI对象数,CPU使用率、内存使用率。 v1.2 1、增加等级打印,等级越小越高,最高0级。 2、增加DoSomething函数,重载该函数可在程序崩溃后做些什么。 V1.1 1、指定的日志目录如果不存在会自动创建,如果创建失败会自动 ...
https://www.eeworm.com/dl/501093.html
下载: 2
查看: 1050

其他 C程式語pdf檔案

1 C 語語語言言言 簡簡簡介介介 5 1.1 C 語言 歷史 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 1.2 程 式 語言 分類 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 1.3 程 式 撰 寫步 驟 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 2 vi 編編編 輯輯 ...
https://www.eeworm.com/dl/501223.html
下载: 3
查看: 38

技术书籍 c语言深度剖析

第一章关键字...................................................................................................................................9 1.1,最宽恒大量的关键字----auto..........................................................................................11 1.2,最快的关键字---- register. ...
https://www.eeworm.com/dl/502642.html
下载: 4
查看: 110