登录
首页 » c# » 数据库访问类

数据库访问类

于 2023-01-31 发布 文件大小:68.96 kB
0 56
下载积分: 2 下载次数: 1

代码说明:

sqlserver 操作类 , sqlserver 数据库连接  操作类  sqlserver 操作类 , sqlserver 数据库连接  操作类  sqlserver 操作类 , sqlserver 数据库连接  操作类  sqlserver 操作类 , sqlserver 数据库连接  操作类  sqlserver 操作类 , sqlserver 数据库连接  操作类 

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • music
    51单片机程序,操作蜂鸣器,能使蜂鸣器奏出“祝你生日快乐”音乐。(51 SCM procedures, operation buzzer, buzzer can play the " Happy Birthday to You" music.)
    2013-10-06 15:11:00下载
    积分:1
  • LIS3DH完整资料.tar(源码+原理图+手册文档)
    【实例简介】LIS3DH完整开发资料,包括原理图及PCB、用户手册、数据手册;基于51和STM32、STM8的驱动及官方例程等等
    2021-06-24 00:31:04下载
    积分:1
  • RGB888PIC
    stm32+UCOSII+emwin+7寸液晶屏快速加载图片的方法,调用常用的emwin的函数一般显示速度在3秒,使用这个方法后显示0.1秒就可以算不刷新完成,值得借鉴(Stm32+ UCOSII+ emwin+ 7 inch LCD screen fast loading images, the method of commonly used emwin function called general display speed in 3 seconds, 0.1 seconds after using this method show can not refresh to complete, is worth using for reference)
    2016-09-23 22:35:18下载
    积分:1
  • chatPCandCE
    基于EVC在WINCE5.0下的聊天室源码(EVC under the WINCE5.0 based chat room source code )
    2013-10-17 09:26:34下载
    积分:1
  • MPU6050与卡尔曼滤波算法实践(MPU6050sketch01.ino)
    #include "Wire.h"#include "I2Cdev.h"#include "MPU6050.h" MPU6050 accelgyro; unsigned long now, lastTime = 0;float dt;                                   //微分时间 int16_t ax, ay, az, gx, gy, gz;             //加速度计陀螺仪原始数据float aax=0, aay=0,aaz=0, agx=0, agy=0, agz=0;    //角度变量long axo = 0, ayo = 0, azo = 0;             //加速度计偏移量long gxo = 0, gyo = 0, gzo = 0;             //陀螺仪偏移量 float pi = 3.1415926;float AcceRatio = 16384.0;                  //加速度计比例系数float GyroRatio = 131.0;                    //陀螺仪比例系数 uint8_t n_sample = 8;                       //加速度计滤波算法采样个数float aaxs[8] = {0}, aays[8] = {0}, aazs[8] = {0};         //x,y轴采样队列long aax_sum, aay_sum,aaz_sum;                      //x,y轴采样和 float a_x[10]={0}, a_y[10]={0},a_z[10]={0} ,g_x[10]={0} ,g_y[10]={0},g_z[10]={0}; //加速度计协方差计算队列float Px=1, Rx, Kx, Sx, Vx, Qx;             //x轴卡尔曼变量float Py=1, Ry, Ky, Sy, Vy, Qy;             //y轴卡尔曼变量float Pz=1, Rz, Kz, Sz, Vz, Qz;             //z轴卡尔曼变量 void setup(){    Wire.begin();    Serial.begin(115200);     accelgyro.initialize();                 //初始化     unsigned short times = 200;             //采样次数    for(int i=0;i
    2019-12-11下载
    积分:1
  • 本程序能够实现文件字符的比较,是非常实用的工具!
    本程序能够实现文件字符的比较,是非常实用的工具!-procedures to achieve the characters in the document, is a very useful tool!
    2022-05-20 16:47:18下载
    积分:1
  • POP3_EXAMPLE
    Pop3客户端接收信件的整个流程: 1。连接到pop3服务器(默认端口110) 2。发送用户名(user) 3。发送密码(pass) 4。查询当前邮箱状态(stat) 5。查询服务器上所有邮件UID列表(UIDL) 6。查询本地所有邮件的UID列表,从而罗列出新邮件列表(本地UID列表是POP3客户端记录在日志文件中的) 7。对所有新邮件查询其大小(LIST) 8。下载所有新邮件(RETR)利用List提供的邮件大小信息 9。如果有必要,对所有新邮件标志为删除(DELE) 10。结束对话(QUIT) 11。解析本地下载邮件。(Pop3 client receives the entire flow of letters: 1. Connect to the pop3 server (default port 110) 2. Send user name (user) 3. Send password (pass) 4. Query current mail status (stat) 5. Query server UID list of all messages (UIDL) 6. Query local UID list of all messages, which set out the new mailing list (local UID is a POP3 client list recorded in the log file) 7. For all new e-mail inquiries about their size (LIST) 8. Download all new messages (RETR) to use List of information provided by message size 9. If necessary, for all new signs for the delete message (DELE) 10. The end of the dialogue (QUIT) 11. Analysis of local download your mail.)
    2021-01-03 19:38:55下载
    积分:1
  • RLC测量仪
    设计硬件电路完成R、L、C参数的同时测量,测量精度高、速度快,产品工作稳定。程序给出PWM输入捕获配置流程和参数要求,根据测量AD值和相应软件校正算法进行校正,最终可实现R、L、C同时测量的RLC测量仪。采用STM32F103单片机和MDK进行开发。
    2022-03-16 16:08:19下载
    积分:1
  • 串口测试代码232,485
    串口测试,方便快捷,方便测试串口通讯,可以配合串口工具测试内核中的串口,不但可以测试232,还可以486,方便好用,值得推荐
    2022-06-28 08:56:13下载
    积分:1
  • DXF
    C#实现读写DXF代码,C#实现读写DXF代码。(DXF read and write code in C# to achieve, C# code to achieve read and write DXF.)
    2010-02-03 18:09:22下载
    积分:1
  • 696518资源总数
  • 105562会员总数
  • 1今日下载