-
With regard to split the source window, the window divided into four parts, incl...
关于窗口分割的源程序,把窗口分割为4部分,包括动态分割和静态分割!挺好的-With regard to split the source window, the window divided into four parts, including dynamic segmentation and static segmentation! Quite good
- 2022-06-17 00:13:50下载
- 积分:1
-
一个不错的注册表工具源代码
一个不错的注册表工具源代码-registry a good tool for source code
- 2023-02-01 07:20:03下载
- 积分:1
-
沙漠行车问题数学模型的C语言程序,运行可得通过的最优耗油量的值....
沙漠行车问题数学模型的C语言程序,运行可得通过的最优耗油量的值.-Math model of Travelling in desert,use C language.Can get the optimized consume of oil.
- 2022-03-05 11:17:32下载
- 积分:1
-
候俊杰深入浅出mfc,为初学者提供一个很好的基础。
候俊杰深入浅出mfc,为初学者提供一个很好的基础。-A book for learning MFC.
- 2022-04-15 23:29:24下载
- 积分:1
-
hdsimulator
hdsimulator
- 2022-01-26 06:01:29下载
- 积分:1
-
用C语言实现学生学号,姓名,五门课程成绩的录入与查寻,统计不及格人数,优秀学生人数,平均成绩等。...
用C语言实现学生学号,姓名,五门课程成绩的录入与查寻,统计不及格人数,优秀学生人数,平均成绩等。-C language students learn, names, five courses with the results of the search entry, compared to statistics, the number of outstanding students, the average performance.
- 2022-02-02 22:57:54下载
- 积分:1
-
客户信息管理系统DEMO及源程序,使用xpmenut等控件
客户信息管理系统DEMO及源程序,使用xpmenut等控件-DEMO customer information management system and source code, the use of such controls xpmenut
- 2022-07-02 02:09:23下载
- 积分:1
-
一款超市管理的原码,使用pb写的,写的窗口很多,还是很不错的,稍加改动就可以成产品了。...
一款超市管理的原码,使用pb写的,写的窗口很多,还是很不错的,稍加改动就可以成产品了。-the source of supermarket manage,it is made by PB,it can be improved esealy to a product!
- 2022-03-02 06:44:45下载
- 积分:1
-
气象保障常用软件包:本书分为10章,包括客观分析、诊断分析、多元统计分析、主分量分析、自适应统计天气预报方法、时间序列分析、谱分析、人工神经网络天气预报方法、灰...
气象保障常用软件包:本书分为10章,包括客观分析、诊断分析、多元统计分析、主分量分析、自适应统计天气预报方法、时间序列分析、谱分析、人工神经网络天气预报方法、灰色系统及气象绘图软件等内容。 Fortran代码写在word文档中。-Commonly used meteorological package: This book is divided into 10 chapters, including an objective analysis, diagnostic analysis, multivariate statistical analysis, principal component analysis, adaptive statistical weather forecasting methods, time series analysis, spectral analysis, artificial neural network forecast method, the gray systems and meteorological elements, such as mapping software. Fortran code written on the word document.
- 2022-10-24 17:20:03下载
- 积分: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