-
约瑟夫问题
--- ---约瑟夫问题--
- 2022-02-09 10:35:20下载
- 积分:1
-
能将.TXT文件格式的中文汉字(汉字间用空格隔开)转换为相应的ASC||码,并用.TXT文件保存起来...
能将.TXT文件格式的中文汉字(汉字间用空格隔开)转换为相应的ASC||码,并用.TXT文件保存起来-Can. TXT file format of the Chinese characters (separated by a space between characters) is converted to the corresponding ASC | | code, and use. TXT files saved
- 2022-06-17 15:07:34下载
- 积分:1
-
利用给定的条件可以实现立体相对的两张影像前方教会解算,同时能够进行精读估计...
利用给定的条件可以实现立体相对的两张影像前方教会解算,同时能够进行精读估计-利用给定的条件可以实现立体相对的两张影像前方教会解算,同时能够进行精读估计
- 2022-02-01 12:18:40下载
- 积分:1
-
花样多
Synchronized multi-threading in C++ (No MFC!)
- 2022-03-26 00:31:41下载
- 积分:1
-
sift the original author of the test procedure algorithms, hybrid programming ca...
sift算法原作者的测试程序,混合编程改进后可用-sift the original author of the test procedure algorithms, hybrid programming can be improved
- 2022-07-14 10:44:14下载
- 积分:1
-
C#学习 文件处理 C#进行文件处理。码制转换
C#学习 文件处理 C#进行文件处理。码制转换-C# Learning C# document processing for document processing. Code conversion system, etc.
- 2023-05-01 05:15:02下载
- 积分:1
-
简单soket c/s通讯示例 采用VC语言,也通过运行,有算法简介。...
简单soket c/s通讯示例 采用VC语言,也通过运行,有算法简介。-Simple routine of socket c/s communication based on VC, which pass debug and can run with arithmetic description.
- 2022-08-25 10:00:27下载
- 积分:1
-
使用说明:
1、本软件为多个零碎的字符文件的合并提供了方便,它所整合的文件只要是字符类型即可
2、可以多种格式输入和输出
3、首先需要将要处理的文件...
使用说明:
1、本软件为多个零碎的字符文件的合并提供了方便,它所整合的文件只要是字符类型即可
2、可以多种格式输入和输出
3、首先需要将要处理的文件名改为1.txt(或者1.doc或者1.m或者其他文件类型)......n.txt(或者n.doc或者n.m或者其他文件类型),n为文件总数。
4、然后按提示操作即可。
5、由于软件为2.0版,经过大量改进,讲运行速度提高了几百倍,无需用户等待,瞬间即可。
6、联系方式:
邮箱地址:yuannweimin_123@yahoo.com.cn
联系电话:13541229189-Usage: 1, the software for a number of piecemeal character of the merger document, providing a convenient, integrated document it as long as they are characters you can type 2, can be a variety of formats for input and output 3, first of all need to have to deal with the file name changed for 1.txt (or 1.doc or 1.m or other file type )...... n.txt (or n.doc or nm, or other file type), n the total number for the document. 4, then prompts you. 5, due to software version 2.0, after a large number of improvements, say to run hundreds of times faster, without user waiting, the moment you can. 6, Contact: E-mail address: yuannweimin_123@yahoo.com.cn Contact Tel: 13541229189
- 2022-01-26 01:39:31下载
- 积分:1
-
matlab仿真 随机马尔科夫移动模型
hhhhhhhhhh阿阿萨德内拉手拿到了在新窗口了坚实的 阿克里斯蒂娜老师你的毛主席,从哪里爱上了的苦难爱丽丝看到你阿萨姆奶茶老师抠到哪了从哪里爱上看到你阿卡丽你辛苦了出纳卡洛斯金蝶兰瞌睡虫明年拉克丝的扣拉手
- 2022-10-16 03:35:03下载
- 积分:1
-
用信号量实现读者和写者的程序
读者-写者问题的读写操作限制(包括读者优先和写者优先):
写-写互斥,即不能有两个写者同时进行写操作。
读-写互斥,即不能同时有一个线程在读,而另一个线程在写。
读-读允许,即可以有一个或多个读者在读。
读者优先的附加限制:如果一个读者申请进行读操作时已有另一个读者正在进行读操作,则该读者可直接开始读操作。
写者优先的附加限制:如果一个读者申请进行读操作时已有另一写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态才能开始读操作。
- 2022-04-22 12:41:24下载
- 积分:1