-
avl
this is source code in c for AVL tree in data structures.
- 2010-01-18 01:48:19下载
- 积分:1
-
CFOZE05
个性信息框1 21模块,很不错的易语言模块,易爱好者可以下载使用()
- 2018-04-12 23:03:31下载
- 积分:1
-
StylesheetComposed
Represents a stylesheet that has methods that resolve includes and imports.
- 2014-06-19 10:17:33下载
- 积分:1
-
a simple ftp realize that the C Language for everyone to consider
一个简单的ftp实现,用c语言实现的,供大家研究-a simple ftp realize that the C Language for everyone to consider
- 2022-04-15 12:54:19下载
- 积分:1
-
This system belongs to a small local area network monitoring system that can car...
本系统属于小型的局域网监控系统,可以对某一台计算机进行屏幕监控,本系统主要实现以下功能:
系统采用人机交互的方式,界面美观友好。
屏幕信息需要时时显示,网络延时不能大于1秒。
服务器端可以随时运行,只要客户端运行,就能够显示屏幕信息。
系统运行时占用内存不能大于10MB,以免影响系统性能。
客户端运行时需要隐藏显示窗口,起其感觉不到在运行。
-This system belongs to a small local area network monitoring system that can carry out the screen of a computer monitor, this system is mainly to achieve the following features: system uses human-computer interaction approach, friendly and beautiful interface. screen displays information needs from time to time, the network delay can not exceed 1 second. server-side ready to run, as long as the client is running, you can display on-screen information. memory for the system is running can not be larger than 10MB, so as not to affect system performance. the client run-time to hide the display window, from the feel running.
- 2023-07-21 17:50:07下载
- 积分:1
-
client. The procedure first with the corresponding server connections. Users the...
客户端程序。该程序首先与相应服务器连接。然后接收用户从标准输入(键盘)输入的字符串,再将字符串发送给服务器,接收服务器发回的信息并显示。之后,继续等待用户输入直至用户输入Ctrl-D。当收到用户输入Ctrl-D后,客户关闭连接并退出。-client. The procedure first with the corresponding server connections. Users then receive from the standard input (keyboard) and input string, and then a string sent to the server, server to receive the information and display. After continue to wait until the user input of user input Ctrl-D. When users type Ctrl-D, customers close the connection and exit.
- 2022-12-26 01:15:04下载
- 积分:1
-
area_app_api
很重要的log文件为啥就通过不了呢,具体我也不知道啊(To the time to life, rather than to life in time to the time to life, rather than to life in time)
- 2020-06-23 17:20:02下载
- 积分:1
-
vcl-styles-utils-master
说明: Open Comp Port Palang Parkir
- 2019-06-18 18:28:46下载
- 积分:1
-
WNNM_code
一种新的图像去噪算法的matlab实现,效果比较好,运行速度较慢(A new image denoising algorithm matlab implementation, the effect is better, the running speed is slower.)
- 2020-11-24 22:59:34下载
- 积分:1
-
LNode
1、 随机产生或键盘输入一组元素,建立一个带头结点的单向链表(无序)。
2、 遍历单向链表。
3、 把单向链表中元素逆置(不允许申请新的结点空间)。
4、 在单向链表中删除所有的偶数元素结点。
5、 编写在非递减有序链表中插入一个元素使链表元素仍有序的函数,并利用该函数建立一个非递减有序单向链表。
6、 利用算法5建立两个非递减有序单向链表,然后合并成一个非递增链表。
7、 利用算法5建立两个非递减有序单向链表,然后合并成一个非递减链表。
8、 利用算法1建立的链表,实现将其分解成两个链表,其中一个全部为奇数,令一个全部为偶数(尽量利用已知的存储空间).
9、 利用单向链表实现一元多项式的存储并实现两个多项式相加并输出结果。
10、 在主函数中设计一个简单的菜单,分别调试上述算法。
(visual c)
- 2009-03-26 10:10:27下载
- 积分:1