-
设计感应电机
这个代码是用来设计异步电动机,具体参数来预测设计的异步电动机
- 2022-03-17 05:30:58下载
- 积分:1
-
GDI曲线绘制实例
应用背景工作中遇到一些工况数据需要使用曲线来显示,同时需要考虑到上位机的性能,保证cpu和内存资源在可控范围内,由此开发此程序,并与大家分享关键技术本程序采用内存作图的方式,高效的完成曲线绘制。实际应用中可以在此基础上进行扩展,现有功能光标跟随、曲线移动、按上下键缩放等
- 2022-04-22 16:18:30下载
- 积分:1
-
CJJ可视化的编程工具,你可以写CJJ代码,有兴趣去看看
cjj的可视化编程工具,可以写cjj的代码,有兴趣的-cjj visual programming tool, you can write cjj code, interested to see if
- 2023-05-16 03:05:03下载
- 积分:1
-
DRAWYUV程序是用于摄像头的数据回放,用了directshow,可以用在VC和wince都可...
DRAWYUV程序是用于摄像头的数据回放,用了directshow,可以用在VC和wince都可-DRAWYUV procedures for the camera data intervals, with a directshow. can be used in VC and can wince
- 2023-08-02 21:25:04下载
- 积分:1
-
74hc244中文资料
word格式的
74hc244中文资料
word格式的-74hc244 Chinese data word format
- 2022-02-02 00:49:31下载
- 积分:1
-
题目:有两个磁盘文件A和B,各存放一行字母,要求把这两个文件中的信息合并(按字母顺序排列), 输出到一个新文件C中。...
题目:有两个磁盘文件A和B,各存放一行字母,要求把这两个文件中的信息合并(按字母顺序排列), 输出到一个新文件C中。-topic : There are two disk files A and B, the store his letter, the requirements of these two documents, the information merger (in alphabetical order), the output to a new file C.
- 2022-01-31 16:14:08下载
- 积分:1
-
Involved in 23 kinds of model C++ Implementation of the novice or the veteran ha...
23种涉及模式的C++实现,对新手或有相当能力的老手都有帮助-Involved in 23 kinds of model C++ Implementation of the novice or the veteran has a considerable capacity to help
- 2022-10-21 11:40:03下载
- 积分: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
-
用信号量实现读者和写者的程序
读者-写者问题的读写操作限制(包括读者优先和写者优先):
写-写互斥,即不能有两个写者同时进行写操作。
读-写互斥,即不能同时有一个线程在读,而另一个线程在写。
读-读允许,即可以有一个或多个读者在读。
读者优先的附加限制:如果一个读者申请进行读操作时已有另一个读者正在进行读操作,则该读者可直接开始读操作。
写者优先的附加限制:如果一个读者申请进行读操作时已有另一写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态才能开始读操作。
- 2022-04-22 12:41:24下载
- 积分:1
-
计算一个数列的众数,即出现次数最多的那个数,要求尽量低的时空复杂度...
计算一个数列的众数,即出现次数最多的那个数,要求尽量低的时空复杂度-calculate a series of the plural, that is the highest number that the number of requests time and space as low complexity
- 2022-11-05 14:25:03下载
- 积分:1