-
嵌入式系统中的fat32和fat16源代码(完全版)
嵌入式系统中的fat32和fat16源代码(完全版)
- 2023-04-11 00:15:03下载
- 积分:1
-
OMAP730 进入DEEPSLEEP模式代码.
OMAP730 进入DEEPSLEEP模式代码.
-OMAP730 enter the code DEEPSLEEP mode.
- 2022-01-26 03:00:47下载
- 积分: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
-
在软电话H323协议,软件编程语言的使用G711,G729…
基于h323协议的软phone,使用软件编码语言g711,g729等。-h323 agreement on the soft phone, the use of software coding language g711, g729, etc..
- 2022-04-22 10:53:05下载
- 积分:1
-
简单的http文本网页下载程序。自定义下载的uri后运行,即可保存至本地目录下。...
简单的http文本网页下载程序。自定义下载的uri后运行,即可保存至本地目录下。-Simple http download the text of the page. Custom uri download after running, you can save to a local directory.
- 2022-04-30 16:09:11下载
- 积分:1
-
Memory mapping example, needs can facie, C language
内存映射实例,需要的可以看下,C语言编写-Memory mapping example, needs can facie, C language
- 2022-11-28 05:50:04下载
- 积分:1
-
- 2022-03-14 23:50:47下载
- 积分:1
-
GHOST 安装指南 ,有好多例子,大家可以看看!
GHOST 安装指南 ,有好多例子,大家可以看看! -GHOST 安装指南指南,有好多例子,大家可以看看!看看!
- 2022-02-02 01:11:48下载
- 积分:1
-
一个关于USB开发的C源程序
一个关于USB开发的C源程序-These are source code of c about USB.
- 2023-03-17 18:40:04下载
- 积分:1
-
IwTCP/IP network protocol stack in the operating system porting code ucos
IwTCP/IP网络协议栈在ucos操作系统上的移植代码-IwTCP/IP network protocol stack in the operating system porting code ucos
- 2022-02-02 22:21:48下载
- 积分:1