-
C++应用编程200例,适合C++初学者,从简单的小程序开始。
C++应用编程200例,适合C++初学者,从简单的小程序开始。-C++ Application programming 200 cases for C++ Beginners, from the simple beginning of the proceedings.
- 2022-04-27 08:37:44下载
- 积分:1
-
Program receives the user types a line character (the number of no more than 80...
程序接收用户键入的一行字符(字符个数不超过80个,该字符串用回车符结束),并按字母、数字及其他字符分类计数,然后将结果存入以letter、digit和other为名的存储单元中。-Program receives the user types a line character (the number of no more than 80 characters, the string end with a carriage return), according to letters, numbers and other characters were counted, and the results stored in order to letter, digit and the other in the name of the storage unit.
- 2023-05-14 03:05:03下载
- 积分:1
-
根据用户提供的数据绘制出相应的曲线。在显示曲线时,可以根据数据的幅度范围,调整显示的范围,以达到最好的显示效果...
根据用户提供的数据绘制出相应的曲线。在显示曲线时,可以根据数据的幅度范围,调整显示的范围,以达到最好的显示效果-According to data provided by the user to map out the corresponding curve. Show curves may be based on the data range, adjust the scope display to achieve the best effect
- 2022-01-23 10:12:26下载
- 积分:1
-
WINDOWS编程技巧
WINDOWS编程技巧-Windows programming skills
- 2022-03-09 21:59:34下载
- 积分:1
-
本组程序包括FPGA程序,固件程序和上位机程序,实现USB的数据传输功能,采用Slave Fifo模式,上位机程序利用Cypress公司提供的库函数进行开发
本组程序包括FPGA程序,固件程序和上位机程序,实现USB的数据传输功能,采用Slave Fifo模式,上位机程序利用Cypress公司提供的库函数进行开发-In this group include FPGA, firmware, procedures and PC procedures realize USB data transfer function, the Slave Fifo mode, host computer program using Cypress library functions provided by the company to develop
- 2022-01-25 17:53:24下载
- 积分:1
-
用VC编写的换肤程序,如有需要的可以下载,很有参考价值.
用VC编写的换肤程序,如有需要的可以下载,很有参考价值.-VC skinnable prepared by the procedure, if necessary can be downloaded great reference value.
- 2022-07-09 19:51:38下载
- 积分:1
-
蒙特卡罗模拟程序的例子。
Monte Carlo simulation programme example. -Monte Carlo simulation programme example.
- 2023-04-01 22:10:03下载
- 积分:1
-
鼠标移动测距离源码。希望对大家有帮助。请站长快些审核。...
鼠标移动测距离源码。希望对大家有帮助。请站长快些审核。-Measuring the distance source mouse. Hope everyone has to help. Please review head quickly.
- 2023-06-06 06:50:03下载
- 积分:1
-
巧借“它山之石”,VB编写股票行情小工具
巧借“它山之石”,VB编写股票行情小工具-The pretext of " It" s Stone Mountain" , VB preparation of stock quotes Gadget
- 2023-03-18 01:00:03下载
- 积分:1
-
进程间通信----匿名管道
匿名管道正因为提供的功能很单一,所以它所需要的系统的开销也就比命名管道小很多,
在本地机器上可以使用匿名管道来实现父进程和子进程之间的通信,
这里需要注意两点,第一就是在本地机器上,这是因为匿名管道不支持跨网络之间的两个进程之间的通信,
第二就是实现的是父进程和子进程之间的通信,而不是任意的两个进程。
然后得话还顺便介绍匿名管道的另外一种功能,其通过匿名管道可以实现子进程输出的重定向, 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-07 18:15:15下载
- 积分:1