-
c++上课用的代码,老师叫我们做的。做的不好啦,
c++上课用的代码,老师叫我们做的。做的不好啦,-c++ class with the code, the teacher told us to do. Do not make the Well,
- 2022-03-15 21:23:14下载
- 积分:1
-
语音聊天
dsfsdfsdfsdfsdf jkljlksdjfklsdjflksdjfs
任何一个可以帮我如何做语音聊天和在 C# 中的 cideo 聊天...与客户端服务器......可以任何一个帮我一个源代码或可遵循的一些技巧...谢谢你...4 等待您的答复
09 年 7 月 11 日 #1
- 2022-05-22 19:01:59下载
- 积分:1
-
pascal的数学算法集合,可以帮助使用delphi的朋友很快的做出高效的程序了...
pascal的数学算法集合,可以帮助使用delphi的朋友很快的做出高效的程序了-set of mathematical algorithms that can help use delphi friends quickly make the process efficient
- 2023-02-10 02:20:03下载
- 积分:1
-
万家福超市管理系统是一个能实现后台数据库管理和前台收银操作的数据库管理系统,具有分类添加商品、逐类管理商品,合理存取数据、操作方便等优点,收银台也是经过了精心设...
万家福超市管理系统是一个能实现后台数据库管理和前台收银操作的数据库管理系统,具有分类添加商品、逐类管理商品,合理存取数据、操作方便等优点,收银台也是经过了精心设计,具有操作方便、介面友好等等优点,该系统还具有人事管理功能,分设了超级管理员、一般管理员、收银员三个权限,他们分别具有不同的用户权限,-10,000 Fuk supermarket management system is to achieve a background in database management and operation of future cash register database management system, with added classification of commodities, commodity-by-category management, reasonable access to data, the advantages of easy to operate, after the checkout is well-designed, with easy to operate and interface friendly etc. advantages, the system also has the personnel management function, in both the super managers, general managers, cashiers three powers, they were with different privileges,
- 2023-06-29 12:05:06下载
- 积分:1
-
tornado的使用教程,个人感觉很好,对初学者有一定帮助
tornado的使用教程,个人感觉很好,对初学者有一定帮助-the use of tornado tutorials, personal feel good, have a certain extent, help for beginners
- 2022-04-21 03:40:43下载
- 积分:1
-
Encyclopedia of the latest electronic components Products resistor capacitor ind...
最新电子元器件产品大全 电阻器 电容器 电感器 方便您的查询-Encyclopedia of the latest electronic components Products resistor capacitor inductor facilitate your query
- 2022-02-12 04:00:50下载
- 积分:1
-
VTK是一个可视化工具包,他又强大的功能,很多可视化领域的研究人员都在应用它。本压缩包是在VC下编写的一个使用vtk的例程,包含完整的工程,并含有一个神经元细胞...
VTK是一个可视化工具包,他又强大的功能,很多可视化领域的研究人员都在应用它。本压缩包是在VC下编写的一个使用vtk的例程,包含完整的工程,并含有一个神经元细胞的三维数据供实验用。-VTK is a toolkit for visualization.It is a powerful tool which is applied by many reseacher in vasulization field.Our Zap package is an example program using VC and VTK,including the whole project and 3D data of a nerve cell for experiment.
- 2023-05-10 20:35:04下载
- 积分:1
-
电力计费项目
应用背景功率计费系统关键技术软件
要求
- 2022-01-22 04:25:07下载
- 积分:1
-
uCOS
uCOS-II内核源代码分析。对于学习嵌入式开发人员,很有参考价值。-uCOS-II core code analysis
- 2023-06-12 09:25: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