-
双重链接的列表
双重链接列表中给出如何您可以执行链接列表中的文件操作
其中包括搜索、 选择、 插入、 从列表中删除一个元素
使用户可以快速访问链接列表的
- 2022-02-06 15:07:51下载
- 积分:1
-
EWF, window system disk protection program. Application Examples
EWF,window 系统盘保护程序。应用示例-EWF, window system disk protection program. Application Examples
- 2022-12-03 19:15:03下载
- 积分:1
-
c++沉思录完整版,很经典的C++书,有很多关于程序设计技术方面的话题。...
c++沉思录完整版,很经典的C++书,有很多关于程序设计技术方面的话题。-c++ meditation full version, it is classic C++ book, there are many technical aspects of program design on the topic.
- 2022-01-28 14:21:28下载
- 积分:1
-
百行代码实现的WEB服务器
百行代码实现的WEB服务器
aardio开发环境
服务器响应后各种处理步骤:
第一步,通过获取到的 请求响应request对象的url属性,分解出url中的path。
第二步,将path传去路由函数,为了获取 目标路径、目标文件类型、错误标记、错误页面 等结果。
第三步,依据路由函数返回的结果。
回复对象的contentType属性设置为路由函数返回的目标文件类型。
回复对象的传送数据:错真就传错误页面,错假就传目标文件的二进制数据 。
回复对象的其他属性按simpleHttpServer内置默认的。
- 2022-05-27 22:20:36下载
- 积分:1
-
(code) Algorithms in C++ Source Code信号处理中的线性代数,数学基础学科必备用书。...
(code) Algorithms in C++ Source Code信号处理中的线性代数,数学基础学科必备用书。-(code) Algorithms in C++ Source Code signal processing in linear algebra, mathematics required basic subjects books.
- 2022-05-22 09:45:45下载
- 积分:1
-
(17.7k)程序员演示如何创建一个COM库。zip包含两个问题。
(17.7k) ComLib demonstrates how to create a COM library. The zip contains two projects, one for the library and one for the test programme. There is also a readme.txt. Don t forget to register the dll before trying to run the test app from a console window. -(17.7k) ComLib demonstrates how to create a COM library. The zip contains two projects, one for the library and one for the test programm e. There is also a readme.txt. Don t forget to reg ister the dll before trying to run the test app fr om a console window.
- 2022-05-13 11:33:17下载
- 积分:1
-
boundary trace
此代码的对象用于BMP图像,其目的是为了实现对图像的边缘跟踪-boundary trace
- 2022-03-06 01:48:41下载
- 积分:1
-
进行 n个学生成绩从高到低排名,排名方式根据函数的style参数进行,如style为 ‘a’ 按升序排,style为 ‘d’ 按降序排。 ( a:ascendi...
进行 n个学生成绩从高到低排名,排名方式根据函数的style参数进行,如style为 ‘a’ 按升序排,style为 ‘d’ 按降序排。 ( a:ascending 升,d: descending 降) -For n ranked from high to low student achievement, ranked according to the function of the style parameters, such as the style of " a" by ascending row, style for the " d" in descending row. (A: ascending l, d: descending down)
- 2022-05-13 14:34:44下载
- 积分:1
-
实现简单的CS聊天,可以用来练手,也可细细研读,试试吧。
实现简单的CS聊天,可以用来练手,也可细细研读,试试吧。-Easy implementation of the CS chat, can be used to practice the hands can also be studied in detail, give it a try.
- 2022-06-12 07:58:34下载
- 积分:1
-
用matlab实现最小生成树,GA算法,克鲁斯卡尔算法和prim算法三种方法
用matlab实现最小生成树,GA算法,克鲁斯卡尔算法和prim算法三种方法,自行输入图信息,实现最小生成树,处理如旅行商问题,推销员问题等。熟悉matlab的操作和函数的使用。
- 2023-01-11 04:05:03下载
- 积分:1