资源列表
松本TH3-880梯口机内核启动软件
- 松本门禁TH3-880启动不了故障,可以使用这个软件修复。烤到2G以内SD卡启动自动重装软件修复。这个是内核启动版本。我另外发使用SD卡启动版本,比较稳定。(door control fault maintenance tool software)
松本室内机SD卡启动
- 松本门禁户内机无法启动的修复软件,烤到SD卡启动。自动安装(The repair software that can not be started in the door control indoor machine, roasted to the SD card to start. Automatic installation)
3.2.0七寸管理机SD修复
- 松本TH3-880中心管理机无法启动,可以使用这个软件烤到SD卡内启动。自动安装修复(Matsumoto TH3-880 central manager can not start, you can use this software to start in the SD card. Automatic installation and repair)
松本门口机SD卡启动
- 松本TH3-880门口机启动不了。可以将文件拷到SD卡内。使用SD卡来启动。比使用内核启动稳定(Matsumoto TH3-880 doorway can not start. You can copy the files into the SD card. Use the SD card to start. It is more stable than using the kernel)
213
- 实现linux shell的高效化编程,linux系统管理以及基本bash 脚本,每天从bing首页上自动爬取照片。(implement high efficient programming of linux shell,linux system administration and basic bash scr ipt.It can obtain photos from bing's website everyday automatically.)
quixp
- 电导率仪的上位机数据采集软件,通过串口将单片机的AD转换结果传输到PC机()
37940024
- 磁性窗体form,可以创建和winamp一样的窗体,()
660211
- 磁盘碎片整理程序源代码,和Windows自带的磁盘整理程序有着相似的功能,简单易用()
repeater
- 程序模拟一台高级时钟,功能包括以指针方式显示()
242139
- 窗口标题获取,VB源码 窗口置顶 ctrl+s开始获取 ctrl+s停止获取()
鸟哥 基础
- 鸟哥的书,对linux进行了基础介绍,适合linux入门(Niaoge's book,On the basis of the introduction of Linux, suitable for beginners Linux)
3des
- 本次测试的代码是DES算法的C语言实现(VC 6.0): (1)加密 输入:8个明文字符,8个密钥字符(例如“12345678”,“12345678”) 将输入密钥和明文的8个字符各自转换为二进制,然后进行DES加密,输出加密结果 将加密过程中第1,2轮E盒扩展,S盒置换,P盒替代中间结果输出 (2)解密 输入:将加密之后得到的64比特密文作为输入 输出:经过DES解密之后,输出8比特字符(3DES encryption and decryption in C lan