CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - runs
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
GUI Develop
Windows Kernel
WinSock-NDIS
Driver Develop
ADO-ODBC
GDI-Bitmap
CSharp
.net
Multimedia Develop
Communication
Shell api
ActiveX/DCOM/ATL
IME Develop
ISAPI-IE
Hook api
Screen saver
DirextX
Process-Thread
Console
File Operate
Printing program
Multi Monitor
DNA
Other
Search - runs - List
[
CSharp
]
CodeLab
DL : 0
This is a command-line utility that runs through several benchmarks that exercise various aspects of Paint.NET. Every benchmark is multithreaded, and takes advantage of multiprocessor or multicore systems. -This is a command-line utility that runs th rough several benchmarks that exercise variou 's aspects of Paint.NET. Every benchmark is mult ithreaded. and takes advantage of multiprocessor or multi core systems.
Date
: 2008-10-13
Size
: 13.82kb
User
:
limaobing
[
CSharp
]
设置代理的代码
DL : 1
是通过插件形式修改注册表的C#代码,可以直接在B/S程序中调用,缺点是课户端安全策略可能阻止代码运行.-through plug-in the form of amendments to the registry of C# code directly on the B/S process called shortcoming is that class households-security strategy may prevent the code runs.
Date
: 2025-12-24
Size
: 1kb
User
:
ztf
[
CSharp
]
CodeLab
DL : 0
This is a command-line utility that runs through several benchmarks that exercise various aspects of Paint.NET. Every benchmark is multithreaded, and takes advantage of multiprocessor or multicore systems. -This is a command-line utility that runs th rough several benchmarks that exercise variou 's aspects of Paint.NET. Every benchmark is mult ithreaded. and takes advantage of multiprocessor or multi core systems.
Date
: 2025-12-24
Size
: 14kb
User
:
limaobing
[
CSharp
]
FallingGold
DL : 0
最近翻看以前的学习C#的联系代码,无意之中发现一个很有趣的项目。是一个飘动窗体的效果,运行程序之后,在当前屏幕上会像雪花般飘动很多自定义图标,并且它们就像雪花般轻盈地从屏幕上方飘落到屏幕下方,直到消失。在程序运行过程中,屏幕上会维持一定数目的雪花。在系统托盘区域会有一个图标,点击这个图标,可以退出程序。这个联系代码联系了如何使用不规则窗体和系统托盘控件。 -Recently, the study checked the previous C# Link code, inadvertently discovered a very interesting project. Form is a fluttering effect, after running the program, in the current screen will float like snowflakes, many custom icon, and they like light snowflakes falling from the top of the screen to the bottom of the screen until it disappears. Program runs in the process, the screen will maintain a certain number of snowflakes. In the system tray icon will have a region, click on this icon, you can withdraw from the program. Contact the link code how to use the irregular form and the system tray control.
Date
: 2025-12-24
Size
: 191kb
User
:
杨总
[
CSharp
]
xml-rpc.net.2.4.0
DL : 0
Assembly CookComputing.XmlRpc.dll requires 1.0 .NET runtime and runs on all later versions. Assembly CookComputing.XmlRpcV2.dll requires 2.0 .NET runtime and runs on all later versions.
Date
: 2025-12-24
Size
: 400kb
User
:
城市风
[
CSharp
]
Producers
DL : 0
(1)操作系统中允许同时有多个进程并发进行,进程对共享资源存在互斥或者协作关系。其中生产者进程产生信息资源,可以是计算进程。消费者进程使用信息,它可以是输出打印进程,对于缓冲区生产者与消费者进程互斥使用,其次,消费者进程依赖于生产者产生的资源,如果尚未得到满足,则必须等待生产者信号的唤醒; (2)本程序运行必须设置模拟系统缓冲区的个数以及系统进程的个数,对于每个程序,还必须设置其属性,即是生产者或者消费者,由简单的数字1和2表示。对于缓冲区的设置和进程个数及属性的设置可以根据需要模拟互斥和贡献,非常方便。 (3)运行过程中,按照各进程按照输入的顺序执行(FIFS),同时显示个进程的执行状态,包括就绪和等待队列中的进程,十分清晰明了。 -(1) the operating system to allow concurrent multiple processes simultaneously, and the process of shared resources, there is mutually exclusive or collaborative relationship. One producer process produces information resources, the process can be calculated. Consumers to process the use of information, which can be output printing process, for the process of mutual exclusion buffer producers and consumers to use, and secondly, consumers depend on producers in the process of the resource, if not met, then the producer must wait for the signal wake-up (2) This program runs the buffer zone must be set to the number of analog systems, as well as the number of system processes, for each program, you must also set its properties, that is, the producer or consumer, from the simple figures 1 and 2, said. For the buffer settings and the process of setting the number and the property can simulate mutually exclusive needs and contributions, very convenient. (3) The operation process, in acc
Date
: 2025-12-24
Size
: 2kb
User
:
youyu
[
CSharp
]
KeyLogger
DL : 0
This a key logger which runs as a windows service and tracks every key that is pressed. Generates a text file report. It is developed using windows hooks.-This is a key logger which runs as a windows service and tracks every key that is pressed. Generates a text file report. It is developed using windows hooks.
Date
: 2025-12-24
Size
: 527kb
User
:
saurako
[
CSharp
]
NetronLight
DL : 0
NetronLight工作流软件源码 一直想学习的工作流的程序分享给大家--有关画工作流流程的入门程序 不知道大家是否接触过 Netron,我这个附件中的代码是其中的一些核心基础技术,对 想做不同于管理类开发的人员,应该是个很好的入门。 很小很精的代码,代码没多少行,想提高编程能力的人应该是很有帮助。 程序运行的效果图如下: 可以随意拖动,连接线也可以自由设定等等,代码是很早就下载了,没再去网上看看有没有更新的, 代码不在于多,在于精,功能不在于复杂在于方便地入门学习和提高。-NetronLight workflow software source code Always wanted to learn the workflow of the program to share for everyone- the painting of the entry procedure workflow processes Do not know whether contact Netron, my annex some of the code is one of the core infrastructure technology, Want to do is different from the management class developed by staff, should be a good place to start. Very small and very essence of the code, the code does not have much line of people who want to improve programming ability should be very helpful. The effect of map program runs as follows: Are free to drag connecting lines can also be free to set and so on, the code is downloaded very early, no Zaiqu online to see if there newer, The code is not that much is fine, function does not lie in the complex is easy to learn and improve the entry.
Date
: 2025-12-24
Size
: 365kb
User
:
冯连杰
[
CSharp
]
zhujieguanli
DL : 0
主机管理系统,用于脱离iis 平台运行.net 代码,在iis当机状态下启用,来管理iis。-Host management system for platforms from the iis runs. Net code, iis crash mode is enabled, to manage iis.
Date
: 2025-12-24
Size
: 57kb
User
:
daniel zhu
[
CSharp
]
bujidainji
DL : 0
用单片机编写的步进电机的程序 很实用 调试也通过了-Stepper motor with microcomputer programs written in a very practical test runs were performed
Date
: 2025-12-24
Size
: 1kb
User
:
姚杰
[
CSharp
]
clock
DL : 0
可以实现闹钟功能的电子钟,课运行于51单片机环境下-Can achieve an electronic alarm clock, class runs in 51 SCM environment
Date
: 2025-12-24
Size
: 1kb
User
:
li
[
CSharp
]
xu5
DL : 0
实验目的 掌握栈的特性,能利用栈的特性进行实际应用。 掌握“运算符优先法”,并能利用该算法对表达式求值。 实验要求 求一个表达式的值:输入一个包含“+”、“-”、“*”、“/”、正整数和圆括号的合法表达式,计算该表达方式的运算结果。 有能力的同学可以考虑操作数为多位浮点数的情况。 所写源代码编程风格良好,有详细注释。 程序运行界面良好。-Objective To know the characteristics of the stack test, can take advantage of the practical application of the characteristics of the stack. Master the " Law of operator precedence," and can use the algorithm expression is evaluated. Experiment requires the value of seeking an expression: Enter a positive integer and the parentheses contain " +" ," -" ," *" ," /" , the legitimate expression to calculate the operation result of the expression. The ability of students to consider a number of floating-point operand is the case. Source code written in good programming style, with detailed comments. Interface program runs well.
Date
: 2025-12-24
Size
: 1kb
User
:
王微
[
CSharp
]
Run
DL : 0
This is a lookalike of the windows 7 run dialog. It runs files exactly like the actual run would do. This was made in Visual C# 2008.
Date
: 2025-12-24
Size
: 82kb
User
:
Kyle
[
CSharp
]
PrimesOnCore2
DL : 0
It is a program that runs on multiple core. sample program demonstrate the thread affinity to cores of processors. Calculates prime numbers.
Date
: 2025-12-24
Size
: 23kb
User
:
izhar
[
CSharp
]
chat-chat
DL : 0
this a client server chat application in C#.It works like a messenger.The client code works on the client end and the server code runs on the server end-this is a client server chat application in C#.It works like a messenger.The client code works on the client end and the server code runs on the server end
Date
: 2025-12-24
Size
: 52kb
User
:
aneeta
[
CSharp
]
ScriptCtrl
DL : 0
软件测试脚本管理程序源码,用户可添加脚本,所有脚本内容使用SQL数据库管理。脚本运行后生成的报告管理等-Test script management software source code, users can add scripts, all scripts to use SQL database content management. After the script runs to generate management reports
Date
: 2025-12-24
Size
: 231kb
User
:
[
CSharp
]
S8-1
DL : 0
设计一个窗体,上面布置一个Picture控件和两个命令按钮(标题为“装载”和“保存”),试按以下功能要求完成设计: (1) 程序运行,单击“装载”按钮,弹出一个文件打开对话框,从中选择一个图像文件,确定后该图像文件内容被装载到Picture控件内显示; (2)Picture控件有图像输出的情况下,单击“保存”按钮,弹出一个文件夹选择对话框,从中选择有效文件夹,确定后Picture控件内容会被保存到该文件夹里,文件命名为pNew.jpg(或bmp)。 -Design a form, which arranged a Picture control and two command buttons (titled "Load" and "save"), try to complete the design according to the following functional requirements: (1) program runs, click "Load" button to pop up a File Open dialog box, select an image file, to determine the contents of the file after the image is loaded into the Picture control in display (2) Picture control has an image output in the case, click the "Save" button, pop-up a folder selection dialog box, select valid folder, after the Picture control to determine the contents will be saved to the folder, the file named pNew.jpg (or bmp).
Date
: 2025-12-24
Size
: 46kb
User
:
sophyly
[
CSharp
]
Elevator-simulation
DL : 0
电梯运行算法 包括呼梯 截梯 曲线运行 各种状态时的转换 通过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 embodiment facilitates the analysis of operational data
Date
: 2025-12-24
Size
: 9.07mb
User
:
qiqi
[
CSharp
]
Config_file_operation
DL : 0
Config配置文件的操作,使用Visual Stdio 2008 编写的C#对Config文件的读写操作,用于,保存和读取每次程序运行时的数据。-Config configuration file operation, written in C# Visual Stdio 2008 Config file read and write operations for save and read data each time the program runs.
Date
: 2025-12-24
Size
: 86kb
User
:
张元科
[
CSharp
]
knn
DL : 0
本程序中,训练样本集含有30个样本,矢量长度为5,对样本{1,18,11,11,0.5513196}进行K=5的K-最近邻分类. 样本从文件data.txt中读取,程序运行结果显示所有样本以及其类别,待分类样本所属的类别({1,18,11,11,0.5513196}属于"2"类),以及它的5个最近邻的类别和与它之间的距离。-In this program, the training sample set containing 30 samples, the vector length sample the {1,18,11,11,0.5513196} K = 5, K-nearest neighbor classifier. Samples read from the file data.txt The program runs The results showed that all the samples, as well as its class, be classified sample category ({1,18,11,11,0.5513196} belong to the " 2" category), as well as its five nearest neighbor category and it distance.
Date
: 2025-12-24
Size
: 290kb
User
:
韩程
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.