Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - cross-3.4
Search - cross-3.4 - List
DL : 0
软件简介 1.vxworks中有关posix消息队列的一个例子 2.本软件基于c语言开发 3.开发平台为windriver公司的tornada开发平台 4.经过交叉调试后测试成功-software 1.vxworks briefed on the Message Queue posix an Example 2. The software is based on the three c-language development. Windriver development platform for the company's development platform tornada 4. After cross-debugging after successful testing
Update : 2024-05-05 Size : 17408 Publisher : 张工

DL : 0
软件简介 1.vxworks中有关多任务信号量的例子 2.本软件基于c语言开发 3.开发平台为windriver公司的tornada开发平台 4.经过交叉调试后测试成功-software 1.vxworks briefed on multi-task signal of Example 2. The software is based on the three c-language development. Windriver development platform for the company's development platform tornada 4. After cross-debugging after successful testing
Update : 2024-05-05 Size : 16384 Publisher : 张工

软件简介 1.vxworks下看门狗计时器的应用程序 2.本软件基于c语言开发 3.开发平台为windriver公司的tornada开发平台 4.经过交叉调试后测试成功-software watchdog timer under the two applications. The software is based on the three c-language development. Windriver development platform for the company's development platform tornada 4. After cross-debugging after successful testing
Update : 2024-05-05 Size : 19456 Publisher : 张工

本简缩教程的内容有:  1.创建类:类关键字、类及名空间、创建方法、创建属性、重载方法等。  2.对象的生命周期:对象的构造、对象的终止  3.继承:实现基本的继承、阻止继承、继承与辖域、保护方法、重载方法、重载与  构造方法、创建基类以及抽象方法  4.共享或类成员:共享方法、共享变量  5.事件:共享事件、触发事件  6.界面:怎样使用界面  7.对象的处理:对象的声明等等  8.交叉语言的继承:创建VB.NET的基类、创建C#子类、创建一个客户应用程序。  9.可视化继承-the abbreviated version, are as follows : 1. Create categories : category keyword, category and name space, create, create attributes, heavy methods. 2. Object of the life cycle : the target structure, the termination of three targets. Succession : the realization of the basic inheritance, stop succession, inheritance and Scope, protection, heavy, and heavy construction method to create an abstract base class and method 4. Shared or category : Sharing , shared variable 5. Events : sharing, trigger events 6. Interface : how to use interface 7. targeted treatment : targeting the statement, etc. 8. the cross-language inheritance : the creation of the base class VB.NET, C# to create sub-classes, creating a customer Application procedures. 9. Visual inheritance
Update : 2024-05-05 Size : 74752 Publisher : 刘亮

Audio Components Suite,一套跨平台的音频处理组件包: 1、支持音频回放、捕捉。 2、CD-ROM回放、CDDA捕捉。 3、Wave流支持。 4、MP3、Ogg、FLAC、Monkey等格式支持。 5、音频混响处理。 6、输入设备动态捕捉。 7、音频格式转换。 8、声音音频指示器。 9、其他一些特效。 ----------------------------------------------------- Base Classes TACSConverter TACSFileIn TACSFileOut TACSInput TACSOutput TACSStreamedInput TACSStreamedOutput Audio I/O TALSAAudioIn (Linux only) TALSAAudioOut (Linux only) TAOLive (Linux only) TAudioIn TAudioOut TCDIn TCDPlayer TFLACIn TFLACOut TInputList TMACIn (Windows only) TMACOut (Windows only) TMemoryIn TMixer (Linux only) TMP3Out TMP3ToWav TMPEGIn (Linux only) TNULLOut TStreamIn TStreamOut TVorbisIn TVorbisOut TWaveIn TWaveOut Audio Processing TAudioMixer TAudioProcessor TBWFilter TConvolver TMSConverter TRateConverter TSampleConverter TSincFilter TSoundIndicator TStereoBalance-Audio Components Suite, a set of cross-platform audio processing kits : one to support audio playback, capture. 2, CD-ROM playback, capture or terrible. 3, Wave Flow support. 4, MP3, Ogg, FLAC, Monkey format support. 5, audio reverb processing. 6, dynamic input devices to capture. 7, audio format conversion. 8, sound audio indicator. 9, a number of other special effects.----------------------------------------------------- Base Classes TACSConverter TACSFileIn TACSFileOut TACSInput TACSOutput TACSStreamedInput TACSStreamedOutput Audio I/O TALSAAudioIn (Linux only) TALSAAudioOut (Linux only) TAOLive (Linux only) TAudioIn TAudioOut TCDIn TCDPlayer TFLACIn TFLACOut TInputList TMACIn (Windows only) TMACOut (Windows only) TMemoryIn TMixer (Linux only) TMP3Out TMP3ToWav TMPEGIn (Linux only)
Update : 2024-05-05 Size : 439296 Publisher : 豪仔

DL : 0
提供一个人工免疫算法源程序,其算法过程包括: 1.设置各参数 2.随机产生初始群体——pop=initpop(popsize,chromlength) 3.故障类型编码,每一行为一种!code(1,:),正常;code(2,:),50%;code(3,:),150%。实际故障测得数据编码,这里Unnoralcode,188% 4.开始迭代(M次): 1)计算目标函数值:欧氏距离[objvalue]=calobjvalue(pop,i) 2)计算群体中每个个体的适应度fitvalue=calfitvalue(objvalue) 3)选择newpop=selection(pop,fitvalue) objvalue=calobjvalue(newpop,i) % 交叉newpop=crossover(newpop,pc,k) objvalue=calobjvalue(newpop,i) % 变异newpop=mutation(newpop,pm) objvalue=calobjvalue(newpop,i) % 5.求出群体中适应值最大的个体及其适应值 6.迭代停止判断。-provide a source of artificial immune algorithm, the algorithm process include : 1. Two of the parameters set. Initial randomly generated groups-- pop = initpop (popsize, chromlength) 3. Fault type coding, each act a! Code (1 :), normal; Code (2, :), 50%; Code (3 :), 150%. Fault actual measured data coding, here Unnoralcode, 188% 4. Beginning iteration (M) : 1) the objective function value : Euclidean distance [objvalue] = calobjvalue (pop, i) 2) calculation of each individual groups of fitness calfitvalue fitvalue = ( objvalue) 3) = newpop choice selection (pop, fitvalue) objvalue = calobjvalue (newpop, i) =% newpop cross-crossover (newpop, pc, k) = calobjvalue objvalue (newpop, i) =% variation newpop mutation (newpop, pm ) objvalue = calobjvalue (newpop, i)% 5. groups sought to adapt th
Update : 2024-05-05 Size : 9216 Publisher : 江泉

稀疏矩阵 1、 应用程序 直接可以实现矩阵的各项操作。 2、 查看原代码VC++6.0打开“稀疏矩阵\creatematrix.dsp”或者用记事本打开“稀疏矩阵\creatematrix.cpp” 3、 代码简单说明: 本程序是一个工程文件包含了链式与顺序两种多项是处理方式: 十字链表:矩阵的结构体:matnode; 三元组顺序:矩阵结构体:tsmat 4、ADT在文件夹“稀疏矩阵”里 -a sparse matrix, the application can be achieved directly by the matrix operation. 2, VC View 6.0 source code open "Sparse Matrix \ creatematrix.dsp" or use Notepad to open the "sparse matrix \ creatematrix.cpp" 3, code simple note : this program is a project file contains a sequence of two chain with a number of approaches : Cross Chain : the structure of the matrix : matnode; Triples order : the structure matrix : tsmat 4, ADT in the folder "Sparse Matrix"
Update : 2024-05-05 Size : 16384 Publisher : upcorange

经典s3c44b0xBios引导程序代码内含详细说明 烧写步骤 1> 开发板上电 2> 执行Debug目录下的F.bat文件将bios程序烧写到flash中 3> 将PC配置为192.168.111网段 4> 用交叉网线连接开发板和PC 5> 运行串口监视软件,波特率115200 6> 开发板复位 -classic s3c44b0xBios guide code contains detailed steps 1gt burning; Development board-- inversion; Debug implementation of the directory F.bat document will bios flash of burning procedures which 3gt; PC configuration of the network 4gt 192.168.111; Using cross-network link development board and PC 5GT; Serial run monitoring software, 6gt 115,200 baud rate; development board reduction
Update : 2024-05-05 Size : 1143808 Publisher : 李大嘴

DL : 0
遗传求解求解一元二次方程的解源程序(下载点击GAdownload.c) 说明: 1 popu变量表示群体规模 2 L变量表示染色体的长度 3 pc,pm变量分别代表是交叉概率和变异概率 4 gen是迭代的代数 4 chromosome是一个全局的二维数组,里面存放的是个体的编码 5 程序最后的执行结果输出到了text.txt文本文件中-genetic solving quadratic equation to solve one yuan source solutions (click Download GAdownload.c) states : a 309 variables for population size two variables L said the length of chromosome 3 pc. pm variables were representatives of the cross-probability and the probability of four gen variation of the iterative algebra is chromosome 4 a generic two-dimensional array, stored inside the five individual coding procedures results of the implementation of the final output to a text file text.txt
Update : 2024-05-05 Size : 1024 Publisher : 万飞

Jollen-Kit! 2006 是非常積極進行中的專案,所有紀錄與更新將同步揭示於本網頁。 快速下載 U-Boot 的 binary code:U-Boot binary - 2006/01/03 Linux kernel 2.4.18 for jk2410:uimage.img - 2006/01/06 可開機的 Base root filesystem: urootfs.img -2006/01/07 (without tftp) 可開機的 Base root filesystem: urootfs2.img -2006/03/10 (Busybox 1.10 with tftp) GNU cross toolchain:arm-9tdmi-linux-gnu.tar.gz (armpath by Joe) 安裝方法: # cd / (切換到 / 根目錄) # tar jxf <路徑>/arm-9tdmi-linux-gnu.tar.gz (將檔案解開)   "Hello, World!" 在 ARM9 的範例:hello_arm.tar.gz (使用Makefile) 其它工具與原始碼下載 驅動程式模組 -Jollen-Kit! 2006 is very positive for the ad hoc, all records will be updated with synchronization revealed on this website. Fast download U-Boot of binary code : U-Boot binary-2005/10/02 Linux kernel 2.4.18 for jk2410 : uimage.img- 2006-01-06 can boot Base root filesys tem : urootfs.img-2006/01/07 (without tftp) boot B Rnase root filesystem : urootfs2.img-2006/03/10 (Busybox 1.10 with t ftp) GNU cross toolchain : arm-9tdmi- linux-piumarta/squeak/unix/release/Squeak-3.1beta-i686-PC-linux-gnu.tar.gz (armpath by Joe) Installation Method :# cd/(switched to the/root directory)# tar jxf
Update : 2024-05-05 Size : 13312 Publisher : ffllkk

DL : 0
编制一个算术表达式求值的程序 (1)以十字链表表示稀疏矩阵,实现两个矩阵相加,相减和相乘的运算。稀疏矩阵的输入形式采用三元组表示,而运算结果的矩阵则以通常的阵列形式列出。 (2)首先应输入矩阵的行数和列数,并判别给出的两个矩阵的行、列数对于所要求作的运算是否匹配。 (3)程序对三元组的输入顺序没有特定的要求,可以以任何的次序输入,程序会对其进行查找,插入到适合的位置上。 (4)在用三元组表示稀疏矩阵时,相加或相减所得结果矩阵应该另生成,乘积矩阵也用十字链表存放。 -compiled an arithmetic expression evaluates procedures (1) with a crossbow chain said sparse matrix, 2 matrix to achieve together, subtract and multiply arithmetic. Sparse Matrix input form using ternary group, and the results of the matrix operation was the usual array listed. (2) should first input matrix number of rows and columns, and discriminant given two Matrix OK, Columns for the required for the operation would match. (3) procedures for the importation of triple sequence is no specific request, in any order of entry, its procedures for identifying, inserted into the appropriate location. (4) using triple said sparse matrix, additive or subtraction results matrix should be another generation, Matrix also used the product Cross Chain store.
Update : 2024-05-05 Size : 2048 Publisher : 战天

DL : 0
Fx-3600pv计算器是日本CASIO公司的产品,它除了具备函数型计算器的全部功能之外,还具备如下特殊功能: 1、二进制和八进制字组显示; 2、二进制、八进制、十进制和十六进制的转换和加、减、乘、除运算。 3、进行f(x)函数的输入与积分的计算; 4、进行标准差和回归计算。 每一台Fx-3600pv计算器都具备一本说明书,该计算器各部键的功能以及操作方法,只要认真按照说明书各章节学习,很快就能掌握和运用。现将我在生产实践中应用的部分计算程序介绍给测绘界的同行以便共同探讨。-Fx- 3600pv calculators Japan CASIO company's products, In addition to its function with the full-function calculator, also has the following unique features : 1. binary and octal Cross display; 2, binary, octal, decimal and hexadecimal conversion and processing to reduce, x, in addition to operations. 3, f (x) function of the input and integration of computing; 4, the standard deviation and regression. Each Taiwan Fx- 3600pv calculators have had a brochure, The calculator function key ministries, as well as the methods of operation, in line with the statement as long as the chapters of the study, soon we will be able to understand and use. We now in production practice application of the calculation procedures introduced to the mapping industry counterparts to jointly explore.
Update : 2024-05-05 Size : 8192 Publisher : jadehouse

DL : 0
Fx-4800P计算器是日本Casio公司的产品,它除了具备函数型计算器的全部功能之外,还具备如下特殊功能: 1、二进制和八进制字组显示; 2、二进制、八进制、十进制和十六进制的转换和加、减、乘、除运算。 3、进行f(x)函数的输入与积分的计算; 4、进行标准差和回归计算。 每一台Fx-4800P计算器都具备一本说明书,该计算器各部键的功能以及操作方法,只要认真按照说明书各章节学习,很快就能掌握和运用,现将我在生产实践中应用的部分计算程序介绍给测绘界的同行以便共同探讨。-Fx- 4800P is Japan's Casio calculators company's products, In addition to its function with the full-function calculator, also has the following unique features : 1. binary and octal Cross display; 2, binary, octal, decimal and hexadecimal conversion and processing to reduce, x, in addition to operations. 3, f (x) function of the input and integration of computing; 4, the standard deviation and regression. Each Taiwan Fx- 4800P Calculator possess a brochure, the key ministries of calculator functions and methods of operation, So long as the chapters according to the study brochure soon will be able to understand and use, We now in production practice application of the calculation procedures introduced to the mapping industry counterparts to jointly explore.
Update : 2024-05-05 Size : 9216 Publisher : jadehouse

SCMP89C58T
DL : 0
单片机RS232/RS485串行发送实验(双机通讯)。 实验步骤: (1),准备两台598K实验机,确定1号机为发送,2号机为接收; (2),当作RS232接口实验时,1号机和2号机的P3.0和P3.1交叉相连,且两机共地; (3),当作RS485接口实验时,1号机和2号机的A、B作对应连接,同时1,2号机的R/TEN接P1.0, P3.0接R0, P3.1接DI。 (4),先运行2号机,键入[27]-->[EV]使2号机处于接收状态P。,后运行1号机[26]-->[EV]使1号机处于发送状态,P。会闪烁,在1号机键盘上按动数字键,在2号机的数码管上应显示对应的数字键值。-Send Singlechip RS232/RS485 serial experiment (two-plane communications). Experimental steps: (1), prepare two sets of experiments 598K machine, determined on the 1st machine to send, on the 2nd machine to receive (2), as a RS232 interface experiment, on the 1st and the 2nd machine and P3.0 P3.1 cross-linked, and the two planes were to (3), as a RS485 interface experiment, on the 1st and the 2nd machine A, B for the corresponding connection, while 1,2 No. of R/TEN then P1 .0, P3.0 access R0, P3.1 then DI. (4), first run on the 2nd machine, type [27]
Update : 2024-05-05 Size : 4096 Publisher : 李凯

DL : 0
CAN总线设备驱动,已在Linux2.4测试通过。CAN控制芯片MCP2510,微处理器S3C2410,交叉编译环境arm-linux-2.95.3.-CAN-bus device driver has been Linux2.4 test. CAN controller MCP2510, microprocessor S3C2410, cross compiler environment for arm-linux-2.95.3.
Update : 2024-05-05 Size : 50176 Publisher : fangfang

DL : 0
小信号放大器的设计 1. 放大器是射频/微波系统的必不可少的部件。 2. 放大器有低噪声、小信号、高增益、中功率、大功率等。 3. 放大器按工作点分有A、AB、B、C、D…等类型。 4. 放大器指标有:频率范围、动态范围、增益、噪声系数、工作效率、1dB压缩点、三阶交调等。 -Small-signal amplifier design 1. Amplifiers are RF/microwave systems essential components. 2. Amplifiers have low noise, small signal, high gain, medium power, high-power and so on. 3. Amplifier divided by operating point A, AB, B, C, D ... and so on. 4. Amplifier indicators are: frequency range, dynamic range, gain, noise figure, efficiency, 1dB compression point, third-order cross-transfer and so on.
Update : 2024-05-05 Size : 26624 Publisher : aaa

DL : 0
1. 创建一个十字矩阵 2. 进行十字矩阵的相加 3. 进行十字矩阵的相乘 4. 进行十字矩阵的转置操作 -1. To create a cross matrix 2. For the sum of cross matrix 3. To carry out cross matrix multiply 4. To carry out cross matrix transpose operation
Update : 2024-05-05 Size : 7168 Publisher : kobe

DL : 0
中值滤波函数,滤波窗形状包括1-横线形2-竖线形3-十字形4-方块形-Median filtering function, filtering window shapes including 1- line-shaped 2- a vertical bar-shaped 3- Cross 4- box-shaped
Update : 2024-05-05 Size : 1024 Publisher : 杨一

DL : 0
个人网站 更新内容 1.删除了一些垃圾代码,把程序缩小了1M左右。 2.界面稍微做了些改动~! 3.增加md5数据加密和照片上传功能~! 4.删除音乐播放器。 5.增加UBB。 6.删除用户注册和登陆,并将之改为其他内容~! 7.在登陆窗口增加 人气、勤劳、阳光、雨露值,它们会根据网站的实际情况来增加~! 8.分类简单化,删除了些多余的页面~! 9.留言本防止跨站式攻击,加强了些网页的安全性 10.已可以在后台更新关于我们的资料~!-Update the contents of personal web sites 1. Delete some junk code, the procedure narrowed around 1M. 2. Interface changes a little something to do ~! 3. To increase data encryption md5 and photos upload feature ~! 4. Delete music player. 5. Increase in UBB. 6. Delete users register and landing, and to read other content ~! 7. In landing window to increase popularity, hard-working, sunshine, rain value, they will be in accordance with the actual situation of sites to increase the ~! 8. Classification simplistic delete some redundant page ~! 9. GuestBook prevent cross-site attacks, strengthened the security of some 10 pages. Have been able to update in the background on our information ~!
Update : 2024-05-05 Size : 10127360 Publisher : 吴军

DL : 0
Linux下的tree命令,同window,功能更强大! 1、下载tree-1.5.1.1源程序 2、解压源码到工作目录tar zxvf tree-1.5.1.1.tgz 3、在tree-1.5.1.1目录交叉编译:make CC=arm-linux-gcc 4、安装:make prefix=/home/xxxx/rootfs install Ubuntu下 直接 apt-get install tree 即可安装最新的tr-Linux under the tree order, with the window, more powerful! 1, tree-1.5.1.1 source code download 2, extract the source to the working directory tar zxvf tree-1.5.1.1.tgz3, in the tree-1.5.1.1 directory cross compiler: make CC = arm-linux-gcc4, install: make prefix =/home/xxxx/rootfs installUbuntu directly under the apt-get install tree to install the latest tr
Update : 2024-05-05 Size : 31744 Publisher : hhh
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 16 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.