资源列表
StdAfx
- IJG代码,JPEG格式转换代码,用于ARM等开发-IJG I was to write the subject write a very simple and easily understood We hope to help
vhdl
- 这个事VHDL基础知识,内面主要内容是编码器的插V过程,值得下载学习!-it is really useful for those who never touch it!
mono
- MONO alphabetic cipher in c
GraphOne
- 图表的相关操作,很小很精悍,老师写的,绝对正确-Graph related operations, is very small and lean, the teacher wrote, absolutely correct
1
- 已知BUF单元有一个单字节无符号数X,按要求编写一程序段计算(无符号子数据),并将其存于累加器-BUF unit known to have a single-byte unsigned number X, according to calculations prepared in a block (unsigned child data), and stored in the accumulator
CPP
- 这个函数是用来比较三个数大小的 返回值是最小值 -Input numerical and compare the smallest size selection
passwordgen
- 密码生成器,可以生成足够强度的密码。根据源码可以调整密码长度和组成方式-Password generator can generate passwords of adequate strength. Source can be adjusted according to the password length and composition of
mfcconsole
- 将此文件加入工程,再将MFC工程的 属性Linker/system/subsystem 的Windows (/SUBSYSTEM:WINDOWS) 改为 Console (/SUBSYSTEM:CONSOLE) 再 #include <iostream> using namespace std 就可以对MFC程序 打印控制台调试信息-Add this file works, then the properties of MFC project Linker/syste
ipv6.sh.tar
- 连接ipv6 运行前先赋予执行权限 就这样了,应该没有疑问了-connect to ipv6
SocketSend.h
- 用于windows系统上的,C++,实现通过socket发送数据。-For Windows systems, C++ the send data through the socket.
tiaoshuibisai
- 这是一个有关跳水比赛的小程序,主要讲的是如何运用for循环-This is a small program about diving competition, mainly talking about how to use a for loop
2
- 题目:判断101-200之间有多少个素数,并输出所有素数。 程序分析:判断素数的方法:用一个数分别去除2到sqrt(这个数),如果能被整除, 则表明此数不是素数,反之是素数。 -Title: Determine the number between 101-200 primes and outputs all primes. Program analysis: determine the primes method: a few were removed from 2 t