Welcome![Sign In][Sign Up]
Location:
Search - rising

Search list

[assembly languagerising钥匙盘破解源码.rar

Description: DEbug 关于制作瑞星杀毒软件密钥盘的源码 MOV BX,200 ;内存基址(0面) MOV DH,00 ;磁头号00 MOV DL,00 ;驱动器号00(A盘) MOV CX,4F01 ;4F(即79)号磁道01号扇区 即(CH=4F CL=01) MOV AH,05 ;格式化磁道 MOV AL,09 ;连续读取9个扇区 INT 13 ;调用13号中断 INT 3 MOV BX,300 ;内存基址(1面) MOV DH,01 ;磁头号01 MOV DL,00 ;驱动器号00(A盘) MOV CX,4F01 ;4F(即79)号磁道01号扇区 即(CH=4F CL=01) MOV AH,05 ;格式化磁道 MOV AL,09 ;连续读取9个扇区 INT 13 ;调用13号中断 INT 20 ;返回dos 初学汇编,请各位多多指教!
Platform: | Size: 314 | Author: | Hits:

[Other resource数字锁相环设计源程序

Description: PLL是数字锁相环设计源程序, 其中, Fi是输入频率(接收数据), 数字锁相技术在通信领域应用非常广泛,本例用VHDL描述了一个锁相环作为参考,源码已经调试过。编译器synplicty.Fo(Q5)是本地输出频率. 目的是从输入数据中提取时钟信号(Q5), 其频率与数据速率一致, 时钟上升沿锁定在数据的上升和下降沿上;顶层文件是PLL.GDF-digital phase-locked loop PLL design source, in which Fi is the input frequency (receive data), the digital technology in the field of communications is widely used, the cases described in VHDL as a PLL reference source has been tuned. Compiler synplicty.Fo (Q5) is the local output frequency. Objective is to extract data input clock signal (Q5), its frequency and data rate line, the clock rising edge of the data locked up and the descending; Top-level document is PLL.GDF
Platform: | Size: 121399 | Author: 杰轩 | Hits:

[Other resourceSH207

Description: 微机键盘和单片机的接口程序,采用了上升沿触发中断服务程序,下降沿触发中断服务程序.-computer keyboard and microcontroller interface procedures using the rising edge trigger interrupt service procedures, falling edge triggering a break in service procedures.
Platform: | Size: 1560 | Author: cl | Hits:

[Communication曼彻斯特码

Description: 今天看了一下从fpga上下的曼彻斯特编解码的程序,感觉不是很清楚,仿真了一下,更迷茫了,大家看看为啥这程序要这么编呢? 程序比较长,不过写的应该还是不错的,看了后应该有收获。 总的思路是这样: 1 通过一个高频的时钟检测wrn信号,如果检测到上升沿,则表明开始编码,将输入的8位数据转为串行,并编码,然后输出。 2 定时信号是从高频时钟16分频后得到的,在wrn上升沿后16分频使能,在编码结束后禁止分频输出。 3 no_bits_sent记录串行输出的位数,应该是从0010到1001输出串行信号,到1010时编码结束,输出tbre表明编码完成。 问题是no_bits_sent在到了1010后还是会继续增加,直到1111,然后clk1x_enable 就为0,无法分频,clk1x就为一直流信号。这样当clk1x_enable再次为1的时候,no_bits_sent也不会增加,在1111上不变,clk1x_enable又会回到0了。 -today they simply watched from across the Manchester encoding and decoding process, not feeling very well, simulation a bit more confused, we look at procedures to be ready this series so? Procedures longer, but should still write good, it should have read harvest. The thinking is this : one by a high-frequency clock signal detection international, if detected rising edge, it indicates the beginning of coding will be entered into the eight to serial data and coding, and then output. Two timing signals from the high-frequency clock frequency 16 hours after the the international rising edge after 16 minutes frequency to enable the coding after the end of Prohibition-frequency output. 3 no_bits_sent record median serial output, it should be from 0010 to 1001 serial output signal to the end of
Platform: | Size: 5232 | Author: 游畅 | Hits:

[assembly language接口技术8253 8259

Description: 8259中断实验,在DVCC-598实验箱上进行,中断信号为按下开关时产生的上升沿 8253发声程序.-8,259 interruption experiments, the DVCC - 598 experimental tank, interrupted signal? Switch to the rising edge 8253 audible procedures.
Platform: | Size: 1069 | Author: 钟华 | Hits:

[Internet-Networksubr

Description: VHDL 8位无符号除法器 试验报告 计算前在A和B端口输入被除数和除数,然后在Load线上送高电平,把数据存到除法计算电路内部,然后经过若干个时钟周期,计算出商和余数,并在C和D端输出。 其实现方法是,将除法器分为两个状态:等待状态与运算状态。 开始时除法器处于等待状态,在该状态,在每一时钟上升沿,采样Load信号线,若是低电平,则仍处于等待状态,如果采样到高电平,除法器读取A,B数据线上的输入数据,保存到内部寄存器a_r,b_r,置c_r为0,d_r为a_r,判断除数是否为零,若不为零则进入运算状态。 -VHDL eight unsigned divider calculation of the test report before the A and B ports to import and dividend divider, and then sent to I Load line, the data are uploaded to the internal division calculation circuit, and then after a number of clock cycles, and worked out more than a few, and in the C-and D output. Their method is to be divided into two division for the state : waiting for the state and Operational state. At the beginning divider waiting for the state, in the state in each clock rising edge, sampling Load signal line, if low-level, it is still waiting for the state, if the sampling to allow high output, Divider read A, B online data input data, preservation of the internal registers renovation r, b_r, home c_r 0, d_r a_r to determine whether the divisor zero, if not zero, it
Platform: | Size: 83109 | Author: aa | Hits:

[Firewall-Security自己做的一个PB反编译器

Description: 邮件服务器CMailServer是标准的互联网邮件服务器软件,支持SMTP/POP3/ESMTP等标准互联网邮件服务协议,支持互联网邮件收发,支持通用的邮件客户端软件Outlook、Foxmail等收发邮件。CMailServer还提供了完善的Web Mail网页收发邮件功能,用户可以通过浏览器申请邮箱、修改密码、接收和发送邮件。邮件发送身份验证功能可以有效的防止垃圾邮件发送者的入侵。管理员可以通过浏览器进行远程邮件帐号管理。支持邮件在线杀毒,能很好的和瑞星、诺顿等杀毒软件配合使用,轻松杀除邮件病毒。邮件服务器CMailServer还支持邮件过滤和IP过滤,有效的防止垃圾邮件-mail server is a standard Internet mail server software, SMTP/POP3/ESMTP support standards such as Internet e-mail service agreement support for Internet mail, supports common mail client software, Outlook, Live as e-mail. CMailServer also provided a complete Web Mail website e-mail functions, users can apply through the mail browser, change passwords, receive and send e-mail. Send mail authentication functions can effectively prevent spammers invasion. Administrators can through the browser for remote e-mail account management. Antivirus-mail support, can be good and Rising, Norton anti-virus software used in conjunction with, in addition to mail easily kill the virus. CMailServer mail server also supports mail filtering and IP filtering, an effective anti-spam
Platform: | Size: 2571003 | Author: scxxp | Hits:

[Other resourceredboy_final

Description: redboy for gba 是BPNS为GBA编写的一个小软件。软件的邹形是BASIC高级语言解释执行器。几经修改和扩展,redboy在性能上不断的提高的同时,功能也在不断增强和完善。-redboy for DS GBA is BPNS prepared for a small software. Software Zou High-BASIC language is explained actuators. After revising and expanding the capabilities redboy been constantly rising at the same time, function being constantly enhanced and improved.
Platform: | Size: 2952364 | Author: 自治州 | Hits:

[CSharpStuManager2

Description: 项目功能: 用Truboc 环境实现一个学生数据管理系统,其主要实现了5个功能: 1。添加学生信息 2。排序(1 按编号排除 2 按总分(升/降)) 3。打印报表 4。保存 5。读取 6。退出 -functional item : Truboc environment to achieve a student data management system, its main achievement of five functions : 1. Add two student information. Ranking (No. 1 by 2 by excluding scores (rising / falling)) 3. Print statements 4. Keeping 5. Read 6. Withdrawal
Platform: | Size: 24245 | Author: 陈超群 | Hits:

[GUI Developchange_skin

Description: 动态实现程序界面实现完美换肤,类似于瑞星换夫的方式-achieve dynamic programming interfaces perfectly common. Rising similar to the way swap husbands
Platform: | Size: 186504 | Author: wuyu | Hits:

[Dialog_Window20060330112761

Description: 动态托盘,类似office的助手,或瑞星的瑞星助手-dynamic pallet, similar to office assistants, or assistants Rising Rising
Platform: | Size: 160190 | Author: 雪貂 | Hits:

[ActiveX/DCOM/ATLMagicAnimal

Description: 这是一个动画精灵程序,类似瑞星杀毒软件的小狮子,可以根据指令执行各种动作!-This is an animated genie procedures similar Rising antivirus software small lion, according to instructions various moves!
Platform: | Size: 84377 | Author: 范树学 | Hits:

[assembly languagerising钥匙盘破解源码

Description: DEbug 关于制作瑞星杀毒软件密钥盘的源码 MOV BX,200 ;内存基址(0面) MOV DH,00 ;磁头号00 MOV DL,00 ;驱动器号00(A盘) MOV CX,4F01 ;4F(即79)号磁道01号扇区 即(CH=4F CL=01) MOV AH,05 ;格式化磁道 MOV AL,09 ;连续读取9个扇区 INT 13 ;调用13号中断 INT 3 MOV BX,300 ;内存基址(1面) MOV DH,01 ;磁头号01 MOV DL,00 ;驱动器号00(A盘) MOV CX,4F01 ;4F(即79)号磁道01号扇区 即(CH=4F CL=01) MOV AH,05 ;格式化磁道 MOV AL,09 ;连续读取9个扇区 INT 13 ;调用13号中断 INT 20 ;返回dos 初学汇编,请各位多多指教!-Debug on the production of Rising antivirus software key source disk MOV BX, 200 memory base address (0 face) MOV DH, 00 head No. 00 MOV DL, 00 drive No. 00 (A disk) MOV CX, 4F01 4F (ie 79) of track that is on the 1st sector (CH = 4F CL = 01) MOV AH, 05 formatted track MOV AL, 09 consecutive read 9 sector INT 13 call on the 13th interruption INT 3 MOV BX, 300 memory base address (1 side) MOV DH, 01 head No. 01 MOV DL, 00 drive No. 00 (A disk) MOV CX, 4F01 4F (ie 79) of track that is on the 1st sector (CH = 4F CL = 01) MOV AH, 05 formatted track MOV AL, 09 consecutive read 9 sector INT 13 call on the 13th interrupt INT 20 return dos beginner compilation, please exhibitions!
Platform: | Size: 0 | Author: | Hits:

[GUI DevelopRisingUi

Description: 吐血推荐,仿瑞星界面,这个示例绝对是这个网站最好的界面示例.下了的人可以评评看.-Hematemesis recommendation imitation Rising interface, this example is this site the best example of the interface. A person who can look at comments.
Platform: | Size: 648192 | Author: 邓小 | Hits:

[Otherrising

Description: 自己写的一个仿瑞星界面,没有什么具体功能,请不要见笑-To write an imitation Ruixing interface, not any specific function, please do not stock
Platform: | Size: 327680 | Author: caiguangchen | Hits:

[Windows CERK2706_DOC

Description: 瑞星微公司RK27XX系列芯片的SDK开发包对应的软件编程开发指南和培训文档等等。-Rising Micro-chip companies RK27XX Series Development Kit SDK that corresponds to the development of software programming guidelines and training documents and so on.
Platform: | Size: 5773312 | Author: 龚俊 | Hits:

[VHDL-FPGA-VerilogRising

Description: example Rising Edge flip flop
Platform: | Size: 2048 | Author: samet_2005 | Hits:

[Windows Developrising

Description: 据说是瑞星主动防御的一段源代码,真假未知-Rising active defense is said to be a section of source code, true or unknown
Platform: | Size: 1024 | Author: 季强 | Hits:

[GUI DevelopVB-Rising-small-lion-interface

Description: Visual Basic 编程程序源代码仿瑞星小狮子界面-Visual Basic programming source code imitation Rising small lion interface
Platform: | Size: 2048 | Author: 晓慧 | Hits:

[Software EngineeringRising-edge-detector

Description: Rising-edge detector
Platform: | Size: 1024 | Author: owen tsai | Hits:
« 12 3 4 5 6 7 8 9 10 ... 23 »

CodeBus www.codebus.net