-
by using file transfer for one PC to another PC
by using file transfer for one PC to another PC
- 2023-04-23 09:25:03下载
- 积分:1
-
look for pointers
寻找指针
- 2022-07-12 04:26:00下载
- 积分:1
-
VMpro1.6(亲测可用)
机器视觉开发平台
- 2020-12-09下载
- 积分:1
-
C#编程,主要是界面和控件,通信用的串口,文件保存用了Excel格式....
C#编程,主要是界面和控件,通信用的串口,文件保存用了Excel格式.-C# programming interface and is the main control, communications with the serial ports, saving the file format used by Excel.
- 2022-06-22 06:13:48下载
- 积分:1
-
STM32103ZET+MPU6050数据采集+上位机实时显示
STM32103ZET+MPU6050数据采集+上位机实时显示。
毕设数据采集,亲测可用!
- 2023-07-18 17:00:05下载
- 积分:1
-
使用开源的libqrencode,编译成lib库,很好的兼容中文,并且还包括了一个日本人的二维码生成工具
使用开源的libqrencode,编译成lib库,很好的兼容中文,并且还包括了一个日本人的二维码生成工具
- 2023-01-16 19:30:11下载
- 积分:1
-
CodeFiles(CryptoStream)
加密解密文件,是一款精确加密解密的软件,具有较高的效率和实用性 加密方法精巧 难以破解,值得大家去放心使用。(Encryption and decryption files, is a precise encryption and decryption software, with high efficiency and practicality of sophisticated encryption methods difficult to decipher, ease of use worth.)
- 2020-08-30 07:58:11下载
- 积分:1
-
g723编解码
本程序包含g72x.h、g72x.cpp、g711.cpp、g721.cpp、g723_24.cpp、g723_40.cpp和main.cpp等几个文件,在vs2013中直接编译、运行后,可以把PCM格式的文件编码为g723。只要稍微修改代码就可以把g723解码为PCM。也可以修改为其他编码方式。
- 2022-03-04 18:10:45下载
- 积分:1
-
C# 解压缩文件和文件夹例子源码
解压缩/压缩文件和文件夹 示例源码下载
- 2013-09-02下载
- 积分:1
-
数据库
AllCourse:
create
proc AllCourse
as
begin
select x.CourseID,x.CourseName,x.Point
,y.TeacherName,y.Post,z.Location,x.StuNumber
from Course x,TeacherTable1 y,TeachTable z
where
x.CourseID=z.CourseID and y.TeacherID=z.TeacherID
end
DeleteLogon :
create
proc DeleteLogon(@id char(10))
as
begin
dele
- 2022-04-09 20:04:58下载
- 积分:1