搜索资源列表
while_diguixiajiang_sandizhi
- while语句的递归下降法,输出为三地址代码 小弟初来咋到,所以比较简陋,但是完美的实现了编译老师的要求
Pro
- Networking P2P, where one client sent request to share a file data while the other peers search the file, if found then send the file to the 1st peer-Networking P2P, where one client sent request to share a file data while the other peers search the
ALT_Code_Scan
- ALT码查询器,此工具可以查询字符的ALT码,在打字状态时按住ALT键,再在小键盘上依次按相应的ALT码,然后松开ALT键就可以实现文字的输入了。-ALT Code Finder, the tool can search for characters ALT key, hold down the ALT key while typing the state, and then followed by the keypad corresponding ALT key, then release t
-while
- it is a small program which shows the while loop it is a small program which shows the while loop
testFlowCtrl
- 一个工业控制管道流动控件的实现 主要负责电力行业的监控系统,同时开拓一些工控相关的业务,比如自来水,闸门,橡胶坝等系统。这类系统一个显著的特点就是系统集成度比较高,要求对现场的控制要求比较了解,然后采用PLC+工控机的模式就可以了-An industrial control pipeline flow control is mainly responsible for the power industry to achieve the monitoring system, while devel
Photogrammetry-Resection
- 摄影测量后方交会程序(C++),计算外方位元素,同时通过平差计算其误差。-Photogrammetric resection procedures (C++), calculated exterior orientation, while the error through the adjustment calculation.
rates
- 一个能源供应问题的c++源代码,需要调用CPLEX优化软件。- Assume you run a power supply company. You have several power generators // available, each of which has a minimum and maximum production level and a // cost per unit output. The question is which generators to u
1002Husband-and-wife-
- 在中国,形容夫妻恩爱的词汇中,大家用的比较多的就是“夫妻相”。所谓“夫妻相”,就是两个人看上去比较般配,长相、身材等某些方面有一定的相似度。本题则另辟蹊径,从人的姓名维度,以字母重复个数来寻找最具“夫妻相”的人。题目中预先给定一组女士的姓名拼音。输入男士的姓名拼音(拼音中间可以有空格,字母全部小写),依预先给定姓名拼音的先后遍历所有姓名,输出字母重复数最多的女士姓名。 规则1:如果字母重复数最多的女士有多位相同,则以最先匹配的女士做为最具“夫妻相”的人选。 规则2:人名中的相同字母,按重
while
- while loop testing in C-while loop testing in C++
Remote-Control-System
- 远程控制系统由一个Client(客户端)和一个Server(服务端)组成,由Client端对远程主机(Server)进行各种基本的控制。客户端用于实现对联网计算机的监控操作,服务器端对于接收到的数据进行分析,解释并执行。设计中使用WinSock 控件与远程计算机建立连接及选择TCP/UDP协议实现远程控制。-Remote control system consists of a Client terminal and a Server terminal. The client terminal
ID3_src
- Decision tree builds classification or regression models in the form of a tree structure. It breaks down a dataset into smaller and smaller subsets while at the same time an associated decision tree is incrementally developed. The final result is a t
ConsoleMine
- 控制台版本的扫雷, 支持用鼠标进行操作, 和原版操作基本相同(左键双击替代左右键同时单击).没有用其它第三方库, 直接编译即可.-Console version of Minesweeper, support operations with the mouse, and the original operation is basically the same (double left click replace key while clicking around). Did not use ot
ex2
- This program is in C + + and it calculates the sum of the geometric progression of n members: 1/3 + 1/9 + 1/27 + ... The number of members of the geometric progression n is entered via the keyboard, while the program should be sufficient number of
bank-account
- The objective is to create application software which cans mange all about the customers currently working in bank in order relative them from their manual accounting system. The various reasons which led to the conversion of the manual system o
sayitahmin(do-while)
- do while algorithm devc
IdentifyIp
- 检验IP合法同时检验IP的子网掩码是否合法。编译环境为codeblock-Test test IP IP subnet mask while legally legality. Compiler environment codeblock
Typing-Tutor-Project-in-C
- Typing Tutor Project in C. Typing is the basic command to run a computer and your typing speed plays vital role while working in computer to save time. Here I have presented a Typing Tutor Project in C to measure user’s typing speed and to enhan
py4
- 通过变量指针为变量输入值,同时利用指针比较整数的大小。-Pointer variable by variable input values, while taking advantage of the size of the integer pointer comparison.
CPLUSPLUS
- C++的课程源代码,可以一边学习以便参考,本人学习过程中经常使用和参考的代码-C++ source code programs, you can learn while for reference, my learning process, often used with reference code
StringSort
- 采用vector容器来进行字符串变量保存,同时根据排序规则实现字符串的排序。-Using vector container to save the string variable, while achieving the sort strings based on the collation.