搜索资源列表
Asp 文件加密器(MyAsp) v1.2
- 文件加密 # MyAsp使用许可 #感谢您对共享软件的支持 #请将此文件放到站点根目录!并且重命为: MyAsp.license #不要修改此文件,否则将不可用! MyAsp Version=1.0 Create Date=2005-4-17 Http Address=localhost,127.0.0.1,sw.linuxcpc.org,www.linuxcpc.org Email Addr
SimulatedAnnealing(TSP)CSHARP
- 运用c#语言实现模拟退火算法,同时利用该算法解决旅行商(TSP)问题,获得遍历所有城市序号的最优路径。-use c # language simulated annealing, while using the algorithm to solve traveling salesman (TSP). access to the serial numbers of all the cities traverse the optimal path.
jeromel
- 利用Hash技术统计单词的频度。扫描一个C源程序,用Hash表存储该程序中出现的关键字,并统计该程序中的关键字出现的频度。用线性探测法解决Hash冲突。设Hash函数为:Hash(Key)=[(Key的首字母序号)*100+(Key的尾字母序号)] Mod 41 -use statistical word frequency. Scanning a C source files, using the hash table storage procedures of the keyword s
FT232
- 这是USB转串口的驱动程序,对没有串口的电脑用处很大。-This is a USB-serial driver, there is no serial port on the computer use much.
12864paint_sin
- 基于MSP430的LCD12864串行显示程序,里面有写好的h文件和c文件,添加即可运用。-Based on LCD12864 MSP430 serial show program, there are written h files and c file, adding can use.
CADforstepfiber
- 开发的结合用C语言与matlab计算阶跃光纤中的模场分布、传播常数与功率分布情况。-The combination of development with C language and matlab calculation step in the fiber mode field distribution, propagation constant and power distribution.
yuyundonghui
- 参加运动会的 个学校编号为 。比赛分成 个男子项目和 个女子项目,项目编号分别为 和 。由于各项目参加人数差别较大,有些项目取前五名,得分顺序为7,5,3,2,1;还有些项目只取前三名,得分顺序为5,3,2。写一个统计程序产生各种成绩单和得分报表。 2、要求产生各学校的成绩单,内容包括各校所取得的每项成绩的项目号、名次(成绩)、姓名和得分;产生团体总分报表,内容包括校号、男子团体总分、女子团体总分和团体总分。 3、测试数据:对于 , , ,编号为奇数的项目取前五名,编号为偶数的项目取前三
Source_Code_Of_Guide_To_MATLAB_Mix_Programming
- 这是机械工业张德丰《MATLAB与外部程序接口编程》随书源码,这本书详细介绍了MATLAB与C、C++、Excel、VB、Delphi、FORTRAN相互调用的方法,使得我们可以综合利用传统编程语言执行效率高和MATLAB函数库功能强大的优势,本书对于MEX和MAT文件、MATLAB引擎、MATLAB C/C++函数库、Matcom等都作了详细的介绍并举例说明,书籍最后还介绍了MATLAB的串口接口。-This is the machine-building industry张德丰" M
cyuyanchuanko
- C语言下的串口 你好的代码资料 一定哟小 好代码 经典原创 -Hello C-code under the serial data must yo little good classic original code
Incomplete
- Add pilot symbols to the input data just before transmission 2. Implement cyclic prefix (CP), use 10 of symbol length. Divide the 64 input data points into 8-bit streams, generate and append the CP based on each symbol 3. Include complex
PSO
- 粒子群优化算法(pso) 串行算法源代码 标准算法 c#编写-Particle swarm optimization (pso) standard serial algorithm source code c# write method
CJC_DictS
- 已知从起始点A到达各目站点(B、C、D...)的各最短路径上所有站点的前驱站点,以及至前驱站点的距离。以一个二维数组pre描述已知信息,第1列是前驱站点的序号(以0、1、2...分别表示站点A、B、C...),第2列是至前驱站点的距离。试推算和输出从起始点出发到达各其余站点的最短路径和距离。完成源程序DictS.CPP中Pathway函数的编写。-Known from the starting point A to reach the target site (B, C, D. ..) of t
p_saver
- it is the code of power saver of machines ,it also support the serial communication .it sends a,b,c,d alhabets.-it is the code of power saver of machines ,it also support the serial communication .it sends a,b,c,d alhabets.
SerialComM
- 实现的串口通信;的MATLAB与C 在MATLAB与C数据交换中有用-Achieve serial communication the MATLAB and C in MATLAB and C useful for data exchange
data-1
- 通过C语言将并行数据转换成串行数据的原始程序代码-Parallel data through the C language into the original serial code
C
- 有n个人围成一圈,从第m个人开始顺序报号,凡报到p的人退出圈子,输出依次退出圈子的人和最后留在圈子中的人原来的序号,可用结构数组或结构链表完成。-N individuals form a circle, individuals from the first m starting sequence reported, who reported P out of the circle of people who, who in turn out of the circle of the output
MatrixMultiplication
- Matrix multiplication is a ubiquitous algorithm and no parallel library is complete without a matrix multiplication sample. Moth has described this previously - see Matrix Multiplication with C++ AMP for serial and C++ AMP non-tiled version and also
95049354exp12
- 是一个关于c语言的按序号查找元素的程序,这个程序简单易用-C language by serial number to find the elements of the program, this program is simple to use
ShortestPath_FLOYD
- 代码的功能:用弗洛伊德算法求每一对顶点之间的最短路径的c语言实现。弗洛伊德算法采用图的带权邻接矩阵存储结构。算法基本思想:假设求顶点Vi到Vj的最短路径。弗洛伊德算法依次找从Vi到Vj,中间经过结点序号不大于0的最短路径,不大于1的最短路径,直到中间顶点序号不大于n-1的最短路径,从中选取最小值,即为Vi到Vj的最短路径。- Functionality of the code: Freud algorithm for each of the shortest path between ver
serial-14
- maximum-power-pointtracking (MPPT) method focused on low-power (< 1 W) photovoltaic (PV) panels. The static and dynamic performance is theoretically analyzed, and design criteria are provided. A prototype was implemented with a 500-mW PV p