-
在控制台下计时器
控制台下的timer计时器,实现timer无需窗口依赖-Under the console timer timer
- 2022-10-16 09:40:02下载
- 积分:1
-
VC interrogation room monitoring software and removing the crew time, temperatur...
VC 审讯室监控软件,取下位机时间,温度,湿度,并显示-VC interrogation room monitoring software and removing the crew time, temperature, humidity, and show
- 2022-03-16 02:07:37下载
- 积分:1
-
use simulation function of the mouse click, double
利用api函数模拟鼠标的单击、双击等事件,稍加修改可开发成减少重复性操作的软件。-use simulation function of the mouse click, double-click, etc., little changes can be developed into reduce repetitive operation of the software.
- 2022-02-05 23:27:28下载
- 积分:1
-
一个0
一个0-1背包问题的C++实现,背包的容量为t,各物品的重量分别为w1,w2。。。wn,找一个能装下最大重量的物品组合,用递归形式的贪心法实现-a 0-1 knapsack problem of C achieved, the capacity for backpack t, the weight of the items were w1, w2. . . Wn, one can find the largest installed under the weight of goods portfolio, using recursive form greedy Method
- 2022-05-28 10:59:03下载
- 积分:1
-
windows编程一书附书源代码第十九章的
windows编程一书附书源代码第十九章的-windows programming book, attached to 19th chapters of the book source code
- 2022-10-02 13:55:05下载
- 积分:1
-
Arbol binario
Aplicacion que crea 联合国乔木 binario 讨论 uso de nodos y apuntadores,se entra el arbol en inorden y este es mostrado el arbol en posorden
- 2022-02-03 08:55:13下载
- 积分:1
-
客户应用程序-应用程序充当在商店数据库使用的客户 & 产品包括库存控制系统
这是作为一个系统,在商店中使用的应用程序。它包括一个客户数据库,即它可以保存数据库 f 客户提供的几个细节。它也有一个产品数据库应用程序即可以持有这家商店出售的产品的列表。最后,它也有一个订单数据库从哪里可以检索以前订单的详细信息。此外包括从哪里可以做订单库存数据库。
- 2022-01-25 14:23:47下载
- 积分:1
-
包含一个源文件,实现一个简单的计算器功能,如自己再扩充功能,可实现自定义变量,自定义方程等。...
包含一个源文件,实现一个简单的计算器功能,如自己再扩充功能,可实现自定义变量,自定义方程等。-contains a source, the realization of a simple calculator functions, such as further expansion of their functions can be realized from the definition of variables, since the definition of equations.
- 2023-03-28 21:00:03下载
- 积分:1
-
stepper motor control, can be a good learning SCM stepper motor control and appl...
步进电机控制,能很好地学习单片机控制步进电机的原理及应用。-stepper motor control, can be a good learning SCM stepper motor control and application of the principle.
- 2022-04-27 03:27:13下载
- 积分:1
-
实现标准库函数strstr的功能:在str1中查找str2,若找到,返回指向str1中第一次出现str2的位置;
int A ( const char...
实现标准库函数strstr的功能:在str1中查找str2,若找到,返回指向str1中第一次出现str2的位置;
int A ( const char * str1, const char * str2 );
没有的话,返回-1 有则返回所在位置(从0开始)
写出函数,对编写函数main完成对strstr的功能的验证。
-achieve the standard library functions strstr function : the search for str2 str1, if found, str1 return at the first appearance of str2 position; Int A (const char* str1, const char* str2); If not, the return-1 is returned with the location (from starting at 0) write function, the main function prepared to complete the function of the strstr certification.
- 2022-07-22 04:47:08下载
- 积分:1