资源列表

« 1 2 ... .48 .49 .50 .51 .52 253.54 .55 .56 .57 .58 ... 653 »

[控制台(字符窗口)编程PASSCAL高级计算器

说明:Delphi控制台编的高级计算器,PASCAL也能运行-super computer by delphi console,can running by pascal
<杨鹞> 在 2008-10-13 上传 | 大小:180940 | 下载:0

[控制台(字符窗口)编程PASSCAL高级计算器

说明:Delphi控制台编的高级计算器,PASCAL也能运行-super computer by delphi console,can running by pascal
<杨鹞> 在 2024-09-28 上传 | 大小:180224 | 下载:0

[控制台(字符窗口)编程delphidllclass

说明:.调用普通COM组件 Project->Import type library...->选中要调用COM组件->Create Unit ,记住类的名称 var test : Txx test := Txx.Create(nil) test.Show test := nil 2.调用带有连接点
<sam> 在 2024-09-28 上传 | 大小:180224 | 下载:0

[控制台(字符窗口)编程2

说明:用回溯解背包问题 假设有n件物品,定义一个结构体a[]来存储,结构体有两个成员weight和value(weight表示重量,value表示价值)先定义一个数组col[]表示每个物品当前状态(为1表示被选,为0表示未被选),其初值全为1,从下标为0开始遍历,当前所选物品总重和总价值分别设为tw和tv(初值均为0),背包的限重设为limit,若第i个物品满足tw+a[i].weight<=limit且col[i]==1 就将a[i]
<STartBoy> 在 2024-09-28 上传 | 大小:180224 | 下载:0

[控制台(字符窗口)编程qiuni2

说明:用C++实现高斯-亚当求解法求矩阵的逆 -finding the inverse matrix by Guess-Jordan using c++
<熊俊华> 在 2024-09-28 上传 | 大小:180224 | 下载:0

[控制台(字符窗口)编程Dynamic-linked-list

说明:动态链表的实现。可以实现元素的创建、插入、删除、查找等。-Dynamic linked list. Elements to create, insert, delete, search.
<xushaowen> 在 2024-09-28 上传 | 大小:179200 | 下载:0

[控制台(字符窗口)编程BankWw

说明:操作系统银行家算法的实现,我试过了,可以使用,请放心-Banker algorithm realization of the operating system, I tried, you can use, please rest assured
<ww> 在 2024-09-28 上传 | 大小:179200 | 下载:0

[控制台(字符窗口)编程Floyd

说明:用弗洛伊德算法实现最短路径的求解,用到的抽象数据类型为邻接矩阵类型和有向图类型类型-Floyd algorithm to achieve the shortest path to solve abstract data types used in the adjacency matrix type and have the type of diagram types
<丁洁琼> 在 2024-09-28 上传 | 大小:180224 | 下载:0

[控制台(字符窗口)编程CODE-(1)

说明:g.729a encoder and decoder code
<bilberry123> 在 2024-09-28 上传 | 大小:181248 | 下载:0

[控制台(字符窗口)编程judgeyuju

说明:judgeyuju是一个基于控制台的小程序,他的实现主要是为了模式编译器的检查语句功能。-judgeyuju is a console-based applet to achieve his main function is to check the statement mode compiler.
<张继> 在 2024-09-28 上传 | 大小:181248 | 下载:0

[控制台(字符窗口)编程Contour

说明:Contour line source code, can be developed
<MPGDhzuo+24424> 在 2024-09-28 上传 | 大小:181248 | 下载:0

[控制台(字符窗口)编程txtreader

说明:简易文本阅读器 其中hzk16是字库文件数据(gb2312) 直接编译运行即可,不要更换目录-Simple text reader Where hzk16 is the font file data (gb2312) Can be compiled directly to run, do not change the directory
<gs> 在 2024-09-28 上传 | 大小:179200 | 下载:0
« 1 2 ... .48 .49 .50 .51 .52 253.54 .55 .56 .57 .58 ... 653 »

源码中国 www.ymcn.org