登录
首页 » 其他项目 » 最新的紫光 软件 可以解除打字的 速度问题 提高你的打字速度...

最新的紫光 软件 可以解除打字的 速度问题 提高你的打字速度...

于 2022-01-24 发布 文件大小:4.98 MB
0 306
下载积分: 2 下载次数: 1

代码说明:

最新的紫光 软件 可以解除打字的 速度问题 提高你的打字速度-The latest software can be here to lift typing speed improve your typing speed

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 电机温升测试系统,适用于工作频率为50/60Hz的单/三相小功率异步电机(≤5KW)、串级电机、电动工具的绕组温升测量。适用于工作频率为50/60Hz的电源变压...
    电机温升测试系统,适用于工作频率为50/60Hz的单/三相小功率异步电机(≤5KW)、串级电机、电动工具的绕组温升测量。适用于工作频率为50/60Hz的电源变压器、充电器、电感镇流器的绕组温升测量。带电原理:在带电工作情况下测量绕组的直流电阻,并用公式折算成温升。专为电动工具定子,转子温升测量而开发,其中定子采用带电法,转子采用断电法-motor temperature test system is applicable to the frequency of 50/60Hz single/three-phase asynchronous motors power the small ( 5KW), Cascade motor, electric tools winding temperature measurement. Applicable to the frequency of 50/60 Hz power transformers, chargers, the inductance ballasts winding temperature measurement. Charged Principle : Live in work measurement of the winding resistance DC, and the formulas used converted into temperature. Electric tools for the stator and rotor temperature measurement and development, which use charged stator, rotor features a power law
    2022-02-03 14:46:07下载
    积分:1
  • 基于C语言的万年历
    应用背景基于C语言的万年历项目,实现了阴历,阳历,节气,节日,生肖,天干,地支等功能,并且有window和Linux两个版本,内涵PPT供分析代码。关键技术/**年份码表**/ const unsigned int LunarCalendarTable[199] = { 0x04AE53,0x0A5748,0x5526BD,0x0D2650,0x0D9544,0x46AAB9,0x056A4D,0x09AD42,0x24AEB6,0x04AE4A,/*1901-1910*/ 0x6A4DBE,0x0A4D52,0x0D2546,0x5D52BA,0x0B544E,0x0D6A43,0x296D37,0x095B4B,0x749BC1,0x049754,/*1911-1920*/ 0x0A4B48,0x5B25BC,0x06A550,0x06D445,0x4ADAB8,0x02B64D,0x095742,0x2497B7,0x04974A,0x664B3E,/*1921-1930*/ 0x0D4A51,0x0EA546,0x56D4BA,0x05AD4E,0x02B644,0x393738,0x092E4B,0x7C96BF,0x0C9553,0x0D4A48,/*1931-1940*/ 0x6DA53B,0x0B554F,0x056A45,0x4AADB9,0x025D4D,0x092D42,0x2C95B6,0x0A954A,0x7B4ABD,0x06CA51,/*1941-1950*/ 0x0B5546,0x555ABB,0x04DA4E,0x0A5B43,0x352BB8,0x052B4C,0x8A953F,0x0E9552,0x06AA48,0x6AD53C,/*1951-1960*/ 0x0AB54F,0x04B645,0x4A5739,0x0A574D,0x052642,0x3E9335,0x0D9549,0x75AABE,0x056A51,0x096D46,/*1961-1970*/ 0x54AEBB,0x04AD4F,0x0A4D43,0
    2022-11-23 17:15:03下载
    积分:1
  • 一个关于PCI板卡的测试与功能检测的DEMO程序源代码安装版,可以在中看到一些有用的代码...
    一个关于PCI板卡的测试与功能检测的DEMO程序源代码安装版,可以在其中看到一些有用的代码-a PCI card for the functional test and detection of the source code DEMO version of the installation, which can be seen in some useful code
    2022-03-15 05:15:58下载
    积分:1
  • campus management system. E
    校园管理系统。电子商务类的,功能强大,制作合理。-campus management system. E-commerce category, powerful, production reasonable.
    2022-02-04 16:53:21下载
    积分:1
  • 用设计的词法分析器,还是比较好用的。所以上传给大家。
    用设计的词法分析器,还是比较好用的。所以上传给大家。-design with the lexical analyzer, or better quality. So you upload to.
    2022-08-26 08:33:44下载
    积分:1
  • 基于java开发的记事本,基本功能与windows记事本相近
    基于java开发的记事本,基本功能与windows记事本相近-Java-based development of Notepad, the basic function is similar to windows Notepad
    2022-01-30 21:35:21下载
    积分:1
  • 操作系统课程设计报告 文件系统模拟 一、课程设计的 通过模拟文件系统的实现,深入理解操作系统中文件系统的理论知识。 二、课程设计要求 通过...
    操作系统课程设计报告 文件系统模拟 一、课程设计目的 通过模拟文件系统的实现,深入理解操作系统中文件系统的理论知识。 二、课程设计要求 通过课程设计,要求学生主要掌握如下内容: 1.设计出文件系统中常用的数据结构; 2.理解文件系统的工作流程,给出程序流程图; 3.设计出文件系统中关键的算法; 4.模拟实现二级目录文件系统,并给出一组运行结果。 三、课程设计内容 根据实验指导书补充 四、文件系统实现 -courses on operating system design report documents a simulation system, curriculum designed by simulating the file system to achieve in-depth understanding of operating system file system theoretical knowledge. 2, curriculum design through curriculum design, requiring students to master the following main elements : 1. Design commonly used file system data structure; 2. Understanding the document workflow system, the flow chart is given; 3. System design document the key algorithm; 4. Simulation two directory file system, and gives a group operating results. Third, the curriculum is based on the experimental design as supplementary guidance on four documents System
    2022-11-07 18:10:03下载
    积分:1
  • ANASY焊接模拟实例,对焊接模拟研究分析的人员具有一定的参考意义。...
    ANASY焊接模拟实例,对焊接模拟研究分析的人员具有一定的参考意义。- ANSYS simulation of welding
    2022-06-29 12:55:04下载
    积分:1
  • awd bios文件的修改工具,用vc和vb制作
    awd bios文件的修改工具,用vc和vb制作-AWD bios document revision tool and vc production and vb
    2022-03-24 17:32:57下载
    积分:1
  • busbox 1
    busbox 1.0-busbox 1.0, the first full edition of busybox.
    2022-02-12 20:34:12下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载