登录
首页 » Windows开发 » use regedit

use regedit

于 2022-03-01 发布 文件大小:30.01 kB
0 101
下载积分: 2 下载次数: 1

代码说明:

use regedit

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

发表评论

0 个回复

  • 一个聋哑手语学习的虚拟界面,输入按键上的文字可以显示对应的手语手势,当然这个是老美的,大家可以修下做成中文的聋哑人学习用的手语。主要技术特色就是透明窗体实现、无...
    一个聋哑手语学习的虚拟界面,输入按键上的文字可以显示对应的手语手势,当然这个是老美的,大家可以修下做成中文的聋哑人学习用的手语。主要技术特色就是透明窗体实现、无边界窗体拖动、虚拟按键事件,感兴趣的可以下载看看。 第二次无法显示手语时,可以删除目录下的 TypeNsign.ini文件,具体bug大家找找吧。-A deaf-mute sign language to learn a virtual interface, enter the text on the button to display the corresponding sign language gestures, of course, this is an old beauty, we can repair made under the Chinese sign language used by deaf people to learn. The main technical feature is the form to achieve a transparent, borderless form drag, virtual key events of interest can be downloaded to see. The second sign language can not be displayed, you can delete the directory TypeNsign.ini document, we look for a specific bug bar.
    2022-05-18 17:30:30下载
    积分:1
  • 模糊PID仿真
    模糊控制器 模糊PID控制,即利用模糊逻辑并根据一定的模糊规则对PID的参数进行实时的优化,以克服传统PID参数无法实时调整PID参数的缺点。模糊PID控制包括模糊化,确定模糊规则,解模糊等组成部分。小车通过传感器采集赛道信息,确定当前距赛道中线的偏差E以及当前偏差和上次偏差的变化ec,根据给定的模糊规则进行模糊推理,最后对模糊参数进行解模糊,输出PID控制参数。  
    2022-01-26 00:15:00下载
    积分:1
  • 另外一个通过Windows API函数SendMessage送消息的范例,这个范例改变文本框的只读属性...
    另外一个通过Windows API函数SendMessage发送消息的范例,这个范例改变文本框的只读属性-one another through the Windows API function SendMessage messaging paradigm this paradigm shift in the text box CD-Attribute
    2022-03-02 14:37:15下载
    积分:1
  • 这是一个打字输入的例子
    这是一个打字输入的例子-This is an example of the importation of typing
    2023-03-17 11:15:03下载
    积分:1
  • 互联网拨号程序
    我已经连接到互联网服务供应商书面拨号拨号。这是一个简单的小程序,拨号调制解调器和跟踪您的在线时间。它还允许用户设置多个拨号号码,为用户提供了一个基本的设置。的源代码是免费的,可以从GPL下发布。这是用Visual C++  ; ;使用MFC,RAS  ;API和其他几个API一样的性能计数器和多媒体API
    2022-05-06 21:51:01下载
    积分:1
  • 操控Microsoft Agent2.0版中各式卡通人物源码.zip
    操控Microsoft Agent2.0版中各式卡通人物源码.zip -for controlling carton persion of Microsoft agent2.0
    2022-01-25 18:39:11下载
    积分:1
  • 图书管理借阅系统 毕业设计 工作室为朋友做的简单的毕业设计,没有花哨的功能,没有美观的界面,纯粹简单的易于操作的系统。 采用: Asp + Acc...
    图书管理借阅系统 毕业设计 工作室为朋友做的简单的毕业设计,没有花哨的功能,没有美观的界面,纯粹简单的易于操作的系统。 采用: Asp + Access 制作的系统。 简单的页面加密,页面密码(注意密码的大小写):2Fly.cn 尽供原创教程使用,如发现错误,请提出意见!谢谢大家! 作者:2Fly工作室 网站:http://www.2fly.cn 主要功能:(缺点:没做表单验证,因为想必大家都会) 实现了图书分类、图书添加、图书管理、借书会员管理、借书管理、还书管理、书本废弃管理 教案主要目的:学习参数之间的互相传递和SQL查询的主要应用-Lending Library Management System graduate design studio for a friend to do the simple design graduate, no garish function, not aesthetically pleasing interface simplistic easy to operate system. Use : Access Asp production systems. Simple pages encryption, password pages (Note that the password is case) : 2Fly.cn do for original guide, like the discovery of the error, please advise! Thank you! Author : 2Fly studio website : http://www.2fly.cn main functions : (drawbacks : do not form validation, because we all must) achieved the classification of books, and books add, library management, library membership management, library management, book management, waste management templ
    2022-01-26 05:48:41下载
    积分:1
  • Internet banking in asp
    Internet banking in asp
    2023-04-29 11:15:03下载
    积分:1
  • / NVRAM为麦金塔驱动
    dev/nvram driver for Power Macintosh
    2022-04-09 10:34:27下载
    积分:1
  • 用c++的多态性编写一个简单的管理程序,处理的信息包括教师、学生、职员等三类对象。程序应具有适当的数据结构。程序的功能是管理学生,教师,职工信息,要求具有添加,...
    用c++的多态性编写一个简单的管理程序,处理的信息包括教师、学生、职员等三类对象。程序应具有适当的数据结构。程序的功能是管理学生,教师,职工信息,要求具有添加,删除,查询,排序的功能,在输出时注意综合应用所学知识灵活应用虚函数。 要求: 1. 在一个容器中存储不同类型的对象,要求数据结构中不能有类型判断字段。 2. 利用继承和虚函数,使得程序容易扩展,如输出对象信息。 3. 利用代理或者句柄实现引用计数和写时复制。-polymorphism with a simple preparation of the management procedures, the processing of information, including teachers, students and other staff the three targets. Procedures should have the appropriate data structure. Procedures function is the management of students, teachers, staff information, requiring add, delete, query, sort, in which the function to output integrated application knowledge to use virtual function. Requirements : 1. In a storage containers of different types of targets, data structure types can be judged field. 2. The use of inheritance and virtual function, making procedures easier to expand, as output target information. 3. Agents use or handle achieve reference counting and write copy.
    2022-03-10 06:53:16下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载