-
First, the problem Description: The number of polynomial input and stored in mem...
一、问题描述:将多个多项式输入并存储在内存中,然后对多项式进行加,减,乘等基本运算。
二、实行数据方法:用单链表来储存多项式,每个节点存储一项-First, the problem Description: The number of polynomial input and stored in memory, and then make additions to the polynomial, subtraction, multiplication and other basic computing. Second, the implementation of data Methods: Single-Linked List to store polynomials, each node storing a
- 2022-01-26 20:27:48下载
- 积分:1
-
74hc244中文资料
word格式的
74hc244中文资料
word格式的-74hc244 Chinese data word format
- 2022-02-02 00:49:31下载
- 积分:1
-
ini文件的读写
利用fstream来读取ini文件中的内容,使用STL中的vector来保存读取的值,并通过Cstring来保存数据,最后将数据输出到对话框界面中
Use fstream to read the contents of the INI file, use STL in 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-04-19 19:46:22下载
- 积分:1
-
看门狗子程序,用于ARM单片的源程序,先解压,然后编译,即可执行...
看门狗子程序,用于ARM单片的源程序,先解压,然后编译,即可执行-watchdog subroutine for ARM single source, first unpacked, and then compile, can be executed
- 2022-05-21 17:07:14下载
- 积分:1
-
公交车线路查询,可以查询公交车的到站和开车时间等
公交车线路查询,可以查询公交车的到站和开车时间等-BusLineSearch
- 2022-02-06 08:02:57下载
- 积分:1
-
n皇后问题,费城经典的解决方法,用General
n皇后问题,费城经典的解决方法,用General-Search方法写的-n Queens problem,solved by classical Philadelphia method,using General-Search method.
- 2022-11-13 11:20:03下载
- 积分:1
-
百行代码实现的WEB服务器
百行代码实现的WEB服务器
aardio开发环境
服务器响应后各种处理步骤:
第一步,通过获取到的 请求响应request对象的url属性,分解出url中的path。
第二步,将path传去路由函数,为了获取 目标路径、目标文件类型、错误标记、错误页面 等结果。
第三步,依据路由函数返回的结果。
回复对象的contentType属性设置为路由函数返回的目标文件类型。
回复对象的传送数据:错真就传错误页面,错假就传目标文件的二进制数据 。
回复对象的其他属性按simpleHttpServer内置默认的。
- 2022-05-27 22:20:36下载
- 积分:1
-
website inter
网站sma intern ini layaknya网站untuk orang dalam hanya untuk orang internal saja tidak mempunyai sistem login pada会员karena hanya digunakan untuk oran dalam dan memiliki berita untuk info terbaru dan file2 yang dapat didownload untuk karyawan guru dan muris ataupun wali murid yang akan melihat pegumuman atau berita terbaru tentang塞科拉阿纳克阿纳克尼亚
- 2022-03-13 00:25:21下载
- 积分:1
-
ini文件的读取函数,实现对INI文件进行查找,然后读取输出
ini文件的读取函数,实现对INI文件进行查找,然后读取输出-ini file read function, the realization of the INI file search, and then read the output
- 2022-03-20 14:26:43下载
- 积分:1
-
内存分配算法C++
该程序是在VC++6.0上实现的内存分配算法,包括首次适应算法(从自由空闲区中选取第一个合适空闲区来分配)和最佳适应算法(找到大小最接近的空闲区来分配)两种。
- 2022-01-25 22:36:29下载
- 积分:1