-
COBF (aka C
COBF (aka C-Obfuscator) is a program which manipulates C or C++ sourcefiles in a way that they aren t readable by human beings but they remain compilable. The benefit of COBF lies in the distribution of programs (freeware, shareware, commercial software etc.): The distribution as a executable binary is often too inflexible (especially for Unix or Windows NT, because it is normally not feasible to support all possible platforms) on the other side one might not give away the sourcecode (e. g. it looks poor [badly commented, Spaghetti code], or you just want to prevent plagiarism). Here COBF can play an important role: It removes all comments and sourcecode formattings and renames all variable and function identifiers. See files.txt for a complete list of the files provided with the cobf zip archive! See doc/ for the COBF manual!
- 2022-07-21 12:34:20下载
- 积分:1
-
With my right Bubble possibly understand the law out, but something to do with t...
虽然每次都凭着我对冒泡法的理解给弄出来的,但是多多少少与标准模式有点差别,在网上搜了一下关于C#版的冒泡算法,居然也没有一个象样的,自己对照算法模式认真写了一个C#版的,已经测试成功-With my right Bubble possibly understand the law out, but something to do with the standard a little difference in the Internet search for a moment on the C# version of the Bubble algorithm, it would be not a decent, their control algorithm model seriously wrote a version of the C#, has been in testing success
- 2022-05-19 08:50:52下载
- 积分:1
-
接收电子邮件例子
接收电子邮件例子-receive e-mail examples
- 2022-09-05 08:35:02下载
- 积分:1
-
Retrieving, Writing, and Creating Data in a Microsoft Access File (CDaoDatabase...
Retrieving, Writing, and Creating Data in a Microsoft Access File (CDaoDatabase and CDaoRecordset)
http://www.codeguru.com/cpp/data/mfc_database/microsoftaccess/article.php/c43-Retrieving, Writing, and Creating Data in a Microsoft Access File (CDaoDatabase and CDaoRecordset)
http://www.codeguru.com/cpp/data/mfc_database/microsoftaccess/article.php/c4311
- 2023-02-10 19:45:03下载
- 积分:1
-
mvmmall v3.5.0 网络购物系统 PHP的
mvmmall v3.5.0 网络购物系统 PHP的-online shopping system php
- 2022-11-26 06:00:03下载
- 积分:1
-
一个简单的程序,有源代码提供,一个网络进程演示,是VC++编写的...
一个简单的程序,有源代码提供,一个网络进程演示,是VC++编写的-A simple procedure, active code, a network process of demonstration, is VC++ Prepared
- 2022-03-02 12:31:03下载
- 积分:1
-
flow shop broject
旅行商问题(TSP)提出了以下问题:给定一个城市列表和每对城市之间的距离,哪条最短的路线可以精确地访问每个城市一次并返回出发城市?它是组合优化中的一个NP难问题,在组合优化中占有重要地位;
- 2022-11-30 06:30:04下载
- 积分:1
-
A circular buffer implementations. VC6 MFC Test
一个环形缓冲区的实现方法.VC6 MFC 测试 -A circular buffer implementations. VC6 MFC Test
- 2023-04-30 07:05:03下载
- 积分:1
-
Delphi 7组件与分布式应用开发
Delphi 7组件与分布式应用开发-Delphi components and Distributed Application Development
- 2022-05-19 13:55:44下载
- 积分:1
-
生成均匀随机分布数据点集的程序。Fortran90编程。
The program allows the user to choose:
M, t...
生成均匀随机分布数据点集的程序。Fortran90编程。
The program allows the user to choose:
M, the spatial dimension
N, the number of points to generate
SEED, the initial seed value.
Once these parameters are set, the program generates the data, and writes it to a file. The user may then specify another set of data, or terminate the program.
-UNIFORM_DATASET is a FORTRAN90 program which creates a uniform random dataset and writes it to a file.
- 2023-09-09 19:50:04下载
- 积分:1