-
Chapter 1 TURBO PASCAL senior programming technology and its use 1.1 1.2 modules...
第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 各种显示卡及其显示模态表
-Chapter 1 TURBO PASCAL senior programming technology and its use 1.1 1.2 modules and compile language Programming were mixed with 1.3 C language types and process 1.4 1.5 interrupt routine use of a method of preparation dynamic array .6 1.7 and its use expanded memory (EMS) 1.8 and its use of Extended Memory (C
- 2022-08-10 00:12:37下载
- 积分:1
-
循环对象中的Java对象
循环对象中的Java对象-recycling target of Java objects
- 2022-03-31 05:39:57下载
- 积分:1
-
提供一个直接搜索算法程序,具有全局寻优能力。
提供一个直接搜索算法程序,具有全局寻优能力。-provide a direct search procedures, and have an overall optimization capabilities.
- 2022-07-16 12:31:33下载
- 积分:1
-
veins发送CAM消息源码
veins发送CAM消息源码
- 2022-09-21 21:00:03下载
- 积分:1
-
Fortran 90
Fortran 90
- 2022-05-06 04:27:32下载
- 积分:1
-
Will perform 3D Gaussian quadrature over a user
Will perform 3D Gaussian quadrature over a user-defined volume. The volume is defined by the user with function definitions entered in the appropriate spaces provided on the GUI. The user can change the number of Gauss points to use.
Function inputs need not accept vector args. -Will perform 3D Gaussian quadrature over a user-defined volume. The volume is defined by the user with function definitions entered in the appropriate spaces provided on the GUI. The user can change the number of Gauss points to use.Function inputs need not accept vector args.
- 2023-05-07 01:50:02下载
- 积分:1
-
VC++实现的一个计算器,采用了一个高手写的按钮类,界面友好...
VC++实现的一个计算器,采用了一个高手写的按钮类,界面友好-VC to achieve a calculator, using a button to write a master class, user-friendly
- 2022-06-14 15:07:42下载
- 积分:1
-
缓存:你会得到一个字符,你应该模拟计算机的M。
cache: you will be given a char at will and you should simulate the computer s memory and cache .-cache : you will be given a char at will and you should sim ulate the computer"s memory and cache.
- 2022-06-13 23:50:06下载
- 积分:1
-
Iterative solution of equations Jacobi Gauss
用迭代法解方程组 Jacobi Gauss-Sedel SOW 超松弛迭代 各种技术的比较 数值实验报告-Iterative solution of equations Jacobi Gauss-Sedel SOW SOR numerical comparison of various techniques Experimental Report
- 2022-04-01 11:32:12下载
- 积分:1
-
李迷宫 vlsi 的路由
迷宫路由算法试图找到在迷宫中单丝的两个点之间的最短路径,如果存在这种路径。在此方案中的源单元格将消息发送到它的四个邻国。消息传播到其他节点的波的形式。到达目的地的第一波前面确定的连接路径。在这种算法有两个阶段。在第一阶段节点都与他们的距离从源头的标签。在下一阶段的距离都用于跟踪从接收器到源选择与源的最小距离的路径。一般路由问题的一种方法是区域路由, 这是一单阶段的路由技术。
迷宫路由算法表示路由层作为一个网格,在那里每个差分可以包含到相邻的被连接。它搜索的源和目标节点之间的连接通过执行广度优先搜索和标签及其来源的距离每个网格点的最短路径连接。如果连接是可能的这种扩张阶段将最终会到达目标节点。然后第二次的攻击源追踪阶段通过以下任何路径与降低标签形成连接。这种算法被保证能够找到源和给定连接的目的地之间的最短路径。然而,当多个连接发生了一个连接可能会阻止其它连接
- 2023-04-12 03:55:03下载
- 积分:1