-
高斯消元法求解线性方程组,fortran源代码编辑
高斯消元法求解线性方程组,fortran源代码编辑-gauss eliminate to solve lineare quation
- 2023-08-20 07:40:04下载
- 积分:1
-
1.在内存中开辟一个虚拟磁盘空间作为文件存储器,在其上实现一个简单的单用户文件系统。在退出这个简单的文件系统时,应将该虚拟文件系统保存到磁盘上,以便下次可以再将...
1.在内存中开辟一个虚拟磁盘空间作为文件存储器,在其上实现一个简单的单用户文件系统。在退出这个简单的文件系统时,应将该虚拟文件系统保存到磁盘上,以便下次可以再将它恢复到内存的虚拟磁盘空间中。 2.文件存储空间的分配可采用显式链接分配或其他的办法。 3.空闲空间的管理可选择位示图或其他的办法。如果采用位示图来管理文件存储空间,并采用显示链接分配方式,那么可以将位示图合并到FAT表中。 4.文件目录结构采用多级目录结构。为了简单起见,可以不使用索引结点,其中的每个目录项应包含文件名、物理地址、长度等.-1.making a virtual diskete memory as file storyge,in this district it can implement a simple single user file system .when quit this simple file system ,it shoud save the virtual file system to diskete,then it can be resumed to virtual diskete district in the memory.3.we can choose location hint map to manage the idle space or orther means.if we choose locationhint map to manage file saving space,and adopt show linking distribution mode,we can combine location hint map into FAT table.4.file directory confiuration adopts multilevel directory confiuration.to simplify,it doesn t use index dot,evrery term shoud include file name,physical dress and lenght.
- 2022-07-20 06:41:57下载
- 积分:1
-
支持向量机 smo python 代码
支持向量机的执行情况算法使用Python 语言,实现一个简化的版本,包括实现完整版本的实现和可选与核函数. And包含大量的简单的数据设置,用于测试验证
- 2022-08-20 02:57:39下载
- 积分:1
-
There is a infinite series, whose general term is expressed as: a [n] = 10* 10*....
有一个无穷数列,其通项表示为:
a[n]=10*10*... n=0,1,2,3.....
构成了1,10,100,1000...
把它连起来,就成了数串。
判断数串的第i位到底是0还是1.性能要求1s
-There is a infinite series, whose general term is expressed as: a [n] = 10* 10*... n = 0,1,2,3 ..... constitute 1,10100,1000 it even ... together, it becomes the number of strings. Determine the number of strings in the end of the first i-bit is 0 or 1. Performance requirements 1s
- 2022-03-22 03:32:03下载
- 积分:1
-
捕获鼠标事件,如离开和进入
捕获鼠标事件,如离开和进入-capture mouse events, such as leave and enter
- 2022-03-12 13:20:12下载
- 积分:1
-
用数组表示堆从而实现优先队列
存储紧凑,空间利用率高
用数组表示堆从而实现优先队列
存储紧凑,空间利用率高-array reactor used to achieve priority queue storage compact, space utilization high
- 2022-02-04 02:58:56下载
- 积分:1
-
计算器小程序,应该很容易再次开发,很值得看一看。
计算器小程序,应该很容易再次开发,很值得看一看。-Calculator applet, it should be very easy to develop once again, it is worth looking at.
- 2022-01-25 18:23:13下载
- 积分:1
-
win2000 under the direct access to port 1, using install_giveio.bat, call loaddr...
win2000下直接访问端口
1、用install_giveio.bat,调用loaddrv.exe,安装giveio.sys 到系统中。
2、安装 port.pas后,在delphi的‘Custom‘面板中, 有一个port元件。
3、拖一个TPort到窗体上,命名为port。
4、那么就可以直接访问端口(2000下也可以),如:读 i:= port[$378] 写 port[$378]:=
5、status_giveio.sys 查看状态,remove_giveio.sys 反安装驱动。
6、tstio.exe 直接调用bios来发声,可以用来测试是否安装驱动成功。cygwin1.dll是loaddrv.exe 要调用的,因为它是用MinGw32下的gcc编译的。 -win2000 under the direct access to port 1, using install_giveio.bat, call loaddrv.exe, installed into the system giveio.sys. 2, installed after port.pas in delphi the
- 2022-07-16 02:09:50下载
- 积分:1
-
一个ftp的vc源代码! 麻雀虽小,五脏具全!如果想自己做个ftp可以从这个程序做起!...
一个ftp的vc源代码! 麻雀虽小,五脏具全!如果想自己做个ftp可以从这个程序做起!-an ftp vc source code! Sparrow Although small, but with all! If you want to become their own ftp from the start of this procedure!
- 2022-11-21 09:20:03下载
- 积分:1
-
PCI 9050/9052 driver for windows xp
PCI 9050/9052 driver for windows xp
安裝硬體裝置時需要
直接更新驅動程式即可
- 2023-08-08 20:05:02下载
- 积分:1