-
Chinese handwriting input, support and other PDA WINCE5.0
中文手写输入,支持PDA WINCE5.0等-Chinese handwriting input, support and other PDA WINCE5.0
- 2022-08-13 06:22:02下载
- 积分:1
-
通过IP网络控制服务器,实现BIOS级的控制。
通过IP网络控制服务器,实现BIOS级的控制。-kvm over ip
- 2022-06-30 10:06:12下载
- 积分: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
-
demonstration of the process of how to use the preparation of high
本程序演示了如何利用编写高层应用程序与USB接口通信。有必要了解主机是如何识别USB设备以及USB工作的基本原理。-demonstration of the process of how to use the preparation of high-level application program interface with the USB communication. It is necessary to understand the mainframe is how to identify and USB USB devices to the basic tenets.
- 2022-03-18 20:58:56下载
- 积分:1
-
μCOSII操作系统开发中文教程详细解释
μCOSII操作系统开发中文教程详细解释-μCOSII operating system tutorials explain in detail the development of Chinese
- 2023-05-11 05:20:04下载
- 积分:1
-
C++写的操作系统原理及实现,模拟页面置换算法OPT的源码
C++写的操作系统原理及实现,模拟页面置换算法OPT的源码-C++ Write the operating system and realize the principle of simulated OPT page replacement algorithm for the source
- 2022-01-24 08:50:42下载
- 积分:1
-
Orange' s: an operating system implementation (source code attached to the bo...
Orange s:一个操作系统的实现(书附源码)readme.rar-Orange" s: an operating system implementation (source code attached to the book) readme.rar
- 2022-08-17 14:20:28下载
- 积分:1
-
这是一个操作系统课程设计,能够实现用进程并发中的资源分配方法预防死锁。...
这是一个操作系统课程设计,能够实现用进程并发中的资源分配方法预防死锁。-This is an operating system, curriculum design, can be achieved concurrent with the process of resource allocation methods to prevent deadlock.
- 2022-01-26 04:01:07下载
- 积分:1
-
一个简单实用的嵌入式操作系统,实现了嵌入式操作系统的基本模块:内存管理、系统调度
、系统调用等。...
一个简单实用的嵌入式操作系统,实现了嵌入式操作系统的基本模块:内存管理、系统调度
、系统调用等。-One simple embedded OS
- 2022-02-15 01:39:17下载
- 积分:1
-
nucleus10版本源码,著名的嵌入式操作系统
nucleus10版本源码,著名的嵌入式操作系统-nucleus10 versions of source code, well-known embedded operating system
- 2022-03-31 00:01:10下载
- 积分:1