-
C#程序调用bartender软件打印标签
用C#程序调用bartender软件打印标签,可以直接用bartender做模版不用程序写代码那么麻烦,省去很多做标签的时间,直接赋值变量到bartender中就可以打印出来
- 2022-07-02 17:45:14下载
- 积分:1
-
C# 利用AND运算符进行查询
C# 利用AND运算符进行查询,查询外语成绩和高数成绩都大于80的学生信息。相关的SQL语句写法和自定义如下:
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_Grade WHERE 外语>80 AND 高数>80");
SqlDataAdapter P_SqlDataAdapter = new SqlDataAdapter(//创建数据适配器
P_Str_SqlStr, P_Str_ConnectionStr);
DataTable P_dt = new DataTable();//创建数据表
P_SqlDataAdapter.Fill(P_dt);//填充数据表
return P_dt;//返回数据表
- 2023-08-29 10:55:04下载
- 积分:1
-
SX1303224_3
利用OpenGL绘制不断旋转的生日蛋糕。应用工具库中的圆柱体、球,通过使用旋转、平移、放大缩小等方法变换坐标,组成蛋糕、蜡烛、火焰等相应物体。(Using OpenGL drawing birthday cake constantly rotating. Utility library cylinders, spheres, through the use of rotating, panning, zooming and other methods transform coordinates corresponding object composed of cake, candles, flame.)
- 2020-11-09 01:49:46下载
- 积分:1
-
图像处理,包括拉普拉斯算子提取轮廓,平滑化,二值化,以及细化等方面的图像处理程序代码...
图像处理,包括拉普拉斯算子提取轮廓,平滑化,二值化,以及细化等方面的图像处理程序代码-image processing, including extraction Laplician profile, smooth, two values, as well as details such as the image processing code
- 2022-08-16 01:50:05下载
- 积分:1
-
卫星搜索
使用STC51控制角度传感器,GPS,MPU6050进行搜星
- 2023-08-19 04:00:03下载
- 积分:1
-
opengl裁剪参考代码
关于计算机图形学,运用C++程序
显示二维图形并利用二维裁剪函数对其进行裁剪。
算法,实现直线段的裁剪。
- 2022-03-23 14:55:05下载
- 积分:1
-
IIC实验
说明: 开机的时候先检测 24C02 是否存在,然后在主循环里面检测两个按键,其中 1 个按键(KEY1) 用来执行写入 24C02 的操作,另外一个按键(KEY0) 用来执行读出操作,在 TFTLCD 模块上显示相关信息。同时用 DS0 提示程序正在运行。(When booting, it first detects the existence of 24C02, and then detects two keys in the main loop. One key (KEY1) is used to write 24C02, and the other key (KEY0) is used to read out, displaying relevant information on the TFTLCD module. At the same time, the DS0 prompt program is running.)
- 2020-06-17 01:20:01下载
- 积分:1
-
lansvd_d1
matlab中lan-svd子函数,已调试通畅,直接调用,无需折腾。(matlab in lan-svd Functions, debugging smooth, direct calls, no toss.)
- 2015-04-15 17:08:42下载
- 积分:1
-
BeanImageProcessing
基于图像分析的黄豆质量评估系统程序,数字图像识别(The soybean quality uation system based on image analysis program)
- 2015-03-04 11:20:33下载
- 积分:1
-
空间插值
说明: 该程序实现了IDW插值,克里金插值等几种插值方法,程序经测试可以运行(The program implements several interpolation methods, such as IDW interpolation and Kriging interpolation. The program can run after testing.)
- 2019-03-12 16:45:57下载
- 积分:1