搜索资源列表
TrayIconTest
- JAVA系统托盘图标控制程序 说明: 这是一个用Java JNI技术写的系统托盘图标控制程序.暂时还是一个测试版本,带有一个显示我的mail信息的对话框. 配置和运行: 该程序运行于JDK1.3以上,首先你的机器必须支持在DOS窗口下直接输入java运行jar文件,如果不行,请在sun公司的网站java.sun.com进行JDK的最新版的下载和安装. 通常你可以直接双击TrayIconTest.jar运行本程序,如果不能直接双击运行,请使用run.bat文
VB加密解密源代码
- rijndaelvb.zip The enclosed VB project includes a VB class that implements the Rijndael AES block encryption algorithm. The form in the project runs some test data through the class. The rijndael.asp file is a VBscr ipt ASP file that can be used as
Memory-Test
- 利用Visual Basic编写的小程序,用来测试记忆的,在程序运行后,最先出现3个英文字母,根据记忆,将它填入表格,然后依次4个字母,5个字母-The use of Visual Basic procedures for the preparation of a small, used to test memory, the program runs, the first three letters of the alphabet appears, according to memory, w
runtest
- 函数功能:本函数将完成对输入的[0,1]随机序列的游程检验.-Function Function: This function will complete the input [0,1] random sequence runs test.
bujidainji
- 用单片机编写的步进电机的程序 很实用 调试也通过了-Stepper motor with microcomputer programs written in a very practical test runs were performed
22222
- 1. 所设计的复数计算器可以进行+、-、*、+=、*=、>=、<=、==、!=运算,其中>=、<=是针对复数的模进行; 2. 设计输入重载函数,要求能接收从键盘输入a+bi形式的复数,在程序中可以识别出实部并正确赋值。 3. 设计计算器测试程序,对加减法进行测试,要求在两位数以内进行,对乘法进行测试,乘法要求为一位数的运算。 4. 设计记录功能,可以记录下不同用户使用计算器的情况,记录以文件形式保存在计算机内,程序运行时要求输入用户名,显示该用户以前的记录。用
xu5
- 实验目的 掌握栈的特性,能利用栈的特性进行实际应用。 掌握“运算符优先法”,并能利用该算法对表达式求值。 实验要求 求一个表达式的值:输入一个包含“+”、“-”、“*”、“/”、正整数和圆括号的合法表达式,计算该表达方式的运算结果。 有能力的同学可以考虑操作数为多位浮点数的情况。 所写源代码编程风格良好,有详细注释。 程序运行界面良好。-Objective To know the characteristics of the stack test, can take
zzc
- 1)进程的创建: 编写一段程序,使用系统调用fork() 创建两个子进程。当此程序运行时,在系统中有一个父进程和两个子进程活动。让每一个进程在屏幕上显示一个字符:父进程显示字符“a”,子进程分别显示字符“b”和“c”。试观察记录屏幕上的显示结果,并分析原因。 (2)进程的控制 修改已经编写的程序,将每个进程输出一个字符改为每个进程输出一句话,再观察程序执行时屏幕上出现的现象,并分析原因。 如果在程序中使用系统调用lockf () 来给每一个进程加锁,可以实现进程之间的互斥,观察并
ScriptCtrl
- 软件测试脚本管理程序源码,用户可添加脚本,所有脚本内容使用SQL数据库管理。脚本运行后生成的报告管理等-Test scr ipt management software source code, users can add scr ipts, all scr ipts to use SQL database content management. After the scr ipt runs to generate management reports
Elevator-simulation
- 电梯运行算法 包括呼梯 截梯 曲线运行 各种状态时的转换 通过C#进行模拟 实时反映及测试电梯运行情况 直观的体现有利于分析运行的数据-Elevator algorithm includes call sectional ladder curve runs a variety of state of the conversion through C# simulation real-time reflect and test elevator operation visual embodimen
qin_zi_jian_ding
- 厦门亲子鉴定网站系统主要栏目有关于我们、DNA个人鉴定、DNA司法鉴定、鉴定费用、DNA取样步骤、联系我们、亲子鉴定新闻等栏目。本系统运行于安装了.net framework 3.5以上版本的服务器或者虚拟空间之上。 前台测试地址:你的域名/Default.html 后台管理地址:你的域名/admin/Default.aspx 用户名:admin 密码: admin-The system is the main part of the paternity test site
CannyDetective
- 这是一个使用OpenCV实现的Canny边沿检测,在程序中添加了一个滑动的控件,可以在程序运行时实时改变参数来观察检测效果。可以根据自己的所需来测试要选的参数。-This is achieved using OpenCV Canny edge detection, and added a sliding control program can change the parameters in real time to observe the detection program runs. To
215
- 程序运行时,先从键盘输入一个文本文件的文件名(约定:字符数≤127字节,可含路径)和一个字符串(约定:字符数≤20字节,其中不含空格、TAB等,后面称之为Str),再在屏幕上显示该文件的内容。要求显示完内容后,在屏幕上输出文件的行数(行之间以’\n’为分隔、每行的长度不定但均≤200个字节)、字符串Str在文件中第1次出现的行号和最后一次出现的行号(查找时不区分大小写、不跨行查找,若未找到,则行号显示为-1)。 注意,程序中不能使用库函数fgets或使用同名的变量、函数、单词,行的编号从
DataMatrixCamera_EXP
- VB.NET通过摄像头读取二维码,DataMatrixCamera_EXP,摄像头读取二维码信息,请确保测试前连接好摄像头及驱动程序,本项目运行于vs.NET环境下。-VB.NET read by the camera two-dimensional code, DataMatrixCamera_EXP, the camera reads the two-dimensional code information, be sure to connect the camera before the
CMA-ES
- The optimization behavior of the self-adaptation (SA) evolution strategy (ES) with intermediate multirecombination (the (=I )-SA-ES) using isotropic mutations is investigated on the general elliptic objective function. An asymptotically e
Sieve-of-Eratosthenes-
- 使用python编写的Eratosthenes筛选。-implement the Sieve of Eratosthenes using a pool of processes in Python, use test runs to see how quickly the program runs under different combinations of parameters, and write a short descr iption of your results along wit
StartAutoRun
- 用MFC实现的自动运行的小程序,在Visual Studio 上测试通过上测试通过-With a small program that runs automatically MFC to achieve, in the Visual Studio test on the test
vbkeylog
- VB记录您的键盘输入,键盘鼠标记录器,如果你电脑装有360,在测试运行时可能会被拦截,选择允许可看到如上图所示的效果截图,记录键盘的操作记录-VB record your keystrokes, keyboard and mouse recorder, if you computer is equipped with 360 test runs may be intercepted, select Allow you can see the effect shown above screensh
Delete
- 比较完整的VC++批量删除指定文件的源码实例包,有兴趣您可下载源码包重新编译测试。本程序运行后可指定盘符、指定文件类型,确定后将删除选中盘符下的所有文件,因此在测试时要小心哦。-More complete bulk VC++ source code examples to delete the specified file package, are interested you can download the source package recompile the test. After t
test
- 有三辆小火车,小火车各自分别沿参数指定方向行驶在自己的闭合轨道上。当运行到公共轨道时 需监测是否会有冲突发生,如当火车A在公共轨道上运行的时候,另一辆火车B如果也想进入公共轨道,则必须等待,直到列车A离开了公共轨道,让出该段轨道。为了防止两辆火车在公共轨道上相撞,必须要有一个中央控制系统来调度火车的运行。(There are three small trains, each of which runs on its own closed track in the direction specif