-
Rekursif列表
Rekursif List#include "boolean.h"#include "listrekursif.h"#include #include /* Manajemen Memori */address Alokasi (infotype X) { address P; /* Algoritma */ P = (address)malloc(sizeof(ElmtList)); if (P != Nil) {/* alokasi berhasil */ Info(P) = X; 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-24 03:46:16下载
- 积分:1
-
商场入口人数统计程序
说明:
某一家商场共有4个出入口,假设每一个顾客进入商场时对入口的选择具有随机性。现在需要统计在某一时段内每个入口的顾客数,以及进...
商场入口人数统计程序
说明:
某一家商场共有4个出入口,假设每一个顾客进入商场时对入口的选择具有随机性。现在需要统计在某一时段内每个入口的顾客数,以及进入商场的总顾客数。请利用线程同步及线程调度技术模拟一个实时计数系统。
-The number of statistical procedures mall entrance Description: A one store a total of four entrances, suppose a customer into the store for each entry when the choice is random. Now need statistics for each entry in a given period of time the number of customers, as well as the total number of customers into the store. Please use the thread synchronization and thread scheduling simulate a real-time counting system.
- 2022-06-01 13:51:03下载
- 积分:1
-
实现两个文件的连接,并把他存在另一个文件
实现两个文件的连接,并把他存在另一个文件-Connections to achieve the two documents and the existence of another document, he
- 2022-12-06 19:25:03下载
- 积分:1
-
检查日期的合法性
检查日期的合法性-check the legality of the date of
- 2022-03-21 17:14:17下载
- 积分:1
-
基本粒子群源代码
粒子群优化算法的基本思想是通过群体中个体之间的协作和信息共享来寻找最优解,每个粒子都有一个由目标函数决定的适应度值,并且知道自己到目前为止发现的最好位置,和现在的位置,在每次一迭代中,例子通过跟踪这两个极值来更新自己。
- 2022-05-07 20:03:10下载
- 积分:1
-
SMTP与POP3协议 能够接收与发送邮件
SMTP与POP3协议 能够接收与发送邮件-POP3 and SMTP to send and receive mail
- 2022-10-04 14:00:03下载
- 积分:1
-
全英文的系统,能够完成家庭财务系统的大部分功能,提供友好界面,全vc++制作...
全英文的系统,能够完成家庭财务系统的大部分功能,提供友好界面,全vc++制作-A pure English system, providing most family finacial system functions with friendly interface and totally written in VC++.
- 2022-01-25 18:08:46下载
- 积分:1
-
mvc4后台模板
此后台模板用mvc4的框架,界面设计主要运用了easyui,实现了图片上传及预览、表单的提交、系统的登录和验证码的实现等功能。
- 2022-03-01 19:48:24下载
- 积分:1
-
explorerbar
explorerbar仿照xp资源管理器-explorerbar
- 2022-01-30 23:52:16下载
- 积分:1
-
这是一个用JAVA编写的RTSP协议的服务器
这是一个用JAVA编写的RTSP协议的服务器-This is a java about the rtsp protocal Server in this Panel page
- 2022-07-10 20:14:02下载
- 积分:1