-
源代码,你看,我们经常使用的100多个经典代码
c源代码,大家看看了,我们经常用的100 多个经典代码
-c source code, you see, we often use more than 100 classic code
- 2022-03-18 22:47:57下载
- 积分:1
-
Delphi毕业论文:分布式多层数据库图书管理系统
Delphi毕业论文:分布式多层数据库图书管理系统,通过开发一个分布式多层数据库图书管理系统,学习用delphi开发分布式多层数据库系统。采用Delphi6.0和MS Server2000等软件为开发工具;通过对计算机硬件和软件解决方案的论证;对应用领域进行调查分析;参考各种资料和进行数据库编程实践。在指导老师的帮助下,已经基本上成功地实现了设计任务书的要求。使得设计的数据库系统能够实现一般数据库的管理。我们研究了数据库的查询优化问题。
- 2022-08-19 10:40:41下载
- 积分:1
-
code
基于贝叶斯分类器实现手写体数字识别系统。(A handwritten digital recognition system based on Bayesian classifier is implemented.)
- 2018-05-24 20:31:09下载
- 积分:1
-
商机网站8.0,比教完整,可以自己二次开发!
商机网站8.0,比教完整,可以自己二次开发!-opportunities for 8.0 than the integrity of our own secondary development!
- 2022-02-28 21:29:30下载
- 积分:1
-
RMSF0
协方差求解编程,图像文件读取;观测器设计PDF参考文件(Covariance solution programming, image file reading;
Observer design PDF reference document)
- 2021-04-02 16:39:08下载
- 积分:1
-
leetcode
说明: leetcode question to have a better understanding
- 2020-06-22 09:40:06下载
- 积分:1
-
DLA
生成DLA模型的图形,经典的分形图形生成,非常实用,呵呵,啊 (DLA model generated graphics, the classic fractal generated graphics, very useful, huh, huh, ah)
- 2008-03-27 11:02:53下载
- 积分:1
-
czm-uel
在ABAQUS中,进行CZM模型的子程序开发,模拟复合材料的分层脱离(In ABAQUS, the CZM model subroutine is developed to simulate the layered separation of composite materials.)
- 2021-04-23 11:58:48下载
- 积分:1
-
精美系统图标
精美系统图标-Fine system icon
- 2023-09-01 03:05:04下载
- 积分:1
-
xian2
说明: 通过键盘创建有若干个元素(可以是整型数值)的单链表,实现对单链表的初始化,对已建立的顺序表插入操作、删除操作、查找操作、遍历输出单链表。
要求各个操作均以函数的形式实现,并且在主函数中调用各个函数实现以下操作:
( 1 )键盘输入单链表 x 、 x 、 x 、 x 、 x 、 x ,并输出显示,其中 x 为任意整数。
( 2 )在单链表的第 4 个位置插入 67 ,并输出单链表中的各元素值。
( 3 )删除单链表中的第 2 个数据元素,并输出单链表中的各元素值。
( 4 )查找单链表中的第 5 个元素并输出该元素的值。(A single linked list with several elements (which can be integer values) is created by keyboard to initialize the single linked list, insert operation, delete operation, search operation and traverse the output single linked list.
Each operation is required to be implemented in the form of a function, and each function is called in the main function to implement the following operations:
(1) Keyboard input single linked list x, x, x, x, x, x, and output display, where x is an arbitrary integer.
(2) Insert 67 at the fourth position of the single-linked list and output the values of each element in the single-linked list.
(3) Delete the second data element in the single-linked list and output the values of each element in the single-linked list.
(4) Find the fifth element in the single list and output its value.)
- 2019-04-18 20:15:36下载
- 积分:1