搜索资源列表
制作加密文本文件程序
- 制作加密文本文件程序1.原理从源文本文件中按顺序读出每一个字符,然后把读出的字符转换为相应的ASCII码,将此ASCII码加上整数密钥Key,最后把所得结果再转回相应的字符并同时把它写入到另外一个文件中,这就是加密过程。解密码过程与加密过程刚好是相反的操作。2.界面设计新建一个工程,在Form1中添加一个Label,一个Edit和两个Button,程序的界面设置与布局如图所示。图一 界面布局-encryption produced a text file procedures. Principl
170054yufa 1234234234
- 定义和实现了一个栈及其操作编译的时候只要用TC2.0或者WinTC打开Main.c文件进行编译就好了。如发现有Bug请在这里贴出来或者把修改后的代码跟帖在这里:)总之,这个工程仅仅是一个简单示例,告诉大家怎么样把课堂上学到的知识运用到实际编程当中去,工程中所用到的模块化思想,数据结构等知识都是大家学过的,大三了,希望大家在最后这段时间里把写程序的本领练就出来-definition and implementation of a stack and operation of the compile
final
- 一个基于IPHONE的APP程序,内容十分综合,包含导航栏的设计,PICKERS控件的运用,基本的与服务器通讯功能的实现等等,是本人一个小项目的成果源代码。-It s an IPHONE APP and its content is very comprehensive, including the design of the navigation bar, the use of PICKERS control and the basic realization of communication
final-project-report
- project report speech based
Microcontroller
- A final project for the Microntroller PIC16F748A to control the 4 wheel drive of a motor. The robot can move backward or move forward in 4 different speeds depending on the input.
QUAD-MAJESTE-project
- this was my final project that was supposed to be a 4 in 1 device that had a capability to perform calculation process, shows the real time and date, and also be a stop watch. the code is written in assembler and i am also using a MCS8051. a keypad a
final-proj
- assembly final year project for bachelors
final
- project of finalization of analog to digital
Project_Final_Code
- 这是我们的final project, 在68hc11单片机中做一个自动计数器,结果显示在lcd显示屏上,在LCD显示屏上输入年月日时分秒,然后按下SW:PA0 时间会从秒开始一秒一秒向上加。按下rest,计数器归零,可以重新填写日期。-This is our final project, the 68hc11 microcontroller do an automatic counter, the results displayed on the lcd screen on the LCD s
MIA_final_code
- nteractive Segmentation using Graph Cuts CS 578 Medical Image Analysis Final Project Report
Feature-Points-In-Image
- Scale Invariant Feature Transform was the final project of DIP course. The source code is provided in matlab 20-Scale Invariant Feature Transform was the final project of DIP course. The source code is provided in matlab 2011
VCPP-create-a-application-window
- VC++语言创建一个普通的应用程序窗口.为了使PlaySound函数能正常使用,编译前应做以下设置:单击Project->Setting->Link选项卡,在Category中选中General,然后在Object/Library Modules文本框中,我们看到有很多.lib的库文件,在其最后添加代码" winmm.lib"(windows多媒体库)后,单击OK。-VC++ language to create a common application window in orde
PJ
- 个人期末Project,中文信息处理,可生成同风格随机歌词-One final Project, Chinese information processing, can be generated with the random style of lyrics
Informe-Final-PPS.doc
- Final Project for UTN University descr iption. 8052 programming. GPS localizator.
Code
- the embedded c program contain new source code for the embedded system design you can use this for making the project of final year using 8051 microcontroller and the basic interfacing development board. hope it will be more helpful and interesting
project.tar
- In this assignment you will be designing a chip that both encodes and decodes a data stream using a Hamming code. You will also inject random errors into the data stream and your decoder must be able to fix single-bit errors. Note: This project is in