06年上大学的时候编的PIC16F630读取SP12温度压力传感器汇编程序,估计还能用,拿来分享,原创很辛苦^_^不要说我太黑啊 我赚点分也不容易啊 list p=16f630 ; list directive to define processor #include ; processor specific variable definitions errorlevel -302 ; suppress message 302 from list file #define MEASURE_P
运用一个很小的注册表禁用不想运行的进程,也可以禁用病毒进程,其中里的的"DisallowRun"=dword:00000001为禁止,后面改成1为解除禁止,可以扩展的 Using a small registry disabled don't run process, also can be disabled viruses, including the process of DisallowRun "=" 00000001: for the ban, dword behind 1 can b
减少开机滚动条滚动次数 Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters] "EnablePrefetcher"=dword:00000001
library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity scan_led is port( clk:in std_logic; sg:out std_logic_vector(6 downto 0); bt:out std_logic_vector(7 downto 0)); end; architecture one of scan_led is signal cnt8:std_lo