登录
首页 » Windows开发 » 操作系统的一个小程序放置策略,仅供学习使用

操作系统的一个小程序放置策略,仅供学习使用

于 2022-10-23 发布 文件大小:2.10 kB
0 220
下载积分: 2 下载次数: 1

代码说明:

操作系统的一个小程序放置策略,仅供学习使用-operating system placed a small program strategy, only learning to use

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Feature Detection and Matching
    基于sift的特征点检测和匹配,配合Panoramastitch可以实现全景图的拼接,代码为命令行参数程序,有需要可自行修改。
    2022-11-04 02:15:03下载
    积分:1
  • 嵌入式系统的万年历,用C写的,仅仅供参考使用
    嵌入式系统的万年历,用C写的,仅仅供参考使用-Calendar of embedded systems, written with C, just for reference use
    2022-02-05 20:07:44下载
    积分:1
  • design patterns VC example, can be used to study design patterns. I feel very us...
    设计模式的VC例子,可以用于学习设计模式。我自己觉得很有用。这个是Build模式-design patterns VC example, can be used to study design patterns. I feel very useful. This is the Build Model
    2023-08-21 01:20:03下载
    积分:1
  • bp函数逼近五层神经网络调试通过的c++代码
    bp函数逼近五层神经网络调试通过的c++代码-bp function approximation adopted by the five-layer neural network to debug c++ code
    2022-07-18 01:44:29下载
    积分:1
  • 使用JAVA语言实现下列功能的系统 a) 系统能接受用户输入一个文件名,该文件名对应的文件A可能包含中文,英文字符,换行回车等字符。 b) 系统在确认用户输...
    使用JAVA语言实现下列功能的系统 a) 系统能接受用户输入一个文件名,该文件名对应的文件A可能包含中文,英文字符,换行回车等字符。 b) 系统在确认用户输入的文件A存在后对文件A进行处理,生成另外一个文件B,要求文件B显式包含文件A的所有内容,并且不改变文件A中的已经有的内容。 c) 系统在文件A不存在的情况下,可以发现B中保留的A的内容被修改过。这种修改包括删除/增加A的某行信息,在A的内容中增加/删除/修改某个字符。-use JAVA following a function of the system) system will accept user input a name, the name of the paper document may contain A Chinese and English characters such as newline characters enter. B) System user input in identifying the existence of a document after document A pair of processed produce another document B, B requested documents Explicit document contains all the elements of A and A does not change the document has some content. C) A system in the document did not exist circumstances, it can be found B of A to retain the content has been modified. Such changes include the deletion/A increased to a certain line of information in the contents of A Increase/delete/change certain characters.
    2022-03-22 01:16:46下载
    积分:1
  • 基于stm32的音乐播放器,可以播放wav,mp3等格式文件,可以按键控制上下曲目
    代码开机先检测字库是否存在,如果检测无问题,则对VS1053进行RAM测试和正弦测试,测试完后开始循环播 放SD卡MUSIC文件夹里面的歌曲(必须在SD卡根目录建立一个MUSIC文件夹,并存放歌曲在里面),在TFTLCD上 显示歌曲名字、播放时间、歌曲总时间、歌曲总数目、当前歌曲的编号等信息。KEY0用于选择下一曲,KEY2用于 选择上一曲,KEY_UP和KEY1用来调节音量。
    2023-01-12 09:40:05下载
    积分:1
  • 使用VB的硬盘参数读取程序 通过建立一个调用WinIO.dll的DLL,一个通用的硬盘参数读取程序,包含获取参数的DLL代码和测试代码...
    使用VB开发的硬盘参数读取程序 通过建立一个调用WinIO.dll的DLL,开发一个通用的硬盘参数读取程序,包含获取参数的DLL代码和测试代码-use VB drive parameters reader through the establishment of a DLL called WinIO.dll development of a common drive parameters reader, including access to the DLL code parameters and test code
    2022-03-20 13:41:57下载
    积分:1
  • 虚拟翻书
    虚拟翻书,通过采集卡摄像头来判断手势,向左或者向右翻书。
    2022-02-06 16:56:38下载
    积分:1
  • ImageEn控件Demo,需要先安装ImageEn控件
    ImageEn控件Demo,需要先安装ImageEn控件-ImageEn Control Demo, need to install control ImageEn
    2023-04-30 20:40:03下载
    积分:1
  • 编写可串行化类时,MFC用你指定的模式号制定一个粗略的版本控制方式。在向档案写数据时,MFC用模式标记该类的实例;而在读回数据时,MFC将档案中的记录的模式号和...
    编写可串行化类时,MFC用你指定的模式号制定一个粗略的版本控制方式。在向档案写数据时,MFC用模式标记该类的实例;而在读回数据时,MFC将档案中的记录的模式号和应用程序中使用着的 该类对象的模式号做比较,如果两模式号不匹配,则MFC发送一个CArchiveException,其m_cause 等于CArchiveException::badSchema。没有得到处理的该类异常会促使MFC显示一个对话框,提示 “非预期的文件格式”。如果每次修改对象的串行化存储格式时都能做到增加模式号,那么就不怕 这种无心的操作―试图把磁盘中存的老版本对象读入内存里的新版本对象了。 [代码性质] VC完整应用程序代码 [代码作者] 阿豪(kof) [文件大小] 369K-prepared Serializable category, the MFC with you specify the mode of development of a rough version control mode. To write data files, the MFC model with markings such examples; In reading back the data, MFC will file the record of the model and application procedures with the use of such objects, the model used for comparison, if the two patterns do not match, and then send a CArchiveException MFC, equivalent to m_cause CArchiveException : : badSchema. Not to be addressed such abnormal prompted MFC will show a dialog box, suggesting that "unintended file format." If every amendment targets of serial storage format can achieve the increase mode, so it
    2022-08-17 22:59:40下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载