资源列表
edge_code-working
- This code is helpful in edge detection of any type of images
RanjanCorner-working
- This code is helpful in edge detection of any type of images
s5pv210_evt1
- 三星s5pv210 ibis 仿真文件,用于pcb仿真-Samsung s5pv210 ibis simulation file for pcb simulation
mistake_search
- 这是SQL语言中关于错误的获取和查询的内容。以程序代码的形式展现SQL语言。对于学习会有较大的帮助。-tell you how to find your mistakes in SQL
FolderSniffer
- 主要功能:能够不用密码读取各种文件夹加密软件加密/隐藏的文件夹和私人密盘的内容,能够帮您瞬间找回因文件夹加密而丢失的文件。 -The main functions: without a password to read a variety of file folder encryption software encryption/hidden folder and the contents of the private dense disk can help you instantly reco
ethernet_tri_mode_latest.tar
- 千兆网络的FPGA实现,VHDL代码实现的,严格代码风格-FPGA implementation of Gigabit networks, VHDL code implemented strict code style
can_latest.tar
- can总线的FPGA实现,代码为VHDL,逻辑清晰,代码规范-FPGA implementation can bus, code for VHDL, clear logic and code specifications
ether_arp_1g_latest.tar
- ARP协议的FPGA代码实现,严格的ARP协议,规范的代码-The FPGA code implementation of the ARP protocol, strict ARP protocol specification code
CPUIDTest
- DELPHI7 获得机器CPUID 和 网卡MAC地址的示例-GET computer CPUID and Network Adapter address
ULock
- 信息安全邀请赛参赛作品,可实现在不影响任何u盘正常操作的情况下用u盘锁定屏幕。涉及mfc界面变成,远程线程注入,直接访问磁盘等操作。-Information security the invitational entries can be achieved in the case does not affect the normal operation of any u disk u disk lock screen. Involved mfc interface into a remote t
MSP430-launchpad-
- MSP430 launchpad 小白一步步学,MSP430教程,适合小白-MSP430 launchpad white step-by-step training, MSP430 tutorial, suitable for white
2
- (1)在屏幕上按如下格式输出乘法口诀表: 1X1=1 1X2=2 2X2=4 1X3=3 2X3=6 3X3=9 … 其中,每行的多个乘法公式之间用‘\t’分割 (2)编写一个简单的猜数游戏程序: 利用Math.random()方法生成0-1之间的double型数dNum,将dNum转换为0-100之间的整数iNum。 利用KeyInput.readInt()方法接收键盘输入的整数inNum。如果inNum小于iNum,在屏幕上