资源列表

« 1 2 ... .95 .96 .97 .98 .99 400.01 .02 .03 .04 .05 ... 653 »

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

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

[控制台(字符窗口)编程注册表监视

说明:对局域网内计算机注册表的监控,更改该计算机的注册表-Supervise the Windows registries of computers in a LAN, can also modify them.
<八戒> 在 2008-10-13 上传 | 大小:178869 | 下载:0

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

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

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

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

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

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

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

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

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

说明:image display opencv
<yacob> 在 2024-09-19 上传 | 大小:178176 | 下载:0

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

说明:It is program about solving problem decision making. Program solves decision tree of game theory
<zhazi_922@mail.ru> 在 2024-09-19 上传 | 大小:179200 | 下载: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-19 上传 | 大小:179200 | 下载:0
« 1 2 ... .95 .96 .97 .98 .99 400.01 .02 .03 .04 .05 ... 653 »

源码中国 www.ymcn.org