CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - run test
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - run test - List
[
Other
]
dllTest
DL : 0
steps: . compile dll: cl /LD f.cpp . view the exports: dumpbin /exports f.dll . compile exe: cl test.cpp . run: test
Update
: 2008-10-13
Size
: 841byte
Publisher
:
宗睿
[
RichEdit
]
EDA138_457
DL : 0
用VHDL语言来实现一个电子时钟,可以调时间。小时,分,秒。可以下载到实验箱来运行验证。适用与大多数实验箱-use VHDL to achieve an electronic clock, the time can be set aside. Hours, minutes and seconds. Experiments can be downloaded to the box to run test. Apply with the majority of experimental boxes
Update
: 2008-10-13
Size
: 182.77kb
Publisher
:
志楠
[
Other resource
]
RSet-test
DL : 0
某个实验事编写粗糙集智能信息处理的程序,可以直接运行,界面简洁方便-some experimental things prepared rough set of intelligent information processing procedures, and can directly run simple convenient interface
Update
: 2008-10-13
Size
: 1.16mb
Publisher
:
周健
[
Other resource
]
电子钟clock
DL : 0
用VHDL语言来实现一个电子时钟,可以调时间。小时,分,秒。可以下载到实验箱来运行验证。-use VHDL to achieve an electronic clock, the time can be set aside. Hours, minutes and seconds. Experiments can be downloaded to the box to run test.
Update
: 2008-10-13
Size
: 344.78kb
Publisher
:
刘卫
[
JSP/Java
]
Test.java
DL : 0
这是一个测试Timer类用法的程序.程序会随机产生10个时间, 并在时间到的时候出发Task类对象中的run方法-This is a test Timer category usage of the procedure. Procedures will be randomly generated 10 hours and the time when the starting of the Task type of object methods run
Update
: 2008-10-13
Size
: 1.1kb
Publisher
:
王小倩
[
VHDL-FPGA-Verilog
]
电子钟clock
DL : 0
用VHDL语言来实现一个电子时钟,可以调时间。小时,分,秒。可以下载到实验箱来运行验证。-use VHDL to achieve an electronic clock, the time can be set aside. Hours, minutes and seconds. Experiments can be downloaded to the box to run test.
Update
: 2025-02-17
Size
: 345kb
Publisher
:
刘卫
[
JSP/Java
]
Test.java
DL : 0
这是一个测试Timer类用法的程序.程序会随机产生10个时间, 并在时间到的时候出发Task类对象中的run方法-This is a test Timer category usage of the procedure. Procedures will be randomly generated 10 hours and the time when the starting of the Task type of object methods run
Update
: 2025-02-17
Size
: 1kb
Publisher
:
王小倩
[
Other
]
dllTest
DL : 0
steps: . compile dll: cl /LD f.cpp . view the exports: dumpbin /exports f.dll . compile exe: cl test.cpp . run: test
Update
: 2025-02-17
Size
: 1kb
Publisher
:
宗睿
[
AI-NN-PR
]
RSet-test
DL : 0
某个实验事编写粗糙集智能信息处理的程序,可以直接运行,界面简洁方便-some experimental things prepared rough set of intelligent information processing procedures, and can directly run simple convenient interface
Update
: 2025-02-17
Size
: 13.49mb
Publisher
:
[
OS Develop
]
oskeshe
DL : 0
、课设内容及步骤 1. 消化课设算法思想及样本程序 给出对应模块(函数)的流程图 2. 编制 建立、删除、打开、关闭、读、写 函数 3. 准备调试数据(至少两个用户,若干文件),能实施多个命令操作 4. 上机编辑、编译源程序,并进行调试 5. 利用准备好的调试数据,运行测试程序, 观察运行结果,并作记录和分析 -, Class-based content and Step 1. Digest algorithm based lesson ideas and sample program are given the corresponding module (function) of the flow chart 2. Prepared to establish, delete, open, closed, read, write, function 3. Ready debugging data (at least two users, a number of documents), to implement a number of commands to operate 4. on the machine to edit, compile source code, and debugging 5. preparation good use of debugging data, run test procedures, observing the results, and for recording and analysis
Update
: 2025-02-17
Size
: 98kb
Publisher
:
zhaozhiqing
[
Other
]
crc_lsfr
DL : 0
介绍crc与带反馈的线性移位寄存器(lfsr) 的原理(英文)-crc with the band introduced a linear feedback shift register (lfsr) Principle (English)
Update
: 2025-02-17
Size
: 911kb
Publisher
:
hunter
[
Embeded Linux
]
Gpi-Test
DL : 0
s3c2410芯片GPIO驱动程序源代码 已经在多款2410开发板上跑通 -S3C2410 chip GPIO driver source code has been developed in the range of 2410 to run on-board pass
Update
: 2025-02-17
Size
: 10kb
Publisher
:
何小敏
[
Compress-Decompress algrithms
]
SOURCE9
DL : 0
图象的压缩编码,JPEG压缩编码标准 注意事项: 运行时,文件c:\test.pcx;c:\test.jpg必须存在-Image coding, JPEG compression coding standard Note: run-time, file c: est.pcx c: est.jpg must exist
Update
: 2025-02-17
Size
: 234kb
Publisher
:
hyh
[
source in ebook
]
TEST
DL : 0
任务调度 当程序运行后,任务MYTASK的工作就是每秒在显示器上显示一个字符M-Scheduling program to run when the mission after mission MyTask work is second in the display shows a character M
Update
: 2025-02-17
Size
: 1kb
Publisher
:
史锋
[
Windows Develop
]
rand
DL : 0
测试插入排序平均运行时间 1) 每次while循环中,生成0,1,…,n-1的随机排列 2) 每次while循环,至少生成20个随机排列,并进行排序,至少要耗费10个时钟滴答 3) 用耗费时间除以排序的随机排列数目,得到平均运行时间 -Insertion Sort test average run time 1) for each while loop to generate 0,1, ..., n-1 random order 2) of each cycle while, at least 20 randomly generated order, and sort, at least spend 10 the clock ticking 3) Sort by time divided by the number of random order, the average run time
Update
: 2025-02-17
Size
: 470kb
Publisher
:
yuanxu
[
Windows Develop
]
rand1
DL : 0
测试插入排序平均运行时间 1) 每次while循环中,生成0,1,…,n-1的随机排列 2) 每次while循环,至少生成20个随机排列,并进行排序,至少要耗费10个时钟滴答 3) 用耗费时间除以排序的随机排列数目,得到平均运行时间 -Insertion Sort test average run time 1) for each while loop to generate 0,1, ..., n-1 random order 2) of each cycle while, at least 20 randomly generated order, and sort, at least spend 10 the clock ticking 3) Sort by time divided by the number of random order, the average run time
Update
: 2025-02-17
Size
: 468kb
Publisher
:
yuanxu
[
GDI-Bitmap
]
colortest
DL : 0
获取其它程序窗口中的图形的颜色并进行分析。可用于窗口分析及自动机器人的制作。 请先运行test.exe,再运行本程序并按F12进行演示!-Access to other programs in the graphics window and the color analysis. Analysis can be used for window and automatic robot production. Please run test.exe, and then re-run of this procedure demonstrated F12!
Update
: 2025-02-17
Size
: 706kb
Publisher
:
无涯
[
Windows Develop
]
problem2
DL : 0
It helps to test in nonparametric situation by run test and to check measure of association
Update
: 2025-02-17
Size
: 1kb
Publisher
:
Gourab Sen
[
android
]
android-test
DL : 0
这个是自己写的android小程序,主要教你如何使用jetplayer这个API,相关的资料网上不多。初学者可以看看。加到eclipse中即可运行-This is his written android small program, mainly to teach you how to use jetplayer this API, the relevant information online much. Beginners can take a look. Add to eclipse in to run
Update
: 2025-02-17
Size
: 58kb
Publisher
:
dujindong
[
Windows Develop
]
test
DL : 0
Arithmetic Coding RUN Microsoft Visual Studio 2005
Update
: 2025-02-17
Size
: 426kb
Publisher
:
lyk
«
1
2
3
4
5
6
7
8
9
10
...
50
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.