-
form
在NX平台上,利用二次开发工具创建孔、型腔、边倒圆,并进行相对定位(On the platform of NX, using NX second development tools to create a hole, cavity, edge rounding, and relative positioning)
- 2015-03-29 15:34:09下载
- 积分:1
-
WPFCalculator
计算器程序源码,C#写的,很清楚,可以运行(Calculator program source code, C# to write, it is clear, you can run)
- 2011-10-22 22:25:37下载
- 积分:1
-
RootKitHideFile
说明: 通过SSDTHOOK技术实现文件隐藏。。(File hidden by SSDTHOOK technology. .)
- 2010-04-12 10:00:34下载
- 积分:1
-
GPIO_FLASH
这是一个利用dsp的gpio口实现不同的功能模块和数字口功能,程序完整可运行(This is a use of the GPIO DSP port to achieve different functions and functions of the function module, the program can run
)
- 2015-07-09 11:42:30下载
- 积分:1
-
HookFindFile
文件HOOK例程HookFindFile.rar,可以直接以VC6编译通过,达到文件隐藏目地。(HOOK routine document HookFindFile.rar, can be passed directly to the VC6 compiled to document the hidden purpose.)
- 2009-05-16 14:53:12下载
- 积分:1
-
IS62WV12816BLL-SRAM-Board
IS62WV12816BLL SRAM 模組版的電路圖及相關資料,及STM32的Source Code(IS62WV12816BLL SRAM module version of the circuit diagrams and related information, and the STM32 Source Code)
- 2014-02-04 17:57:18下载
- 积分:1
-
Synthetic-seismogram
运用雷克子波合成地震记录,可以根据自己需要更改模型参数。(Ricker wave using synthetic seismograms, you can change the model parameters according to their own needs.)
- 2014-04-07 16:47:54下载
- 积分:1
-
C#编写串口程序(详细教程)
C#通信基础,串口通信,详细教程,初学者入门(C# communication base)
- 2017-11-03 15:24:42下载
- 积分:1
-
OV5640摄像头模块
基于stm32的ov5640开发例程(Ov5640 development routines based on stm32)
- 2018-02-21 16:35:11下载
- 积分:1
-
C# 利用“[^]”通配符进行查询
C# 利用“[^]”通配符进行查询
string P_Str_ConnectionStr = string.Format(//创建数据库连接字符串
@"server=WIN-GI7E47AND9RLS;database=db_TomeTwo;uid=sa;pwd=");
string P_Str_SqlStr = string.Format(//创建SQL查询字符串
"SELECT 学生姓名,年龄,性别,家庭住址 FROM tb_Student");
SqlDataAdapter P_SqlDataAdapter = new SqlDataAdapter(//创建数据适配器
P_Str_SqlStr, P_Str_ConnectionStr);
DataTable P_dt = new DataTable();//创建数据表
P_SqlDataAdapter.Fill(P_dt);//填充数据表
return P_dt;//返回数据表
- 2022-03-20 15:58:24下载
- 积分:1