-
软件测试的入门书籍,非常适合初学者!我看后觉得非常有用...
软件测试的入门书籍,非常适合初学者!我看后觉得非常有用-Introduction to software testing books, is very suitable for beginners! I do find it very useful after
- 2022-06-02 04:56:51下载
- 积分:1
-
关于用CPLD和FPGA做插补算法的内容,对于想用FPGA做控制的朋友是个好的借鉴!...
关于用CPLD和FPGA做插补算法的内容,对于想用FPGA做控制的朋友是个好的借鉴!-on with CPLD and FPGA done interpolation algorithm, for to do with the control of the FPGA is a good friend from!
- 2022-02-02 03:54:30下载
- 积分:1
-
java编写小型超市管理系统+数据库.用于小型超市简单的货品进存销...
java编写小型超市管理系统+数据库.用于小型超市简单的货品进存销-java management system for the preparation of a small supermarket+ database. for simple small supermarkets sell goods into the deposit
- 2022-04-09 21:20:42下载
- 积分:1
-
给出了max531的使用范例,介绍了实现其时许的具体方法,源程序适用于ls52芯片...
给出了max531的使用范例,介绍了实现其时许的具体方法,源程序适用于ls52芯片
- 2022-02-09 23:42:35下载
- 积分:1
-
采用VB.net开发的单机版餐饮服务系统,数据库为SQL Server2000。适合于小型餐饮服务行业。...
采用VB.net开发的单机版餐饮服务系统,数据库为SQL Server2000。适合于小型餐饮服务行业。-Development Programs require the use of a single computer system catering services, SQL Server 2000 database. Suitable for small catering service industries.
- 2022-03-23 07:46:27下载
- 积分:1
-
u-boot的移植工作的一点点总结,还是不很完善,希望大家共同探讨,我的qq240576670,tanhang200@sohu.com-u-boot the transplantation of a little bit of summing up, or not very perfect, I hope we can jointly explore, I qq240576670, tanhang200@sohu.com
- 2022-06-13 19:52:28下载
- 积分:1
-
比较适合初学者,有几样东西值得学习,1.限制textbox数据输入的函数,2.数据插入和更新的函数。3.运用Eexcel报表输出...
比较适合初学者,有几样东西值得学习,1.限制textbox数据输入的函数,2.数据插入和更新的函数。3.运用Eexcel报表输出-more suitable for beginners, there are several things worth learning, 1. Restrictions textbox data input function, 2. Inserting data and update functions. 3. Use Eexcel statements output
- 2022-03-10 17:28:16下载
- 积分:1
-
保龄球的计分规则,用C语言编的,找的好费劲
保龄球的计分规则,用C语言编的,找的好费劲-Bowling scoring rules, compiled with the C language, struggling to find a good
- 2023-03-01 18:05:03下载
- 积分:1
-
用VB编写小型的网络系统
Visual Basic 以 下 简 称(VB) 十 一 个 功 能 强 大 的 编 程 语 言。 特 别 是4.0 以 后, 支...
用VB编写小型的网络系统
Visual Basic 以 下 简 称(VB) 十 一 个 功 能 强 大 的 编 程 语 言。 特 别 是4.0 以 后, 支 持 了OLE Automation 技 术, 给 编 程 带 来 了 更 大 的 方 便。 前 些 时, 我 试 着 编 写 一 个 支 持 网 络 的 数 据 库。 但 是 由 于 没 有 联 网, 所 以 没 法 测 试。 于 是, 我 想 到 了OLE Automation, 用 它 就 可 以 在 一 台 机 器 上 测 试 网 络 功 能。 经 过 改 动, 还 可 以 用 它 通 过Modem 来 进 行 联 机。 下 面, 我 介 绍 一 下 如 何 用Visual Basic 编 写 小 型 的 网 络 系 统。 -Using VB to prepare small-scale network systems Visual Basic hereinafter referred to (VB) 11 powerful programming language. Especially after 4.0 to support the OLE Automation technology, to bring about greater programming convenience. Earlier, I tried to prepare a support network database. However, because there is no networking, so I can not test. So, I thought of OLE Automation, it can be used in a machine to test network functionality. After the changes, but also can use it to on-line through the Modem. Next, I explain how to use Visual Basic to prepare small-scale network system.
- 2022-11-23 23:15:04下载
- 积分:1
-
QT下编写的一个2048游戏
应用背景通过鼠标的滑动来控制组合数字的方向,QT下编写的一个2048游戏。关键技术
//QT5.5.1编译运行通过。
//部分代码
// 颜色数组 存储每个数字对应的背景色
QColor digitBkg[11] = {QColor::fromRgb(0xFF, 0xFF, 0xCC), QColor::fromRgb(0xFF, 0xFF, 0x99),
QColor::fromRgb(0xFF, 0xCC, 0xCC), QColor::fromRgb(0xFF, 0xCC, 0x99),
QColor::fromRgb(0xFF, 0x99, 0x99), QColor::fromRgb(0xFF, 0x99, 0x66),
QColor::fromRgb(0xFF, 0x66, 0x66), QColor::fromRgb(0xCC, 0x99, 0x66),
- 2022-04-23 14:12:22下载
- 积分:1