-
have been transplanted to the TI OMAP1610 processor Nucleus operating system sou...
已移植到TI OMAP1610处理器的Nucleus操作系统源码,并提供了一个Demo的应用程序。-have been transplanted to the TI OMAP1610 processor Nucleus operating system source code, and provide a Demo applications.
- 2022-11-04 10:50:03下载
- 积分:1
-
On the operating system on UXIX information, including how the basic operation a...
讲解关于UXIX操作系统的资料,包含如何基本操作以及编程.-On the operating system on UXIX information, including how the basic operation and programming.
- 2023-03-03 03:55:04下载
- 积分:1
-
操作系统课程设计
操作系统课程设计- The operating system curriculum designs
- 2022-02-14 12:12:38下载
- 积分:1
-
西安电子科技大学操作系统的课件,共分十一章,自己认为很有价值,当然这个适应于本科学生。...
西安电子科技大学操作系统的课件,共分十一章,自己认为很有价值,当然这个适应于本科学生。-Xi" an University of Electronic Science and Technology operating system, courseware, is divided into 11 chapters, they consider valuable, of course, it adapted to undergraduate students.
- 2022-03-04 19:51:25下载
- 积分:1
-
文件复制器 2007.07.28.0最新VB源代码
地狱门神(F.R.C.)
适用范围
Windows环境下,本地存储设备的文件夹之间。
测试环...
文件复制器 2007.07.28.0最新VB源代码
地狱门神(F.R.C.)
适用范围
Windows环境下,本地存储设备的文件夹之间。
测试环境
2007.07.27.0版,Windows XP SP2,一次复制文件量6.2万,大小11.5GB。
使用建议
如果需要使用本软件一次处理数量以万计算,大小以GB计算的文件,建议使用Visual Studio 2005集成环境调试运行,以发现并正确处理各种难以预料的异常,避免重复浪费时间。-Copy the file up-to-date browser 2007.07.28.0 hell god VB source code (FRC) the scope of application under the Windows environment, the local storage device between folders. Test environment 2007.07.27.0 version, Windows XP SP2, a copy volume of 62,000 documents, the size of 11.5GB. If you need to use the proposed use of the software first in order to deal with the number of million, and the size of the document calculated to GB, it is recommended to use Visual Studio 2005 integrated debugging environment to run to detect and correctly handle a variety of difficult to predict abnormal, avoid duplication of a waste of time.
- 2023-09-05 01:25:02下载
- 积分:1
-
fsdfsd 好超级好是酷我
废话废话 blahblahblahblahblahblah
使用系统 ;
使用 System.Collections.Generic ;
使用 System.Linq ;
使用 System.Text ;
使用 System.Data.SqlClient ;
使用 System.Data ;
使用 System.Threading ;
ConsoleApplication3 的命名空间
{
类的程序
{
静态 void Main (字符串 [] args)
{
字符串 connectionString = @"数据源 =。SQLEXPRESS2008R2 ;
初始目录 = lab8 ;
集成安全性 = True";
System.Data.SqlClient.SqlConnection cn = 新 System.Data.SqlClient.SqlConnection(connectionString) ;
cn。Open ();
字符串路径 = @"c:lab8";
foreach (文件路径字符串中 System.IO.Directory.GetFiles(path))
{
SqlCommand cmd = 新 SqlCommand ("插入到 Files2(Name,Date) 值 (@Name,@Date)",cn) ;
SqlParameter param = 新 SqlParameter() ;
param。ParameterName ="@Name";
param。值 = System.IO.Path.GetFileName(filePath) ;
param。SqlDbType = SqlDbType.VarChar ;
cmd.Parameters.Add(param) ;
param = 新 SqlParameter()
- 2023-07-19 16:15:03下载
- 积分:1
-
很好用的域名代理系统,很好,我X这个站真J8麻烦
很好用的域名代理系统,很好,我X这个站真J8麻烦-A good proxy to use the domain name system, very good, I really X this station J8 trouble
- 2022-01-25 17:07:13下载
- 积分:1
-
Zhi LRU replacement pages with FIFO
页面置换之LRU与FIFO-Zhi LRU replacement pages with FIFO
- 2022-08-21 11:47:56下载
- 积分:1
-
银行家算法是避免死锁的算法,是最经典的,欢迎下载
银行家算法是避免死锁的算法,是最经典的,欢迎下载-Banker
- 2022-03-21 00:23:11下载
- 积分:1
-
本程序设计的是一个小型商店每天记的流水帐管理程序,没有具体到销售的每一样商品,只是记载了每一笔的收入和支出情况。经过简单扩充就可以成为一个完整的商店销售管理系统...
本程序设计的是一个小型商店每天记的流水帐管理程序,没有具体到销售的每一样商品,只是记载了每一笔的收入和支出情况。经过简单扩充就可以成为一个完整的商店销售管理系统。-The program design is a small store in mind the itemized account in next day management processes, not specifically to the sale of every commodity, is only documented in each of the income and expenditure. After simple expansion can become a complete shop sales management system.
- 2022-11-29 19:25:03下载
- 积分:1