-
S3C2410上非操作系统的usbHost程序,可以不用操作系统读写U盘等...
S3C2410上非操作系统的usbHost程序,可以不用操作系统读写U盘等-S3C2410 on non-operating system usbHost procedures, you can not read and write operating systems, such as U Disk
- 2022-01-27 16:27:09下载
- 积分: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
-
bankers algorithm used to avoid deadlock
采用银行家算法实现死锁的避免-bankers algorithm used to avoid deadlock
- 2022-03-02 17:02:43下载
- 积分:1
-
A real model of examples show the contents of memory to compile NASM @ CPU and c...
一个实模式下显示内存内容的例子 nasm编译 @ CPU及微机基本硬件的使用-A real model of examples show the contents of memory to compile NASM @ CPU and computer use of basic hardware
- 2022-02-26 12:11:30下载
- 积分:1
-
MS-DOS源代码v1.0v2.0
软研究院杰出工程师、总经理Roy Levin透露,“感谢Computer History Museum项目,这些珍贵的源代码得以保留,并提供给技术社区。”这些源代码的查看地址:MS DOS 1.1和2.0、Word for Windows 1.1a。打算下载这部分代码的用户必须同意将其用于非商业用途,同时也不会被发布到互联网的其它任何地方。
- 2023-01-07 21:25:03下载
- 积分:1
-
高校计算机学院操作系统课程关于进程通信的程序范例
高校计算机学院操作系统课程关于进程通信的程序范例-University College of the operating system of computer programs on the example of the process of communication procedures
- 2022-03-13 08:14:25下载
- 积分:1
-
XE2 DelForEX v2.5.4
델파이 자체 포매터도 있지만
DelForEX 익숙한분을 위해서 올립니다。
- 2022-12-30 11:45:08下载
- 积分:1
-
Can read/change the Nvidia graphics pll clock information, realize soft overcloc...
能读取/更改Nvidia显卡pll时钟信息,实现软超频的linux下源程序。-Can read/change the Nvidia graphics pll clock information, realize soft overclocking under linux source.
- 2022-01-25 16:27:00下载
- 积分:1
-
51 rtos
非常适合入门的操作系统学习源码,可以学习操作系统是如何进行现场保护,出栈,入栈,调度等操作
非常适合入门的操作系统学习源码,可以学习操作系统是如何进行现场保护,出栈,入栈,调度等操作
非常适合入门的操作系统学习源码,可以学习操作系统是如何进行现场保护,出栈,入栈,调度等操作
非常适合入门的操作系统学习源码,可以学习操作系统是如何进行现场保护,出栈,入栈,调度等操作
- 2022-03-10 09:40:39下载
- 积分:1
-
ucosII的33个经典例题,均调试通过的,学习ucosII的捷径,强烈推荐!因文件太多,分成了5个上载,请大家谅解!...
ucosII的33个经典例题,均调试通过的,学习ucosII的捷径,强烈推荐!因文件太多,分成了5个上载,请大家谅解!-ucosII of 33 classic examples, both through debugging and learning ucosII shortcut, strongly recommended! Because too many documents, divided into five available, please understanding!
- 2022-10-27 23:10:03下载
- 积分:1