-
PHP+MYSQL图书后台管理系统
资源描述该系统为一个图书后台管理系统。实现的功能有图书的录入,删除,查询,修改。有注册界面,登录界面,登录界面实现验证码验证,有部分功能还不完善,大致的框架模板可供参考,不可用于商业盈利利用,转载请注明出处。
- 2023-03-12 19:00:04下载
- 积分:1
-
基于改进遗传算法的T_S型模糊控制器优化设计
基于改进遗传算法的T_S型模糊控制器优化设计-based on improved genetic algorithms T_S fuzzy controller design optimization
- 2023-08-24 07:30:04下载
- 积分:1
-
将自动删除目录
will automatically delete the directory of
- 2022-10-11 14:55:02下载
- 积分:1
-
C语言编程产生离散单元斜边序列,序列的门…
用C语言编程产生离散单位斜边序列、门序列、指数衰减序列,实现三者卷积,并在显示器上观察到相关序列或卷积的图形。比较经典的卷积C源码-C language programming produce discrete units hypotenuse sequence, the gate sequence, exponential decay sequence, the realization of the three convolution, and observed in the display sequence, or convolution-related graphics.This is the classical convolution C original code
- 2022-02-02 22:38:30下载
- 积分:1
-
trafficlight
交通信号灯管理系统,方便快捷十分好用,具有完善功能-trafficlight
- 2022-04-01 03:35:25下载
- 积分:1
-
CoStream 无缓存 Pipe Stream
翻译 maninwest@Codeforge 作者:Sergey Nozhenko@CodeProject介绍:CoStream 是的 PipeStream 无缓存替代选择。背景在生产者/消费者模式下,如果我们知道一个消费者确定要读取stream 读到结束或者如果不能读到结束就处理,那么同步stream 就不需要维护自己的内部缓存,完全依赖于 Read 方法调用者的缓存。在Read 方法中,CoStream 保存到目标缓存的引用并等待,直至完成。而 write 方法从源缓存中复制数据到目标缓存,会给读取者发送信号缓存已准备就绪或者需要等待期 Read 调用(如果来源缓存中有未消耗的数据剩下或者返回到Writer 调用者)。使用代码CoStream 不能在单个话题中使用。应该至少有两个,读取和写入话题。两者都需要关闭(或处理)stream,一边对方可以继续到结束。测试程序在 XmlDocument 中加载了一些 xml 文件。然后将其写入到 CoStream 的实例Static CoStream costream = new TestCoStream();
static string outpath;
static void Main(string[] args)
{
// ...
XmlDocument doc = new XmlDocument();
doc.Load(args[0]);
outpath = args[1];
var reading_thread = new Thread(ReaderBody);
reading_thread.Start();
using (var pipe = XmlWriter.Create(costream, new XmlWriterSettings { CloseOutput = true }))
doc.Save(pipe);
reading_thre
- 2022-03-17 17:34:17下载
- 积分:1
-
Excel
Excel->MySQL 解决UNIX下使用Excel数据的困难。-Excel-gt; MySQL UNIX solutions use Excel data difficulties.
- 2022-03-18 21:47:17下载
- 积分:1
-
迷宫生成器vc实现
迷宫生成器vc实现-maze generator achieve vc
- 2023-04-18 22:50:04下载
- 积分:1
-
game planning document is the development of the pre
游戏策划文档 这个是游戏开发的前期关键,是项目成败的最终决定因素-game planning document is the development of the pre-game key to the success or failure of projects is the ultimate deciding factor
- 2023-04-13 01:45:03下载
- 积分:1
-
大连理工出版社,数据结构与算法(第三版)ppt
大连理工出版社,数据结构与算法(第三版)ppt-Dalian Science and Technology Press, Data Structures and Algorithms (third edition) ppt
- 2022-02-22 07:30:26下载
- 积分:1