-
数值计算源代码来自哈尔滨工业大学计算机学院
数值计算源代码来自哈尔滨工业大学计算机学院-numerical source code from the Harbin Industrial University computer science
- 2022-01-25 20:55:50下载
- 积分:1
-
This source code package is Cell Components VB some sample application code, inc...
此源码包是Cell组件VB中的一些应用代码示例,包括自定义函数、变量应用、从数据库取数,另附连续打印、单元格条件颜色、保护公式、获得块区域和在Cell组件上插入控件。-This source code package is Cell Components VB some sample application code, including user-defined functions, variable applications, from the database check number, followed by continuous printing, color cell conditions, the protection of the formula, block access to regional and components in the Cell insert control.
- 2022-05-20 04:12:15下载
- 积分:1
-
数据结构课程设计,家电管理系统,包括家电的类型,型号(不能输入字母,如需要可以将型号int型改成char即可输入字母),数量,价格。可以创建,插入,删除,查询,...
数据结构课程设计,家电管理系统,包括家电的类型,型号(不能输入字母,如需要可以将型号int型改成char即可输入字母),数量,价格。可以创建,插入,删除,查询,打印,更新,销毁。-Data structures curriculum design, home appliance management system, including the type of appliance, model (not type the letter, if necessary, can be type int into a char type to enter letters), quantity, price. You can create, insert, delete, query, print, update, destroy.
- 2022-02-18 14:29:53下载
- 积分:1
-
基于有限高斯混合模型的电磁算法源程序,其中哈…
基于有限高斯混合模型的EM算法的源程序代码,里面有实验报告和运行结果。
-based on finite Gaussian mixture model of the EM algorithm source code, which has run reports and experimental results.
- 2022-01-24 08:55:21下载
- 积分:1
-
数据库课程设计中的报刊管理系统
一个数据库课程设计里报刊订阅管理系统,包含几个角色用户,系统管理员,投递员,
有网页形式显示的界面
- 2022-01-25 16:31:19下载
- 积分:1
-
用delphi实现的各种排序算法,图形界面,可实现插入排序、交换排序、选择排序、合并排序以及基数排序...
用delphi实现的各种排序算法,图形界面,可实现插入排序、交换排序、选择排序、合并排序以及基数排序-used to achieve the various sequencing algorithms, graphical interface, insert can be realized, in order of ranking exchange, SELECTION SORT, the merger sort of base sequencing
- 2022-09-30 02:05:03下载
- 积分:1
-
算法导论(中文版),讲述了现代计算机常用数据结构和算法
算法导论(中文版),讲述了现代计算机常用数据结构和算法-this book intrdduce the basic algorithm,the language is chinese
- 2022-08-10 02:08:13下载
- 积分:1
-
运动会分数统计系统
数据结构的课程设计
运动会分数统计系统
数据结构的课程设计-Games scores of statistical systems data structures curriculum design
- 2022-10-25 08:20:02下载
- 积分:1
-
公交换车
使用数据解构编写的公交换乘系统!可以按路线查询!使用数据解构编写的公交换乘系统!可以按路线查询!
- 2023-08-01 18:35:03下载
- 积分:1
-
栈、队列 模拟停车场管理【数据结构】
以栈模拟停车场,以队列模拟停车场外的便道,按照从终端读入的输入数据序列进行模拟管理。每一组数据包括三个数据项:汽车到达或离去的信息、汽车牌照号码以及到达或离去的时刻。对每一组输入数据进行操作后的输出信息为:若是汽车到达,则输出汽车在停车场内或便道上停车位置;若是汽车离去,则输出汽车在停车场内停留的时间和应缴纳的费用(在便道上停留不收费)。栈以顺序结构实现,队列以链表结构实现。
- 2022-01-25 21:29:05下载
- 积分:1