-
非常好的一本C++书籍!对于初学者很有帮助
非常好的一本C++书籍!对于初学者很有帮助-A very good C++ Programming Book for the new learners!
- 2022-01-28 08:31:56下载
- 积分:1
-
我包括用户预约呼出以及系统主动呼出,其中预约回呼根据用户预定的时间段呼出,并将其转到对应的设备上为其服务,而系统主动呼出则利用直接录入的记录或者用户给出的待呼出...
我包括用户预约呼出以及系统主动呼出,其中预约回呼根据用户预定的时间段呼出,并将其转到对应的设备上为其服务,而系统主动呼出则利用直接录入的记录或者用户给出的待呼出表进行呼出-including users and booking system exhaled breath initiative, which calls booking to users of the scheduled time exhaled and transferred in the corresponding equipment for its services, and systems will take the initiative to raise the use of direct recording records or user is the question of exhaled breath Table
- 2022-07-04 04:14:31下载
- 积分:1
-
Yan Wei Min data structure a final experiment. Sorting Algorithm for various com...
严蔚敏数据结构最后一个实验.
对各种排序算法进行比较-Yan Wei Min data structure a final experiment. Sorting Algorithm for various comparisons
- 2023-07-12 13:05:03下载
- 积分:1
-
MATLAB对所的的一组数据利用经典谱(及FFT)进行频谱分析
MATLAB对所的的一组数据利用经典谱(及FFT)进行频谱分析-MATLAB by the right of a group of data using the classical spectrum (and FFT) spectrum analyzer
- 2022-02-28 15:35:21下载
- 积分:1
-
About binary linear codes of procedures, the study of its power spectrum diagram
关于二进制线性编码的程序,研究了它的功率频谱图-About binary linear codes of procedures, the study of its power spectrum diagram
- 2023-08-31 22:10:03下载
- 积分:1
-
tc实现鼠标操作图形
tc实现鼠标操作图形-tc graphics mouse operation
- 2022-03-21 01:27:06下载
- 积分:1
-
usbviewer in mfc
USBView是轻量级和便携式工具,允许你找出关于所有USB闪存技术细节目前连接到电脑。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-05-06 21:55:03下载
- 积分:1
-
此游戏实现的是小球在框里弹来弹去,此游戏是初学者学习
此游戏实现的是小球在框里弹来弹去,此游戏是初学者学习-realize this game is a small frame at the ball bouncing around, the game is a beginner learning
- 2022-12-27 21:10:03下载
- 积分:1
-
C++中拷贝构造函数、临时对象、深拷贝和浅拷贝案例源码,动手做实验,深入理解C++copy...
C++中拷贝构造函数、临时对象、深拷贝和浅拷贝案例源码,动手做实验,深入理解C++copy-C++ copy constructor, temporary objects, deep copy and shallow copy of case source code, hands-on experiments, in-depth understanding of C++ copy
- 2023-02-03 09:05:04下载
- 积分:1
-
undo/redo操作实现
用栈数据结构非常简洁完美的管理了undo redo命令的实现。每条command结构体里面保存了当前操作的ID,操作前状态,操作后状态,执行命令的同时把该命令push入undo管理栈,undo的时候pop出undo命令栈并push入redo命令管理栈,redo的时候pop出redo栈并push到undo栈。算法清楚明了,可以在此基础上拓展自己的任何类似操作。 &nbs
- 2022-12-31 03:25:03下载
- 积分:1