登录
首页 » 其他项目 » 实现从U盘上引导启动!优化了以前功能模块,注意的是当想正常启动系统时,U盘不要插在电脑上,不然有可能启动不了....

实现从U盘上引导启动!优化了以前功能模块,注意的是当想正常启动系统时,U盘不要插在电脑上,不然有可能启动不了....

于 2022-08-31 发布 文件大小:349.46 kB
0 188
下载积分: 2 下载次数: 1

代码说明:

实现从U盘上引导启动!优化了以前功能模块,注意的是当想正常启动系统时,U盘不要插在电脑上,不然有可能启动不了.-Realize U disc from the boot! Optimized function module ago, noted that when the system like a normal start, U disk not inserted in the computer, or may not start.

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

发表评论

0 个回复

  • everest的cjacker写的make使用心得1
    everest的cjacker写的make使用心得1-everest
    2022-01-28 02:43:23下载
    积分:1
  • prepare themselves with a small C games, DOS interface, oh run. Float Float basi...
    自己用C编写的小游戏,DOS界面哦,可以运行。 浮点数基本运算 浮点数的基本运算主要有四则运算、符号处理、大小比较,以及浮点数分柝等。 包含头文件 "fn.hpp" #include "fn.hpp" 浮点数基本运算 浮点数的基本运算中有加、减、乘、除、取负、绝对值、相等比较等。 加减乘除 加、减、乘、除四个运算极为相似,都是需要两个参数,结果当然也是浮点数了。 例子: // 加 减 乘 除 btil::fn::plus::value // f1+f2 的结果 btil::fn::minus::value // f1-f2 的结果 btil::fn::multiplies::value // f1*f2 的结果 btil::fn::divides::value // f1/f2 的结果 plus::value::f_val // f1+f2 的结果的值 struct one { static const double f_val = 1.0 } // 两个浮点数 struct two { static const double f_val = 2.0 } minus::value::f_val == 0.5 取负 取负运算就是取一个浮点数的负数。-prepare themselves with a small C games, DOS interface, oh run. Float Float basic operations of the basic operations are four major operations, symbols, sizes, and float-watchman"s rattle so. The first document contains "fn.hpp"# include "fn.hpp" float float basic operations of the basic operations are, p
    2022-03-22 16:15:25下载
    积分:1
  • 有关结构张量的几篇论文,对于结构张量的含义及在图像处理方面的应用做了介绍...
    有关结构张量的几篇论文,对于结构张量的含义及在图像处理方面的应用做了介绍-Tensor related to the structure of several papers, for the meaning of the structure tensor and the application of image processing to do the introduction
    2022-07-27 16:36:45下载
    积分:1
  • 这个程序是用C++写的,6个模拟屏幕保护程序的程序。对我来说…
    本程序是用vc++ 6.0 编写的模拟屏幕保护程序。vc++,对我来说是初学者,所以很多知识都不知道, 这个程序是本人在学习vc++的过程中编写的,所以本程序不是很好!通过运行来看,本程序占用CPU很高!希望高人能够指点迷津。本人邮箱:yangtongwenyangyi@163.com-This program is written in vc++ 6.0 Simulation of the screen saver. vc++, for me is a beginner, so much knowledge do not know that this program is to learn vc++ I in the process of preparation, so this program was not very good! by running the point of view, this program CPU-high ! Want to be able to Zhidianmijin Gao Ren. I E-mail: yangtongwenyangyi@163.com
    2022-03-24 23:58:07下载
    积分:1
  • function long StrToData (CString strData. int jz) function : is the string to in...
    函数 long StrToData(CString strData,int jz) 功能:字符串转为正整数值 [字符串可为2-16]任意进制数值字符串 返回:长整型数值 参数:strData 为将要转换的字符串 参数:jz 为字符串的进制 如: CString s s="FFA6" long data=StrToData(s,16) 则:data的值为:65446 用法:将StrToData.h和StrToData.cpp复制加入到您的工程里,在需要调用的函数中      加入#include "StrToData.h"即可调用 -function long StrToData (CString strData. int jz) function : is the string to integer values [string for 2-16] arbitrary numerical string to 229 : long integer numerical parameters : strData will be converted to a string parameters : jz for the string-band such as : CString s = s "FFA6" long StrToData data = (s, 16) : data values are : 65446 directions : StrToData.cpp StrToData.h and will be added to your copy of the works, in the need to call a function to add# include "StrToData.h" can be transferred with
    2023-05-26 02:20:03下载
    积分:1
  • exchange study, we hope that the sharing of resources, if you will need to uploa...
    交换学习,希望大家资源共享,如果需要请多多上传经典的原代码,相互学习-exchange study, we hope that the sharing of resources, if you will need to upload the classic source, learn from each other Thank you
    2022-07-17 21:39:54下载
    积分:1
  • 是清华大学的教学PPT,希望对大家有好的帮助。
    是清华大学的教学PPT,希望对大家有好的帮助。-tsinghua computer C++ PPT
    2022-03-22 21:59:02下载
    积分:1
  • EDA VHDL files
    EDA,VHDL文档-EDA VHDL files
    2023-08-18 08:15:02下载
    积分:1
  • Hspice仿真工具箱
    hspice的matlab工具箱,可以读取Hspice的输出文件,放到matlab中处理-hspice matlab toolbox
    2023-07-28 21:45:07下载
    积分:1
  • 实现数据结构中的二叉树的创建及先序、中序、后序遍历
    实现数据结构中的二叉树的创建及先序、中序、后序遍历-data structure to create the binary tree and first sequence, sequence, after the preorder
    2022-11-19 09:10:04下载
    积分:1
  • 696516资源总数
  • 106554会员总数
  • 12今日下载